summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-10 22:06:47 +0000
committerRoland McGrath <roland@gnu.org>1996-05-10 22:06:47 +0000
commit7cfb2d8be3d4ee24fbba14df7176fd13e7052205 (patch)
tree4fffaaddce69df5da5b5ec98705c807f23ac2c4b
parent9635799df391c773651b13dd2a2864f851534071 (diff)
Thu May 9 09:17:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* aclocal.m4 (AC_FD_MSG, AC_FD_CC): Fix these for autoconf weirdness.
-rw-r--r--aclocal.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 1d48b8f875..2e7381987c 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -3,7 +3,8 @@ dnl which appears in configure.in before the sysdep configure scripts are run.
dnl Each sysdep configure.in does GLIBC_PROVIDES first, to avoid any
dnl AC_REQUIREs or AC_BEFOREs duplicating their code.
dnl
-define(AC_FD_MSG,4)dnl Autoconf lossage.
+define(AC_FD_MSG,6)dnl Autoconf lossage.
+define(AC_FD_CC,5)dnl Autoconf lossage.
AC_DEFUN([GLIBC_PROVIDES], [dnl
AC_PROVIDE([AC_PROG_INSTALL])dnl
AC_PROVIDE([AC_PROG_RANLIB])dnl
@@ -17,7 +18,7 @@ dnl
AC_DEFUN(AC_CHECK_SYMBOL, [dnl
AC_MSG_CHECKING(for $1)
AC_CACHE_VAL(ac_cv_check_symbol_$1, [dnl
-AC_TRY_LINK(,
+AC_TRY_LINK(,
changequote(,)dnl
extern char *$1[]; puts(*$1);,
changequote([,])dnl