From: Ken Raeburn Date: Fri, 31 Mar 2006 21:16:59 +0000 (+0000) Subject: * configure.in: Remove the #undef lines for the PACKAGE_ macros X-Git-Tag: krb5-1.5-alpha1~121 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb632b4e9f43fc1d4905fbabddf0f79b436de281;p=krb5.git * 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 --- 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 - * 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 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)