diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | config.h.in | 6 | ||||
-rwxr-xr-x | configure | 9 |
3 files changed, 3 insertions, 15 deletions
@@ -1,5 +1,8 @@ 2006-11-05 Thomas Schwinge <tschwinge@gnu.org> + * config.h.in: Regenerate. + * configure: Likewise. + [task #5956 --- ``Automake'ify GNU Mach's code base''] * configure.ac <AM_INIT_AUTOMAKE>: Add `no-define' and `1.9'. diff --git a/config.h.in b/config.h.in index 7544324..a9bd430 100644 --- a/config.h.in +++ b/config.h.in @@ -474,9 +474,6 @@ /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O -/* Name of package */ -#undef PACKAGE - /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -507,9 +504,6 @@ /* STAT_TIME */ #undef STAT_TIME -/* Version number of package */ -#undef VERSION - /* XPR_DEBUG */ #undef XPR_DEBUG @@ -1799,15 +1799,6 @@ fi VERSION='1.3.99' -cat >>confdefs.h <<_ACEOF -#define PACKAGE "$PACKAGE" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define VERSION "$VERSION" -_ACEOF - # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} |