X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=3ba5bb387d1a86a980f7f8d7f6973153be22b458;hb=6257b877dc8d3b52ceadc54525d044a5430e8fcd;hp=5be42eb607bfddb5ddd0005c4380cdf95002f55f;hpb=40b8a57d69b4b85f207fb0408347c210e23202cc;p=debian%2Fgnuradio diff --git a/configure.ac b/configure.ac index 5be42eb6..3ba5bb38 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,10 @@ AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE(gnuradio,3.3svn) +GR_VERSION +dnl ustar required to have pathnames > 99 chars +_AM_SET_OPTION([tar-ustar]) +AM_INIT_AUTOMAKE(gnuradio,$RELEASE) DEFINES="" AC_SUBST(DEFINES) @@ -283,9 +286,24 @@ dnl AX_BOOST_TEST_EXEC_MONITOR dnl AX_BOOST_UNIT_TEST_FRAMEWORK dnl AX_BOOST_WSERIALIZATION +BUILD_DATE=`date -R -u` +AC_SUBST(BUILD_DATE) -dnl If this is being done from a subversion tree, create variables -GR_SUBVERSION +dnl SYSCONFDIR substitution +if test "${sysconfdir}" == "\${prefix}/etc" ; then + if test "${prefix}" == "NONE" ; then + SYSCONFDIR=["$ac_default_prefix/etc"] + else + SYSCONFDIR=["${prefix}/etc"] + fi +else + SYSCONFDIR=[${sysconfdir}] +fi +AC_SUBST(SYSCONFDIR) + +dnl System configuration files +GR_PREFSDIR=[$SYSCONFDIR/${PACKAGE}/conf.d] +AC_SUBST(GR_PREFSDIR) dnl Component specific configuration dnl The order of the GR_ macros determines the order of compilation @@ -314,12 +332,13 @@ GRC_GRUEL dnl must come first GRC_OMNITHREAD dnl must come before gnuradio-core and mblock GRC_GCELL GRC_GNURADIO_CORE -GRC_PMT -GRC_MBLOCK dnl this must come after GRC_PMT +GRC_MBLOCK dnl this must come after GRC_GRUEL GRC_USRP GRC_USRP2 +GRC_VRT GRC_GR_USRP dnl this must come after GRC_USRP GRC_GR_USRP2 +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 @@ -333,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 @@ -417,3 +437,4 @@ if test "$with_dirs" != ""; then echo fi +echo Configured GNU Radio release $RELEASE for build.