diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-06 08:02:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-06 08:02:08 +0200 |
commit | a5b6b9210454281e5e153c79a911aedb11196c1a (patch) | |
tree | 84ffc3d6ed240d802bc88669a7bef93d1275f5f6 | |
parent | bbcba6c8ce1d5755b1e1c5bb401caaab8e169131 (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.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e091615..a2fb0fb 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([odb/oracle/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]) |