* configure.ac: Invoke AM_PROG_AR. --- ChangeLog | 6 ++++++ build-aux/.gitignore | 1 + configure.ac | 2 ++ 3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index b3e00ef..c4852d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-09-25 Roland Levillain roland@lrde.epita.fr + + Have configure find an archiver. + + * configure.ac: Invoke AM_PROG_AR. + 2011-11-14 Roland Levillain roland@lrde.epita.fr
* configure.ac: Configure milena/apps/morphers/Makefile. diff --git a/build-aux/.gitignore b/build-aux/.gitignore index fb342f9..e727daf 100644 --- a/build-aux/.gitignore +++ b/build-aux/.gitignore @@ -1,3 +1,4 @@ +/ar-lib /config.guess /config.sub /depcomp diff --git a/configure.ac b/configure.ac index d16eca2..fa7e091 100644 --- a/configure.ac +++ b/configure.ac @@ -175,6 +175,8 @@ AC_ARG_ENABLE([all], ## Libraries set up. ## ## ------------------ ##
+AM_PROG_AR + # Use Libtool. # To be replaced by a call to LT_INIT as soon as Libtool 2.2 is used. AC_PROG_LIBTOOL