From b6101982e270948b4a3185ee745ed76bb8661552 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sat, 15 Aug 2009 12:30:45 -0700 Subject: Created new gr-noaa top-level component. Initial work: - Carrier recovery/mixer PLL block - Start of POES grc pipeline, recovers Manchester symbols only - Start of GOES grc pipeline, recovers BPSK symbols only --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2bb37935e..6924a6467 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit From 3c9b9b58f4ba22245f573da8d40d34b8fb5520ce Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Thu, 24 Sep 2009 11:49:19 -0700 Subject: Acknowledging the obvious --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6924a6467..b6b596bef 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET -VERSION=3.3svn +VERSION=3.3git AC_SUBST(VERSION) AM_INIT_AUTOMAKE(gnuradio,$VERSION) -- cgit From 047540337c60a4856d573d6919efd6a0ed3f491f Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Thu, 24 Sep 2009 15:35:07 -0700 Subject: Merged Bdale's 3.2.2-1 packaging Three-way merge on files (3.2.2->bdale, 3.2.2->3.3git) Merged control, rules, install, copyright, changelog File renames to accomodate package renames 3.3git items updated to follow new pattern Updated copyright notification Some manual fixups needed --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b6b596bef..f51f2103f 100644 --- a/configure.ac +++ b/configure.ac @@ -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. -- cgit From 56496536e1e2b8f73079bd3dedc4e74b27fcad80 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sat, 3 Oct 2009 08:44:47 -0700 Subject: Added computed version number to configuration --- configure.ac | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f51f2103f..fbb8bb52e 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) @@ -437,3 +437,4 @@ if test "$with_dirs" != ""; then echo fi +echo Configured GNU Radio release $RELEASE for build. -- cgit