configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 61e0deb8c5200cdc66a8d6215a462e433f1804da Author: Stephan Bergmann <sberg...@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]) # ===================== _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits