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 13c00d2c30
commit 81a0c06013
2 changed files with 6 additions and 1 deletions

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