diff options
| author | Werner Koch <[email protected]> | 2001-01-22 20:22:41 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2001-01-22 20:22:41 +0000 |
| commit | f2be4142516bcd9536884bb0e40e8bf561352bd4 (patch) | |
| tree | ed2ac09ccc19dbcf076c719f8d11485b101c287f /autogen.sh | |
| parent | Nicer W32 installation support (diff) | |
| download | gpgme-f2be4142516bcd9536884bb0e40e8bf561352bd4.tar.gz gpgme-f2be4142516bcd9536884bb0e40e8bf561352bd4.zip | |
Some new but untested functions
Diffstat (limited to '')
| -rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
