24 Sep
2012
24 Sep
'12
20:57
Module: ngircd.git Branch: master Commit: b730b64bbecfb325e28f7df1fba46942ac19968d URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=b730b64bb... Author: Alexander Barton <alex@barton.de> Date: Mon Sep 24 20:56:24 2012 +0200 configure: only use AM_PROG_AR when available This fixes commit 78d189fb on systems with older automake ... --- configure.ng | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ng b/configure.ng index 3ac56c4..8b47ad1 100644 --- a/configure.ng +++ b/configure.ng @@ -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