From: Panu Matilainen Date: Wed, 6 Jun 2007 11:42:19 +0000 (+0300) Subject: More auto*foo cleanups: X-Git-Tag: tznext/4.11.0.1.tizen20130304~5962 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8c0fa24beeb46dde6f0f70f496ac7aa416c0903;p=tools%2Flibrpm-tizen.git More auto*foo cleanups: - move AIX and MINIX checks earlier to avoid complaints - use AC_PROG_LIBTOOL instead of -RANLIB to avoid obsoletion warning --- 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