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.
This commit is contained in:
parent
8cfb910441
commit
78d189fbf7
|
@ -4,6 +4,7 @@ aclocal.m4
|
||||||
ansi2knr.1
|
ansi2knr.1
|
||||||
ansi2knr.c
|
ansi2knr.c
|
||||||
ansi2knr.h
|
ansi2knr.h
|
||||||
|
ar-lib
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
build-stamp-ngircd*
|
build-stamp-ngircd*
|
||||||
config.log
|
config.log
|
||||||
|
|
|
@ -22,7 +22,7 @@ clean-local:
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -rf autom4te.cache
|
rm -rf autom4te.cache
|
||||||
rm -f Makefile.in Makefile aclocal.m4 configure
|
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
|
rm -f config.log debian
|
||||||
|
|
||||||
testsuite:
|
testsuite:
|
||||||
|
|
|
@ -60,6 +60,7 @@ AC_PROG_CC_STDC
|
||||||
|
|
||||||
# -- Helper programs --
|
# -- Helper programs --
|
||||||
|
|
||||||
|
AM_PROG_AR
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
|
|
Loading…
Reference in New Issue