X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=3ba5bb387d1a86a980f7f8d7f6973153be22b458;hb=89ceb6c846e5b859d8fdef4fef84093f18efd3da;hp=b6b596befd2a3174c3bcc704c1a22503c40db2e1;hpb=16474a0adb44dc81a8338a9c4a9a6dcab6f6328f;p=debian%2Fgnuradio diff --git a/configure.ac b/configure.ac index b6b596be..3ba5bb38 100644 --- a/configure.ac +++ b/configure.ac @@ -26,10 +26,10 @@ AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_CANONICAL_TARGET - -VERSION=3.3git -AC_SUBST(VERSION) -AM_INIT_AUTOMAKE(gnuradio,$VERSION) +GR_VERSION +dnl ustar required to have pathnames > 99 chars +_AM_SET_OPTION([tar-ustar]) +AM_INIT_AUTOMAKE(gnuradio,$RELEASE) DEFINES="" AC_SUBST(DEFINES) @@ -338,7 +338,7 @@ GRC_USRP2 GRC_VRT GRC_GR_USRP dnl this must come after GRC_USRP GRC_GR_USRP2 -GRC_GR_VRT +dnl GRC_GR_VRT GRC_GR_GCELL dnl this must come after GRC_GCELL and GRC_GNURADIO_CORE GRC_GR_MSDD6000 GRC_GR_AUDIO_ALSA @@ -392,7 +392,6 @@ AC_CONFIG_FILES([\ Makefile \ run_tests.sh \ config/Makefile \ - debian/changelog \ ]) dnl run_tests.sh is created from run_tests.sh.in . Make it executable. @@ -438,3 +437,4 @@ if test "$with_dirs" != ""; then echo fi +echo Configured GNU Radio release $RELEASE for build.