X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=3ba5bb387d1a86a980f7f8d7f6973153be22b458;hb=b682d4bbe98b72e86219f1f303843b4f4f9ed1b7;hp=2bb37935e9a4cb1ef10b664c6a1463f13368a064;hpb=e103e18f8b8111cd07edc2bb0294aa58a426e371;p=debian%2Fgnuradio diff --git a/configure.ac b/configure.ac index 2bb37935..3ba5bb38 100644 --- a/configure.ac +++ b/configure.ac @@ -26,10 +26,10 @@ AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_CANONICAL_TARGET - -VERSION=3.3svn -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 @@ -352,6 +352,7 @@ GRC_GR_COMEDI GRC_GR_CVSD_VOCODER GRC_GR_GPIO GRC_GR_GSM_FR_VOCODER +GRC_GR_NOAA GRC_GR_PAGER GRC_GR_RADAR_MONO GRC_GR_RADIO_ASTRONOMY @@ -391,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. @@ -437,3 +437,4 @@ if test "$with_dirs" != ""; then echo fi +echo Configured GNU Radio release $RELEASE for build.