summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure31
1 files changed, 16 insertions, 15 deletions
diff --git a/configure b/configure
index 19f690c4..22f47f75 100755
--- a/configure
+++ b/configure
@@ -110,21 +110,6 @@ for arg in "$0" ${@+"$@"} ; do
done
#
-# Tentatively save configuration in config.log
-#
-cat > reconfigure <<!
-#!/bin/sh
-#
-# Configured on $(date) using:
-
-$cmdline
-
-# The above did not complete.
-!
-
-chmod a+x reconfigure
-
-#
# Establish default values for any variables that are not specified
# on the command line. The default derivations from prefix are in
# Make syntax. They go verbatim into the generated config.make.
@@ -531,6 +516,22 @@ small-mem [$small_mem]
fi
#
+# Tentatively save configuration in config.log
+#
+cat > reconfigure <<!
+#!/bin/sh
+#
+# Configured on $(date) using:
+
+$cmdline
+
+# The above did not complete.
+!
+
+chmod a+x reconfigure
+
+
+#
# Variables are read, --help wasn't given, so let's configure!
#