From 1321a36ed61deb9431b41768dc92cb7230c9afa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 7 Jul 2012 11:41:39 +0200 Subject: [PATCH] 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'"). --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index af7c3a8ce..32a6760a5 100644 --- a/configure.ac +++ b/configure.ac @@ -64,6 +64,7 @@ AC_PROG_CPP AC_PROG_SED AC_PROG_AWK AC_PROG_LN_S +AM_PROG_AR dnl Gnulib. gl_INIT