From e8c0fa24beeb46dde6f0f70f496ac7aa416c0903 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 6 Jun 2007 14:42:19 +0300 Subject: [PATCH] More auto*foo cleanups: - move AIX and MINIX checks earlier to avoid complaints - use AC_PROG_LIBTOOL instead of -RANLIB to avoid obsoletion warning --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f1ac70b..2936823 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,9 @@ AM_INIT_AUTOMAKE([foreign]) dnl Set of available languages. ALL_LINGUAS="cs da de fi fr gl is ja ko no pl pt pt_BR ro ru sk sl sr sv tr" +AC_AIX +AC_MINIX + dnl Checks for programs. AC_PROG_CXX AC_PROG_AWK @@ -17,11 +20,9 @@ AC_PROG_CPP AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET -AC_PROG_RANLIB +AC_PROG_LIBTOOL AC_PROG_YACC -AC_AIX -AC_MINIX AS=${AS-as} AC_SUBST(AS) if test "$ac_cv_c_compiler_gnu" = yes; then -- 2.7.4