Changeset ceb9f8f in rtems
- Timestamp:
- 09/21/01 15:01:28 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1344bf2
- Parents:
- 2543311
- Files:
-
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.cvsignore
r2543311 rceb9f8f 3 3 aclocal.m4 4 4 config.cache 5 config.guess 5 6 config.log 6 7 config.status 8 config.sub 7 9 configure 8 10 depcomp 11 install-sh 12 install.sh 13 missing 14 mkinstalldirs -
ChangeLog
r2543311 rceb9f8f 1 2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * bootstrap: remove/add automake added files. 4 * .cvsignore: reflect changes to bootstrap. 5 1 6 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
bootstrap
r2543311 rceb9f8f 83 83 test -n "`grep CONFIG_HEADER ${configure}`" && autoheader \ 84 84 && test "$verbose" = "-v" && echo "autoheader"; 85 test -f Makefile.am && automake $verbose ;85 test -f Makefile.am && automake -a -c $verbose ; 86 86 autoconf; 87 87 test -f Makefile.am && test -n "`grep 'stamp-h\.in' Makefile.in`" \ … … 103 103 test "$verbose" = "-v" && test -n "$files" && echo "$files" ; 104 104 for i in $files; do if test -f $i; then 105 rm -f $i 105 rm -f $i config.guess config.sub depcomp install-sh missing mkinstalldirs 106 106 test "$verbose" = "-v" && echo "$i" 107 107 fi; done
Note: See TracChangeset
for help on using the changeset viewer.