aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-01-22 20:22:41 +0000
committerWerner Koch <[email protected]>2001-01-22 20:22:41 +0000
commitf2be4142516bcd9536884bb0e40e8bf561352bd4 (patch)
treeed2ac09ccc19dbcf076c719f8d11485b101c287f /autogen.sh
parentNicer W32 installation support (diff)
downloadgpgme-f2be4142516bcd9536884bb0e40e8bf561352bd4.tar.gz
gpgme-f2be4142516bcd9536884bb0e40e8bf561352bd4.zip
Some new but untested functions
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 10b498c4..13e4b368 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -148,7 +148,7 @@ autoconf
if test "$*" = ""; then
conf_options="--enable-maintainer-mode"
else
- conf_options=$*
+ conf_options=$*
fi
echo "Running ./configure $conf_options"
./configure $conf_options