From 3a057396834801e183a6a78f431971a40a8f617e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 17 Oct 2011 01:56:10 +0100 Subject: [PATCH] configure.ac: Replace AM_CONFIG_HEADER deprecated macro Use AC_CONFIG_HEADERS instead --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3f154fedb4..3dab3ace2a 100644 --- a/configure.ac +++ b/configure.ac @@ -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