summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-03-31 21:16:59 +0000
committerKen Raeburn <raeburn@mit.edu>2006-03-31 21:16:59 +0000
commitfb632b4e9f43fc1d4905fbabddf0f79b436de281 (patch)
tree0502de39b00f6f31f7784eb750979f084fb26468 /src
parent367fc14bc2d47b9dd7d4a655615aa26b1f33026e (diff)
downloadkrb5-fb632b4e9f43fc1d4905fbabddf0f79b436de281.tar.gz
krb5-fb632b4e9f43fc1d4905fbabddf0f79b436de281.tar.xz
krb5-fb632b4e9f43fc1d4905fbabddf0f79b436de281.zip
* configure.in: Remove the #undef lines for the PACKAGE_ macros
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17819 dc483132-0cff-0310-8789-dd5450dbe970
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)