git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
80fc888
)
ac-verbatim-include-undefs-20090109
author
Andrew Deason
<adeason@sinenomine.net>
Fri, 9 Jan 2009 14:50:48 +0000 (14:50 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Fri, 9 Jan 2009 14:50:48 +0000 (14:50 +0000)
LICENSE IPL10
FIXES 124077
the undefs for things which are not ac macros ended up outside the ac verbatim
blob. fix it.
acinclude.m4
patch
|
blob
|
history
diff --git
a/acinclude.m4
b/acinclude.m4
index
03f330a
..
7b3e659
100644
(file)
--- 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`