From: Gonzalo A. <ga...@us...> - 2006-08-25 13:28:30
|
Update of /cvsroot/mod-c/mod_c In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19171 Modified Files: bootstrap.sh Log Message: cosmetic changes. Index: bootstrap.sh =================================================================== RCS file: /cvsroot/mod-c/mod_c/bootstrap.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bootstrap.sh 23 Aug 2006 14:16:38 -0000 1.1 --- bootstrap.sh 25 Aug 2006 13:28:20 -0000 1.2 *************** *** 7,11 **** rm -rvf configure config.log config.h autom4te.cache aclocal.m4 rm -rvf Makefile.in stamp-h.in src/Makefile.in ! rm -rvf cfgaux/[a-z]* src/cfgaux/[a-z]* config.status config.guess mkdir cfgaux || true --- 7,12 ---- rm -rvf configure config.log config.h autom4te.cache aclocal.m4 rm -rvf Makefile.in stamp-h.in src/Makefile.in ! rm -rvf cfgaux/[a-z]* src/cfgaux/[a-z]* ! rm -rvf config.status config.guess mkdir cfgaux || true |