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 | 8a2a886cccd7e01b4d303f3d1912ed02d117c023 (patch) | |
tree | b661a2d6dbfa5f3018165524c27d5ee7cb4d428c | |
parent | de82dd16a013979d9ff69a5f176348607db49342 (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 0902700..8a23d95 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([odb/mysql/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]) |