summaryrefslogtreecommitdiff
path: root/m4/alloca.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-01-15 12:46:25 +0000
committerBruno Haible <bruno@clisp.org>2003-01-15 12:46:25 +0000
commitb0ae5ee3dffb428d2332357ff31acdb022209590 (patch)
tree7b602ba1cc7f339a8100741dd391a412907516e3 /m4/alloca.m4
parent6a638f79ae2db9683afa6925c4ca61e0b29614f0 (diff)
downloadgnulib-b0ae5ee3dffb428d2332357ff31acdb022209590.tar.gz
Work around a bug of AC_EGREP_CPP in autoconf-2.57.
Diffstat (limited to 'm4/alloca.m4')
-rw-r--r--m4/alloca.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/alloca.m4 b/m4/alloca.m4
index 6dc0760fa8..3a4ee7ed49 100644
--- a/m4/alloca.m4
+++ b/m4/alloca.m4
@@ -8,6 +8,10 @@ dnl the same distribution terms as the rest of that program.
AC_DEFUN([gl_FUNC_ALLOCA],
[
+ dnl Work around a bug of AC_EGREP_CPP in autoconf-2.57.
+ AC_REQUIRE([AC_PROG_CPP])
+ AC_REQUIRE([AC_PROG_EGREP])
+
AC_REQUIRE([AC_FUNC_ALLOCA])
if test $ac_cv_func_alloca_works = no; then
gl_PREREQ_ALLOCA