summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/configure.in11
2 files changed, 2 insertions, 12 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bc16897ff..6ed7186ad 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,7 @@
2006-03-31 Ken Raeburn <raeburn@mit.edu>
- * configure.in: Don't test word sizes.
+ * configure.in: Don't test word sizes. Remove the #undef lines
+ for the PACKAGE_ macros.
2006-03-30 Ken Raeburn <raeburn@mit.edu>
diff --git a/src/configure.in b/src/configure.in
index 506e1d2fa..991846f25 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -471,17 +471,6 @@ AC_C_INLINE
AH_TOP([
#ifndef KRB5_AUTOCONF_H
#define KRB5_AUTOCONF_H
-#if 0
-/* Leading comment stops autoconf/config.status from turning these
- into #define statements. But the preprocessor will still pay
- attention to them. (Comment removal is in translation phase 3;
- processing of #undef is phase 4.) */
-/*x*/#undef PACKAGE_NAME
-/*x*/#undef PACKAGE_VERSION
-/*x*/#undef PACKAGE_BUGREPORT
-/*x*/#undef PACKAGE_STRING
-/*x*/#undef PACKAGE_TARNAME
-#endif
])
AH_BOTTOM([
#if defined(__GNUC__) && !defined(inline)