build: change project name to cruft-util
moves it into line with other subprojects
This commit is contained in:
parent
83dd6922a6
commit
ea9cf6b576
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libgim], [0.1.0], [danny@nerdcruft.net])
|
AC_INIT([cruft-util], [0.1.0], [danny@nerdcruft.net])
|
||||||
## Explicitly set an empty CXXFLAGS if not present to prevent AC_PROG_CXX from
|
## Explicitly set an empty CXXFLAGS if not present to prevent AC_PROG_CXX from
|
||||||
## generating a default -O2. This allows us to manually select -O0 when
|
## generating a default -O2. This allows us to manually select -O0 when
|
||||||
## debugging is enabled.
|
## debugging is enabled.
|
||||||
@ -118,6 +118,8 @@ AC_CONFIG_FILES([
|
|||||||
Makefile
|
Makefile
|
||||||
libcruft-util.pc
|
libcruft-util.pc
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_CONFIG_FILES([test/json-parse], [chmod a+x test/json-parse])
|
AC_CONFIG_FILES([test/json-parse], [chmod a+x test/json-parse])
|
||||||
AC_CONFIG_FILES([test/json-schema], [chmod a+x test/json-schema])
|
AC_CONFIG_FILES([test/json-schema], [chmod a+x test/json-schema])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user