]> code.delx.au - gnu-emacs/blobdiff - configure
(org-confirm-shell-link-function, org-confirm-elisp-link-function): Doc fixes.
[gnu-emacs] / configure
index 150c8ca1209c4c3f3d11e6b8f4654fb357497b6f..b989534f26d659a0d33f4640a643e6ef445ac795 100755 (executable)
--- a/configure
+++ b/configure
@@ -5390,7 +5390,7 @@ fi
 
 
 if test "$MAKEINFO" != "no" && \
-  test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[^0-9]*([5-9]|4\.[6-9])'`" = x; then
+  test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[6-9]|4\.[1-5][0-9]+)'`" = x; then
    MAKEINFO=no
 fi
 
@@ -15338,6 +15338,12 @@ _ACEOF
 fi
 
 
+if test x"$ac_cv_func_alloca_works" != xyes; then
+   { { echo "$as_me:$LINENO: error: a system implementation of alloca is required " >&5
+echo "$as_me: error: a system implementation of alloca is required " >&2;}
+   { (exit 1); exit 1; }; }
+fi
+
 # fmod, logb, and frexp are found in -lm on most systems.
 # On HPUX 9.01, -lm does not contain logb, so check for sqrt.