mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
defined. Reported by Norbert Warmuth.
This commit is contained in:
parent
2dc6461bba
commit
102d0fde0e
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user