mirror of https://github.com/xiph/flac
Remove more obsolete autoconf macro's
Autoconf 2.71 warns about obsolete macro's on running ./autogen.sh. AC_PROG_CC_STDC is replaced by AC_PROG_CC as recommended by autoupdate AC_HEADER_STDC has been removed. Autoupdate recommended the following: > The preprocessor macro `STDC_HEADERS' is obsolete. Except in unusual > embedded environments, you can safely include all ISO C90 headers > unconditionally.
This commit is contained in:
parent
d94a43d5c3
commit
13149acddd
|
@ -36,7 +36,7 @@ AX_CHECK_ENABLE_DEBUG
|
|||
user_cflags=$CFLAGS
|
||||
|
||||
#Prefer whatever the current ISO standard is.
|
||||
AC_PROG_CC_STDC
|
||||
AC_PROG_CC
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||
LT_INIT([win32-dll disable-static pic-only])
|
||||
|
@ -63,7 +63,6 @@ fi
|
|||
AC_LANG_POP([C++])
|
||||
|
||||
# c flavor
|
||||
AC_HEADER_STDC
|
||||
AM_PROG_CC_C_O
|
||||
AC_C_INLINE
|
||||
AC_C_VARARRAYS
|
||||
|
|
Loading…
Reference in New Issue