[Xfce4-commits] [apps/xfmpc] 02/03: use AC_CONFIG_HEADERS in configure.in.in (#11063)
    noreply at xfce.org 
    noreply at xfce.org
       
    Wed Jun 29 22:28:36 CEST 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/xfmpc.
commit 5330875b35481db98145d7a2deead3018d8bcc3e
Author: Christian Hesse <mail at eworm.de>
Date:   Wed Jun 29 22:27:26 2016 +0200
    use AC_CONFIG_HEADERS in configure.in.in (#11063)
---
 configure.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.in.in b/configure.in.in
index af808c5..5142053 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -29,7 +29,7 @@ dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-bzip2])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE()
 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