[Libreoffice-commits] .: configure.ac
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Jan 1 03:18:13 PST 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 61e0deb8c5200cdc66a8d6215a462e433f1804da
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jan 1 12:13:23 2013 +0100
Obsolete AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
(cf. <https://trac.macports.org/ticket/37428> "gnome-keyring @2.30.3 autoreconf
fails with automake 1.13: possibly undefined macro: AM_CONFIG_HEADER")
diff --git a/configure.ac b/configure.ac
index aef555b..89562c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,7 @@ AC_SUBST(CPPUNIT_CXXFLAGS)
# ==============
# Setup config.h
# ==============
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AX_PREFIX_CONFIG_H([include/cppunit/config-auto.h])
# =====================
More information about the Libreoffice-commits
mailing list