mirror of
https://github.com/osmarks/ngircd.git
synced 2025-08-30 17:27:58 +00:00
configure: only use AM_PROG_AR when available
This fixes commit 78d189fb
on systems with older automake ...
This commit is contained in:
@@ -60,7 +60,8 @@ AC_PROG_CC_STDC
|
||||
|
||||
# -- Helper programs --
|
||||
|
||||
AM_PROG_AR
|
||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||
|
||||
AC_PROG_AWK
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
|
Reference in New Issue
Block a user