[glib] configure.ac: replace obsolete AC_CONFIG_HEADER with with AC_CONFIG_HEADERS



commit 6513e656c00550d99235faaa4714db33f12a444c
Author: Javier JardÃn <jjardon gnome org>
Date:   Mon Jan 7 15:41:19 2013 +0000

    configure.ac: replace obsolete AC_CONFIG_HEADER with with AC_CONFIG_HEADERS
    
    The former is an obsolete alias to the latter.
    It may get removed in the future.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 40760f2..b7d5d45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ m4_define([glib_debug_default],
 AC_INIT(glib, [glib_version],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glib])
 
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([glib/glib.h])
 AC_CONFIG_MACRO_DIR([m4macros])
 



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