>From 983bdf843b544159441afb9073d64d1b2f8546f1 Mon Sep 17 00:00:00 2001 From: Mats Erik Andersson Date: Sat, 23 Mar 2013 13:55:40 +0100 Subject: [PATCH] Port to recent automake. --- configure.ac | 1 + doc/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7c38731..fc3f045 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,7 @@ SOVERSION=`expr ${LT_CURRENT} - ${LT_AGE}` AC_SUBST(SOVERSION) # Checks for programs. +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL AM_MISSING_PROG(PERL, perl, $missing_dir) diff --git a/doc/Makefile.am b/doc/Makefile.am index f89d82d..67132b9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -834,7 +834,7 @@ update-makefile: mv Makefile.am.new Makefile.am doit: - @$(mkdir_p) man texi; \ + @$(MKDIR_P) man texi; \ echo -n "Creating function documentation" && \ for i in `$(srcdir)/gdoc -listfunc $(GDOC_SRC)`; do \ $(srcdir)/gdoc -man \ -- 1.8.1