Changeset 23557f5 in rtems
- Timestamp:
- 07/13/03 16:21:33 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1679a7b
- Parents:
- a753ab2
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrap
ra753ab2 r23557f5 161 161 test "$verbose" = "-v" && test -n "$files" && echo "$files" ; 162 162 for i in $files; do if test -f $i; then 163 # The config.sub shipped with automake <= 1.7.5 does handle c4x/tic4x-* correctly. 164 # rm -f config.sub 165 rm -f $i config.guess depcomp install-sh mdate-sh missing \ 163 rm -f $i config.sub config.guess depcomp install-sh mdate-sh missing \ 166 164 mkinstalldirs texinfo.tex 167 165 test "$verbose" = "-v" && echo "$i" -
configure.ac
ra753ab2 r23557f5 17 17 18 18 AC_CANONICAL_TARGET([]) 19 AM_INIT_AUTOMAKE([no-define foreign 1.7. 2])19 AM_INIT_AUTOMAKE([no-define foreign 1.7.6]) 20 20 AM_MAINTAINER_MODE 21 21
Note: See TracChangeset
for help on using the changeset viewer.