aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-04-08 09:12:43 +0000
committerWerner Koch <[email protected]>2003-04-08 09:12:43 +0000
commit7b94419cf9116cc0fe746b88cdd900383ed69869 (patch)
tree21a24950a11bb79b5f96a20bd7d437bac7418ead
parent* Makefile.am (EXTRA_DIST): Add autogen.sh wrapper which is (diff)
downloadgnupg-7b94419cf9116cc0fe746b88cdd900383ed69869.tar.gz
gnupg-7b94419cf9116cc0fe746b88cdd900383ed69869.zip
Removed spurious character ('g' probably to early hit it for
cvs-update or well, Gnus mailcheck)
-rwxr-xr-xscripts/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh
index d01e1c856..581c18302 100755
--- a/scripts/autogen.sh
+++ b/scripts/autogen.sh
@@ -34,7 +34,7 @@ if test "$1" = "--build-w32"; then
echo "We need at least version 0.3 of MingW32/CPD" >&2
exit 1
fi
-g
+
if [ -f "$tsdir/config.log" ]; then
if ! head $tsdir/config.log | grep i386--mingw32 >/dev/null; then
echo "Pease run a 'make distclean' first" >&2