* configure.in: Remove the #undef lines for the PACKAGE_ macros
authorKen Raeburn <raeburn@mit.edu>
Fri, 31 Mar 2006 21:16:59 +0000 (21:16 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 31 Mar 2006 21:16:59 +0000 (21:16 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17819 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/configure.in

index bc16897ff0465c6a3e1e436a0d86042bd07e0d25..6ed7186ada98af7d152072b9a32458a61ab8f4c0 100644 (file)
@@ -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>
 
index 506e1d2fa0c06a356fa34cbcc711e73de364f988..991846f258376570dadbc031c704e80a28842341 100644 (file)
@@ -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)