nagyistoce / cardpeek

Automatically exported from code.google.com/p/cardpeek
Other
1 stars 0 forks source link

error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead. #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. autoreconf -vis -Wall

What is the expected output? What do you see instead?
$ autoreconf -vis -Wall
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --warnings=all 
configure.ac:21: warning: macro 'AM_PATH_GTK_2_0' not found in library
configure.ac:9: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/local/Cellar/automake/1.13.1/share/aclocal-1.13/obsolete-err.m4:14: 
AM_CONFIG_HEADER is expanded from...
configure.ac:9: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1

Original issue reported on code.google.com by ludovic....@gmail.com on 13 Mar 2013 at 9:38

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks.
I applied the patch. (commit 222)

Original comment by L...@gmx.com on 16 Mar 2013 at 4:34