diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e1a6c4df4..3207b4bd2 100644 --- a/configure.ac +++ b/configure.ac @@ -186,6 +186,9 @@ dnl Define where to find boost includes dnl defines BOOST_CFLAGS GR_REQUIRE_BOOST_INCLUDES +# If this is being done from a subversion tree, create variables +GR_SUBVERSION + dnl Component specific configuration dnl The order of the GR_ macros determines the order of compilation AC_ARG_ENABLE( @@ -229,6 +232,7 @@ AC_CONFIG_FILES([\ Makefile \ run_tests.sh config/Makefile + debian/changelog ]) dnl run_tests.sh is created from run_tests.in.sh. Make it executable. |