Merge pull request #72 from jlongman/master

Bugfix: AM_PROG_AR is not recognized by older automake, so only use it w...
This commit is contained in:
Josh Aas
2014-07-21 11:21:30 -05:00

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