[Xfce4-commits] [apps/mousepad] 01/01: Change AM_CONFIG_HEADER to AC_CONFIG_HEADERS

noreply at xfce.org noreply at xfce.org
Sat Jul 12 06:24:46 CEST 2014


This is an automated email from the git hooks/post-receive script.

mbrush pushed a commit to branch master
in repository apps/mousepad.

commit a34472e50d5e05b59a8e7b46187d6aaaaa1820c6
Author: Matthew Brush <mbrush at codebrainz.ca>
Date:   Fri Jul 11 21:24:18 2014 -0700

    Change AM_CONFIG_HEADER to AC_CONFIG_HEADERS
    
    Closes #9939 (https://bugzilla.xfce.org/show_bug.cgi?id=9939)
---
 configure.ac.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 412b96f..673d45a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -29,7 +29,7 @@ dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
 AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2 tar-ustar])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE()
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list