mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
About to release 1.4.3
This commit is contained in:
parent
4afa4eb10e
commit
256f67675f
43 changed files with 10662 additions and 10109 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-04-03 Werner Koch <wk@g10code.com>
|
||||
|
||||
* autogen.sh: Unsupport mingw32/cpd.
|
||||
|
||||
2006-03-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* config.sub, config.guess: Updated.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue