projects
/
ngircd-alex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e22fc3
)
configure: only use AM_PROG_AR when available
author
Alexander Barton
<alex@barton.de>
Mon, 24 Sep 2012 18:56:24 +0000
(20:56 +0200)
committer
Alexander Barton
<alex@barton.de>
Mon, 24 Sep 2012 18:56:24 +0000
(20:56 +0200)
This fixes commit
78d189fb
on systems with older automake ...
configure.ng
patch
|
blob
|
history
diff --git
a/configure.ng
b/configure.ng
index
3ac56c4
..
8b47ad1
100644
(file)
--- 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