From: Gonzalo A. <ga...@us...> - 2006-09-11 14:02:49
|
Update of /cvsroot/mod-c/mod_c In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28018 Modified Files: configure.ac Log Message: AC_PROG_RANLIB is obsolete if using AM_PROG_LIBTOOL. Index: configure.ac =================================================================== RCS file: /cvsroot/mod-c/mod_c/configure.ac,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** configure.ac 11 Sep 2006 13:58:44 -0000 1.8 --- configure.ac 11 Sep 2006 14:02:42 -0000 1.9 *************** *** 12,16 **** AC_PROG_CC AM_PROG_LIBTOOL ! AC_PROG_RANLIB # Check for needed headers --- 12,16 ---- AC_PROG_CC AM_PROG_LIBTOOL ! dnl AC_PROG_RANLIB # Check for needed headers |