summaryrefslogtreecommitdiffstats
path: root/src/configure
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-08-08 17:08:52 +0000
committerBram Moolenaar <Bram@vim.org>2006-08-08 17:08:52 +0000
commit7085ee750e8b2936e2880e9eacda01264dcda0c2 (patch)
tree30d3304f36ee789a5e1e1c9ca6318e44e7d0822d /src/configure
parent8ff38007cb49c85f10ce6e6394074e41dbe4c97d (diff)
updated for version 7.0-047v7.0.047
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/configure b/src/configure
index f9f65fa36c..d8595a5244 100755
--- a/src/configure
+++ b/src/configure
@@ -2,5 +2,9 @@
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
+result=$?
+
# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi
+
+exit $result