aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-06-14 05:49:19 +0000
committerWerner Koch <[email protected]>2004-06-14 05:49:19 +0000
commit7e165d975892fa4d16c0e5d3d249eea7aee804d2 (patch)
tree43738c5fd0575d02c99365eeb343339f19e1aa45 /scripts/autogen.sh
parent* gpgkeys_http.c: General polish and removal of leftover stuff from (diff)
downloadgnupg-7e165d975892fa4d16c0e5d3d249eea7aee804d2.tar.gz
gnupg-7e165d975892fa4d16c0e5d3d249eea7aee804d2.zip
* mk-w32-dist: Do not include the en@* po files.
* autogen.sh <--build-w32>: Build keyserver helpers again.
Diffstat (limited to '')
-rwxr-xr-xscripts/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh
index 98462cd09..24ba3eae6 100755
--- a/scripts/autogen.sh
+++ b/scripts/autogen.sh
@@ -71,7 +71,7 @@ if test "$1" = "--build-w32"; then
[ $DIE = yes ] && exit 1
$tsdir/configure --build=${build} --host=${host} \
- ${disable_foo_tests} --disable-keyserver-helpers $*
+ ${disable_foo_tests} $*
# Ugly hack to overcome a gettext problem. Someone should look into
# gettext to figure out why the po directory is not ignored as it used