[gimp/metadata-browser] configure.ac: Replace AM_CONFIG_HEADER deprecated macro



commit 30cd5e161d72ede0e29b6c85a231b2462d77aca2
Author: Javier JardÃn <jjardon gnome org>
Date:   Mon Oct 17 01:56:10 2011 +0100

    configure.ac: Replace AM_CONFIG_HEADER deprecated macro
    
    Use AC_CONFIG_HEADERS instead

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1c633ca..916295c 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]