[Xfce4-commits] <xfce4-dict:master> Replace AM_CONFIG_HEADER macro by AC_CONFIG_HEADERS
Enrico Tröger
noreply at xfce.org
Mon May 20 14:36:03 CEST 2013
Updating branch refs/heads/master
to 3f4c07138192a3d79e7d44930460af258ea5603a (commit)
from 9c7ea8858e8ae81a124e9730de7b58784cef9ab1 (commit)
commit 3f4c07138192a3d79e7d44930460af258ea5603a
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date: Mon May 20 14:34:00 2013 +0200
Replace AM_CONFIG_HEADER macro by AC_CONFIG_HEADERS
configure.ac.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 391d48b..a6937ee 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -19,7 +19,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