From ea9cf6b5760564d87dadfb6e96fc8f83f32b0b59 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 26 Feb 2016 12:12:47 +1100 Subject: [PATCH] build: change project name to cruft-util moves it into line with other subprojects --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 62797882..fa100123 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ## generating a default -O2. This allows us to manually select -O0 when ## debugging is enabled. @@ -118,6 +118,8 @@ AC_CONFIG_FILES([ Makefile libcruft-util.pc ]) + 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_OUTPUT