summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2012-09-24 20:39:06 +0200
committerAlexander Barton <alex@barton.de>2012-09-24 20:39:06 +0200
commit78d189fbf745741f42271557206cdde60d3ae857 (patch)
tree262eaf13174708314ed5978e3f118940a533e8b1 /Makefile.am
parent8cfb9104419d3c00fbef3fe8639eb04f03d83f3d (diff)
downloadngircd-78d189fbf745741f42271557206cdde60d3ae857.tar.gz
ngircd-78d189fbf745741f42271557206cdde60d3ae857.zip
configure.ng: use AM_PROG_AR to check ar(1) command
This fixes

  automake-1.12/am/library.am: warning: 'libngipaddr.a':
   linking libraries using a non-POSIX .../automake-1.12/am/library.am:
   archiver requires 'AM_PROG_AR' in 'configure.in'
   src/ipaddr/Makefile.am:12: while processing library 'libngipaddr.a'

and similar warnings of automake.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b451b78b..1edd751b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ clean-local:
 maintainer-clean-local:
 	rm -rf autom4te.cache
 	rm -f Makefile.in Makefile aclocal.m4 configure
-	rm -f mkinstalldirs missing depcomp install-sh
+	rm -f ar-lib mkinstalldirs missing depcomp install-sh
 	rm -f config.log debian
 
 testsuite: