Bugfix: AM_PROG_AR is not recognized by older automake, so only use it when defined

This commit is contained in:
Luke Dashjr
2012-09-30 12:28:36 +00:00
parent e0b627c652
commit 9fae4b6b00

View File

@@ -9,7 +9,7 @@ AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 -Wall dist-bzip2])
AC_PROG_CC_C99
AM_PROG_AR
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT([disable-static])
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html