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 | 6aec30e4d446c7d9ffb15bdfff260a3a5e994b97 (patch) | |
tree | b2ab0968e3356d274514be38c84ee2a7daf72798 /configure.ac | |
parent | f19ae935d1ae09eb7b347d3ce198c3ccacba6bd8 (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 b357aa2..fc0d9c1 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([odb/sqlite/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]) |