projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd26fd8
)
(gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 12 Sep 2003 20:26:54 +0000
(20:26 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 12 Sep 2003 20:26:54 +0000
(20:26 +0000)
and AC_MINIX, too, so that their extensions are available.
m4/extensions.m4
patch
|
blob
|
history
diff --git
a/m4/extensions.m4
b/m4/extensions.m4
index 7faaa833bd22f83be1d364372a86a49cb18e8d75..95a54a6f10f5a019879e041340252d651846bbd5 100644
(file)
--- a/
m4/extensions.m4
+++ b/
m4/extensions.m4
@@
-3,7
+3,9
@@
# Enable extensions on systems that normally disable them,
# typically due to standards-conformance issues.
AC_DEFUN([gl_USE_SYSTEM_EXTENSIONS], [
+ AC_REQUIRE([AC_AIX])
AC_REQUIRE([AC_GNU_SOURCE])
+ AC_REQUIRE([AC_MINIX])
AH_VERBATIM([__EXTENSIONS__],
[/* Enable extensions on Solaris. */
#ifndef __EXTENSIONS__