diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-22 22:47:02 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-22 22:47:02 +0000 |
commit | f4cd3e8074641af68bf2b6a8579c3da58f0ac013 (patch) | |
tree | e0d8399f0df9baaaff825e575da4625935c64583 /src/configure | |
parent | bb1004ee56bde6345b469568e2bdd86b54b32bf7 (diff) | |
download | vim-git-f4cd3e8074641af68bf2b6a8579c3da58f0ac013.tar.gz |
updated for version 7.0175v7.0175
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure index 6aa15be9c..f9f65fa36 100755 --- a/src/configure +++ b/src/configure @@ -1,6 +1,6 @@ #! /bin/sh # run the automatically generated configure script CONFIG_STATUS=auto/config.status \ - auto/configure "$@" --srcdir="${srcdir-.}" --cache-file=auto/config.cache + auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache # Stupid autoconf 2.5x causes this file to be left behind. if test -f configure.lineno; then rm -f configure.lineno; fi |