From 0925bcfbf90de3e40d969f31ab23701f4b892036 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Fri, 9 Jan 2009 14:50:57 +0000 Subject: [PATCH] DEVEL15-ac-verbatim-include-undefs-20090109 LICENSE IPL10 FIXES 124077 the undefs for things which are not ac macros ended up outside the ac verbatim blob. fix it. (cherry picked from commit 2d07a62c38fea642d52c20ff86e8f72e3c16bbe0) --- acinclude.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 28e1a5fcd..ad6aef176 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -41,7 +41,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } # else # undef WORDS_BIGENDIAN # endif -#endif]) +#endif #undef AFS_AFSDB_ENV #undef AFS_LARGEFILE_ENV @@ -81,7 +81,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #undef ENABLE_REDHAT_BUILDSYS #if defined(ENABLE_REDHAT_BUILDSYS) && defined(KERNEL) && defined(REDHAT_FIX) #include "redhat-fix.h" -#endif +#endif]) AC_CANONICAL_HOST SRCDIR_PARENT=`pwd` -- 2.39.5