]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-ac-verbatim-include-undefs-20090109
authorAndrew Deason <adeason@sinenomine.net>
Fri, 9 Jan 2009 14:51:07 +0000 (14:51 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 9 Jan 2009 14:51:07 +0000 (14:51 +0000)
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

index 23eef6a173054f1db11ad8b173d11a210fb73107..b402a084137c9a512dd75d129709408a096b324c 100644 (file)
@@ -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
@@ -82,7 +82,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`