[libpng15] Changed AM_CONFIG_HEADER(config.h) to AC_CONFIG_HEADERS([config.h])

in configure.ac
This commit is contained in:
Glenn Randers-Pehrson
2013-01-03 13:18:26 -06:00
parent 3d3c517bc4
commit 8e4a89f0f9
3 changed files with 8 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ PNGLIB_RELEASE=14
dnl End of version number stuff
AC_CONFIG_SRCDIR([pngget.c])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AC_LANG([C])