1
Fork 0
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:
Ludovic Courtès 2012-07-07 11:41:39 +02:00
parent d7a33b6459
commit 1321a36ed6

View file

@ -64,6 +64,7 @@ AC_PROG_CPP
AC_PROG_SED
AC_PROG_AWK
AC_PROG_LN_S
AM_PROG_AR
dnl Gnulib.
gl_INIT