Compatibility with automake < 1.12

AM_PROG_AR was added in automake 1.12; this patch will cause automake
to use it if present, but proceed with the build if not.
This commit is contained in:
Sharif Olorin 2015-09-22 06:42:07 +00:00
parent fc3db29412
commit cade0a9cd8

View file

@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE
AC_CANONICAL_HOST
AC_PROG_CC
AM_PROG_AR
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AM_PROG_LEX
AC_EXEEXT
LT_INIT