* configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not

defined.
Reported by Norbert Warmuth.
This commit is contained in:
Pavel Roskin 2001-03-08 02:07:06 +00:00
parent 2dc6461bba
commit 102d0fde0e
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2001-03-07 Pavel Roskin <proski@gnu.org>
* configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
defined.
Reported by Norbert Warmuth.
* configure.in: Don't process vfs/extfs/uzip - it's now
constant.

View File

@ -36,7 +36,9 @@ AC_PROG_GNU_MAKE
AC_AIX
AC_MINIX
AC_ISC_POSIX
AC_PROG_CC_STDC
dnl It's a hack to accomodate both Autoconf 2.13 and the 2.49x series,
dnl It's needed until Autoconf 2.50 is released.
ifdef([AC_PROG_CC_STDC], [AC_PROG_CC_STDC], [AM_PROG_CC_STDC])
AC_HEADER_MAJOR
AC_C_CONST
AC_PATH_PROG(AR, ar, ar)