summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2007-10-21 19:56:42 +0000
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2007-10-21 19:56:42 +0000
commit62cc4591826f6cd5b8e9581ccddd4910eb598bf4 (patch)
tree697b7b0d7163cc1a6730ea6937035dd0eed70903 /configure.ac
parentb5bd9e6e65aba8b235541442633f18f5e120c682 (diff)
Update Debian packaging to reflect repository version, tweaks
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6660 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e1a6c4df4a..3207b4bd20 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.