aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/ChangeLog4
-rwxr-xr-xscripts/autogen.sh20
2 files changed, 15 insertions, 9 deletions
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 <[email protected]>
+
+ * autogen.sh: Unsupport mingw32/cpd.
+
2006-03-09 Werner Koch <[email protected]>
* 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