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

This commit is contained in:
jlongman
2014-07-17 14:16:24 -04:00
parent e7a135b930
commit 7388a54647

View File

@@ -20,7 +20,7 @@ AC_PROG_CC
AM_PROG_CC_C_O
AM_PROG_AS
AC_PROG_INSTALL
AM_PROG_AR
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_PROG_LIBTOOL
AC_PROG_LN_S