[Xfce4-commits] <xfce4-indicator-plugin:master> rename to .ac.in,	avoid obsolete Macro
    Mark Trompell 
    noreply at xfce.org
       
    Sun Apr 14 23:04:05 CEST 2013
    
    
  
Updating branch refs/heads/master
         to a6adc7ac99cb6fd247aa722ef86090ac447b8efc (commit)
       from d195e32ee96896102b59b52814eb5d628791bd4c (commit)
commit a6adc7ac99cb6fd247aa722ef86090ac447b8efc
Author: Mark Trompell <mark at foresightlinux.org>
Date:   Sat Apr 13 14:22:33 2013 +0200
    rename to .ac.in, avoid obsolete Macro
 configure.in.in => configure.ac.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in.in b/configure.ac.in
similarity index 99%
rename from configure.in.in
rename to configure.ac.in
index fd7258c..7a99b63 100644
--- a/configure.in.in
+++ b/configure.ac.in
@@ -28,7 +28,7 @@ dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
 AM_INIT_AUTOMAKE([1.8 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])])
 
    
    
More information about the Xfce4-commits
mailing list