From cf0ed4671a8879a28d668248b3c8da9e06575b44 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 18 Jun 2003 15:15:48 +0000 Subject: 2003-06-18 Ralf Corsepius * bootstrap: Reflect having added config.sub. --- ChangeLog | 1 + bootstrap | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e569219455..bd295219cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2003-06-18 Ralf Corsepius + * bootstrap: Reflect having added config.sub. * config.sub: New from subversions to accomodate c4x/tic4x. 2003-06-12 Ralf Corsepius diff --git a/bootstrap b/bootstrap index 0b60071b04..3060d85dec 100755 --- a/bootstrap +++ b/bootstrap @@ -160,7 +160,9 @@ clean) files=`find . -name 'configure' -print` ; test "$verbose" = "-v" && test -n "$files" && echo "$files" ; 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 test "$verbose" = "-v" && echo "$i" fi; done @@ -187,3 +189,5 @@ clean) find . -name 'autom4te*.cache' | xargs rm -rf ;; esac + +exit 0 -- cgit v1.2.3