OSDN Git Service

Remove an obsolete macro in configure.in
authorOlivier Langlois <olivier@trillion01.com>
Thu, 16 May 2013 08:32:58 +0000 (04:32 -0400)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 May 2013 13:41:47 +0000 (15:41 +0200)
commitf646b7e8b3c4ade665e66f8e479e17617c18b570
tree9ceb7069c3ecb86bf760c60a6272731e7c798472
parent39a4dad148f6eb660703636df4a18fc7e69cd072
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 <olivier@trillion01.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.in