configure: support Automake 1.12

Signed-off-by: Jonathan Dieter <jdieter@lesbg.com>
Signed-off-by: Ken Dreyer <ken.dreyer@inktank.com>
This commit is contained in:
Jonathan Dieter 2014-01-06 22:24:50 -07:00 committed by Ken Dreyer
parent 12a0f51360
commit 822ad58867

View File

@ -29,6 +29,9 @@ AC_CONFIG_SUBDIRS([src/gtest])
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Fix automake problems in 1.12
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
# Automake
AM_INIT_AUTOMAKE
AM_PROG_CC_C_O