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
commit39e0e6ed3c79852a647bbf94d224d300fcb2c270 (patch)
tree5627622d18c86322f8b90c705c3c2ee1a0e5361e
parente0b9e456970e6dd3f0cd63a9f333fac49b424c61 (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 80b0e79..e6aaf3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([odb/qt/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])