repo: ngircd action: commit revision: path_from: revision_from: b730b64bbecfb325e28f7df1fba46942ac19968d: path_to: revision_to:
commit b730b64bbecfb325e28f7df1fba46942ac19968d Author: Alexander BartonDate: 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 ... diff --git a/configure.ng b/configure.ng
--- 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
-----END OF PAGE-----