mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
Use the AM_PROG_AR macro in configure.ac.
This fixes some warnings when running the 'bootstrap' script.
This commit is contained in:
parent
851e923998
commit
8077525893
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
|||
*/Makefile.in
|
||||
Makefile
|
||||
Makefile.in
|
||||
ar-lib
|
||||
compile
|
||||
config.guess
|
||||
config.h
|
||||
|
|
|
@ -22,6 +22,7 @@ AC_USE_SYSTEM_EXTENSIONS
|
|||
AC_PROG_CXX
|
||||
AC_PROG_MAKE_SET
|
||||
AC_PROG_RANLIB
|
||||
AM_PROG_AR
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
||||
AC_CHECK_HEADERS_ONCE(execinfo.h)
|
||||
|
|
Loading…
Reference in a new issue