From 256f67675f84ee02d842d14c93bfc8d6383b65b1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 3 Apr 2006 10:13:23 +0000 Subject: About to release 1.4.3 --- scripts/ChangeLog | 4 ++++ scripts/autogen.sh | 20 +++++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) (limited to 'scripts') diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 538b31d48..b78ba8d10 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2006-04-03 Werner Koch + + * autogen.sh: Unsupport mingw32/cpd. + 2006-03-09 Werner Koch * config.sub, config.guess: Updated. diff --git a/scripts/autogen.sh b/scripts/autogen.sh index f132ce335..c39471eb6 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -63,15 +63,17 @@ if test "$1" = "--build-w32"; then echo "We need at least version 0.3 of MingW32/CPD" >&2 exit 1 fi - crossbindir=`mingw32 --install-dir`/bin - # Old autoconf version required us to setup the environment - # with the proper tool names. - CC=`mingw32 --get-path gcc` - CPP=`mingw32 --get-path cpp` - AR=`mingw32 --get-path ar` - RANLIB=`mingw32 --get-path ranlib` - export CC CPP AR RANLIB - conf_CC="" + echo "MingW32/CPD is no longer supported" >&2 + exit 1 + # crossbindir=`mingw32 --install-dir`/bin + # # Old autoconf version required us to setup the environment + # # with the proper tool names. + # CC=`mingw32 --get-path gcc` + # CPP=`mingw32 --get-path cpp` + # AR=`mingw32 --get-path ar` + # RANLIB=`mingw32 --get-path ranlib` + # export CC CPP AR RANLIB + # conf_CC="" fi if [ -f "$tsdir/config.log" ]; then -- cgit v1.2.3