forked from Imagelibrary/rtems
2003-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootstrap: Reflect having added config.sub.
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
2003-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* bootstrap: Reflect having added config.sub.
|
||||||
* config.sub: New from subversions to accomodate c4x/tic4x.
|
* config.sub: New from subversions to accomodate c4x/tic4x.
|
||||||
|
|
||||||
2003-06-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-06-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|||||||
@@ -160,7 +160,9 @@ clean)
|
|||||||
files=`find . -name 'configure' -print` ;
|
files=`find . -name 'configure' -print` ;
|
||||||
test "$verbose" = "-v" && test -n "$files" && echo "$files" ;
|
test "$verbose" = "-v" && test -n "$files" && echo "$files" ;
|
||||||
for i in $files; do if test -f $i; then
|
for i in $files; do if test -f $i; then
|
||||||
rm -f $i config.guess config.sub depcomp install-sh mdate-sh missing \
|
# The config.sub shipped with automake <= 1.7.5 does handle c4x/tic4x-* correctly.
|
||||||
|
# rm -f config.sub
|
||||||
|
rm -f $i config.guess depcomp install-sh mdate-sh missing \
|
||||||
mkinstalldirs texinfo.tex
|
mkinstalldirs texinfo.tex
|
||||||
test "$verbose" = "-v" && echo "$i"
|
test "$verbose" = "-v" && echo "$i"
|
||||||
fi; done
|
fi; done
|
||||||
@@ -187,3 +189,5 @@ clean)
|
|||||||
find . -name 'autom4te*.cache' | xargs rm -rf
|
find . -name 'autom4te*.cache' | xargs rm -rf
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user