[gjs/wip/ptomato/autotools: 8/16] build: Replace deprecated AC_CONFIG_HEADER



commit 0cca5cd740dc3cab96ad8f6bdb6930a6c436f9ba
Author: Philip Chimento <philip chimento gmail com>
Date:   Mon Sep 26 21:52:04 2016 -0700

    build: Replace deprecated AC_CONFIG_HEADER
    
    This macro can be replaced straight up by AC_CONFIG_HEADERS.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7458d96..b17b3dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AM_INIT_AUTOMAKE([1.11.1 dist-xz no-dist-gzip tar-ustar -Wno-portability])
 AX_IS_RELEASE([git-directory])
 AC_CONFIG_SRCDIR([gjs/console.cpp])
 AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 
 AC_DEFINE([GJS_VERSION], pkg_int_version, [The gjs version as an integer])
 


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