Update of /cvsroot/foo/foo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17970
Modified Files:
bootstrap
Log Message:
corrected problem with autotools dir
Index: bootstrap
===================================================================
RCS file: /cvsroot/foo/foo/bootstrap,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** bootstrap 9 Aug 2004 17:54:54 -0000 1.3
--- bootstrap 10 Aug 2004 03:16:10 -0000 1.4
***************
*** 57,62 ****
# Remove old cruft
rm -f aclocal.m4 configure config.guess config.log config.sub config.cache compile missing mkinstalldirs install-sh INSTALL
! rm -Rf autom4te.cache
! (cd autotools && rm -f config.guess config.sub missing mkinstalldirs compile install-sh)
aclocal${amvers}
--- 57,62 ----
# Remove old cruft
rm -f aclocal.m4 configure config.guess config.log config.sub config.cache compile missing mkinstalldirs install-sh INSTALL
! rm -Rf autom4te.cache autotools
! mkdir autotools
aclocal${amvers}
|