From: Olivier Langlois Date: Thu, 16 May 2013 08:32:58 +0000 (-0400) Subject: Remove an obsolete macro in configure.in X-Git-Tag: v1.0.27.1~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=f646b7e8b3c4ade665e66f8e479e17617c18b570;p=alsa-lib.git Remove an obsolete macro in configure.in Replaced AM_CONFIG_HEADER with AC_CONFIG_HEADERS lano1106@whippet2 ~/dev/alsa-lib $ ./gitcompile aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:56: error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead. /usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from... configure.in:56: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 Signed-off-by: Olivier Langlois Signed-off-by: Takashi Iwai --- diff --git a/configure.in b/configure.in index 303478d2..da683a1e 100644 --- a/configure.in +++ b/configure.in @@ -55,7 +55,7 @@ CC_NOUNDEFINED dnl Checks for header files. AC_HEADER_STDC -AM_CONFIG_HEADER(include/config.h) +AC_CONFIG_HEADERS(include/config.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST