Bugfix: AM_PROG_AR is not recognized by older automake, so only use it when defined
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user