diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-11-05 20:51:25 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:51 +0200 |
commit | 8e97e316dd85f86cfc194f4d79bda02e25090ea5 (patch) | |
tree | b52f059ea5573a221b01f597bd1716a0ee3e2db3 | |
parent | a5f0bb917f1c6f1fa57358ed36546b81b4fcc210 (diff) |
2006-11-05 Thomas Schwinge <tschwinge@gnu.org>
* config.h.in: Regenerate.
* configure: Likewise.
-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}"} |