diff options
| author | Alexander Barton <alex@barton.de> | 2012-09-24 20:39:06 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2012-09-24 20:39:06 +0200 |
| commit | 78d189fbf745741f42271557206cdde60d3ae857 (patch) | |
| tree | 262eaf13174708314ed5978e3f118940a533e8b1 /Makefile.am | |
| parent | 8cfb9104419d3c00fbef3fe8639eb04f03d83f3d (diff) | |
| download | ngircd-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.am | 2 |
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: |