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 | 264b3257b2f746f0835444cee2a77b37e7532abc (patch) | |
tree | 31f9b26a1ce119cd106c347def8559b2cd416e10 /configure.ac | |
parent | 27843d4fd465bd5197cbb6c49fb391eca76c2f22 (diff) |
Add call to AM_PROG_AR which is required by newer automake
Thanks to Hugo Mildenberger <Hugo.Mildenberger@web.de> for the patch.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5d5d213..2da3cfe 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([odb/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]) |