Update of /cvsroot/mod-c/ehtml
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16429
Modified Files:
bootstrap.sh
Log Message:
Made bootstrap.sh a little more CVS friendly.
Index: bootstrap.sh
===================================================================
RCS file: /cvsroot/mod-c/ehtml/bootstrap.sh,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** bootstrap.sh 13 Jan 2006 23:20:17 -0000 1.1.1.1
--- bootstrap.sh 23 Aug 2006 14:17:13 -0000 1.2
***************
*** 7,13 ****
rm -rvf configure config.log config.h autom4te.cache aclocal.m4
rm -rvf Makefile.in stamp-h.in src/Makefile.in
! rm -rvf cfgaux src/cfgaux config.status config.guess
! mkdir cfgaux
# Generate AM macros for autoconf
--- 7,13 ----
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
# Generate AM macros for autoconf
|