Replaces the old AM_CONFIG_HEADER by AC_CONFIG_HEADERS; automake 1.13+

barfs.



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1140 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2013-04-25 20:14:44 +00:00
parent 9ad7888bc0
commit 31618cb6df
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-04-25 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
* configure.ac(AC_CONFIG_HEADERS): Replace the old AM_CONFIG_HEADER
by this; automake 1.13+ barfs.
2013-03-12 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
* avrdude.conf.in (ATmega2564RFR2, ATmega1284RFR2, ATmega644RFR2):

View File

@ -31,7 +31,7 @@ AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([main.c])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(ac_cfg.h)
AC_CONFIG_HEADERS(ac_cfg.h)
# Checks for programs.
AC_PROG_CC