configure.ac: Replace AM_CONFIG_HEADER deprecated macro

Use AC_CONFIG_HEADERS instead
This commit is contained in:
Javier Jardón 2011-10-17 01:56:10 +01:00
parent de9c5fda00
commit 3a05739683
1 changed files with 1 additions and 1 deletions

View File

@ -68,11 +68,11 @@ AC_INIT([GIMP], [gimp_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP],
[gimp])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([app/core/gimp.c])
AC_CONFIG_MACRO_DIR([m4macros])
AM_INIT_AUTOMAKE(no-define dist-bzip2 no-dist-gzip -Wno-portability)
AM_CONFIG_HEADER(config.h)
# Enable silent build rules by default, requires at least
# Automake-1.11. Disable by either passing --disable-silent-rules to