mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 14:30:34 +02:00
build: Use `AM_PROG_AR'.
* configure.ac: Use `AM_PROG_AR', as suggested by Automake 1.12.1 ("warning: 'libguilereadline-v-@LIBGUILEREADLINE_MAJOR@.la': linking libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac'").
This commit is contained in:
parent
d7a33b6459
commit
1321a36ed6
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ AC_PROG_CPP
|
|||
AC_PROG_SED
|
||||
AC_PROG_AWK
|
||||
AC_PROG_LN_S
|
||||
AM_PROG_AR
|
||||
|
||||
dnl Gnulib.
|
||||
gl_INIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue