summaryrefslogtreecommitdiffstats
path: root/src/configure
diff options
context:
space:
mode:
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