summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-11-05 20:51:25 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:51 +0200
commit8e97e316dd85f86cfc194f4d79bda02e25090ea5 (patch)
treeb52f059ea5573a221b01f597bd1716a0ee3e2db3
parenta5f0bb917f1c6f1fa57358ed36546b81b4fcc210 (diff)
2006-11-05 Thomas Schwinge <tschwinge@gnu.org>
* config.h.in: Regenerate. * configure: Likewise.
-rw-r--r--ChangeLog3
-rw-r--r--config.h.in6
-rwxr-xr-xconfigure9
3 files changed, 3 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index c11f60e..f560521 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/configure b/configure
index aedaf31..ff0a1dd 100755
--- a/configure
+++ b/configure
@@ -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}"}