summaryrefslogtreecommitdiffstats
path: root/src/configure
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-25 21:53:18 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-25 21:53:18 +0000
commit281bdcec60a64ccd0b613ecaf2379e46b21c9912 (patch)
treeee9ae0d64a0d6a1a9c79af614acb00f380e4e0f1 /src/configure
parentaab21c3533cde8f667e06548db858237870b70e7 (diff)
updated for version 7.0044
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configure b/src/configure
index be225eda67..6aa15be9c3 100755
--- a/src/configure
+++ b/src/configure
@@ -2,3 +2,5 @@
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
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