1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Make it easier to distribute bzip2

This commit is contained in:
Werner Koch 2009-09-05 18:07:00 +00:00
parent 7956620485
commit 999f8a3feb
4 changed files with 10 additions and 1 deletions

View file

@ -51,6 +51,9 @@ if test "$1" = "--build-w32"; then
fi
build=`$tsdir/scripts/config.guess`
[ -z "$w32root" ] && w32root="$HOME/w32root"
echo "Using $w32root as standard install directory" >&2
# Locate the cross compiler
crossbindir=
for host in i586-mingw32msvc i386-mingw32msvc; do
@ -92,6 +95,7 @@ if test "$1" = "--build-w32"; then
[ $DIE = yes ] && exit 1
$tsdir/configure ${conf_CC} --build=${build} --host=${host} \
--with-bzip2=${w32root} \
${disable_foo_tests} $*
exit $?
fi