aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-06 08:02:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-06 08:02:08 +0200
commitce5b9fcefe9d9c7710d83b5ddd5b13579da964fc (patch)
treec00570cfbe542369718eabe06feddd94adef840d
parent5d1a4c6a250eebbdf302c9dbb174f2f47c32d30d (diff)
Add call to AM_PROG_AR which is required by newer automake
Thanks to Hugo Mildenberger <Hugo.Mildenberger@web.de> for the patch.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index df88d45..edc0aa1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([odb/mssql/version.hxx])
AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc subdir-objects dist-bzip2 dist-zip tar-ustar])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # Required by automake 1.12.
LT_INIT([win32-dll])