summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-12-11 13:40:01 +0000
committerfukachan <fukachan>2001-12-11 13:40:01 +0000
commit3423b07ea8691b1ecbbcfbe5496b9d6cac44518f (patch)
tree4daa204fb8554a64072f1482c0dac2b70cbee42e /configure
parentedba757ae8992bdb4c1aaecdb4c3957c91f0f6ac (diff)
downloadfml8-3423b07ea8691b1ecbbcfbe5496b9d6cac44518f.tar.gz
fml8-3423b07ea8691b1ecbbcfbe5496b9d6cac44518f.tar.bz2
fml8-3423b07ea8691b1ecbbcfbe5496b9d6cac44518f.zip
clean up informational message
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure24
1 files changed, 22 insertions, 2 deletions
diff --git a/configure b/configure
index 375ed6e4..35baab0b 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.8
+# From configure.in Revision: 1.9
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -610,7 +610,7 @@ else
fi
-echo "$ac_t""checking whether optional useful commands are available" 1>&6
+echo "$ac_t"""checking whether optional useful commands are available or not"" 1>&6
# Extract the first word of "cksum", so it can be a program name with args.
set dummy cksum; ac_word=$2
@@ -1771,3 +1771,23 @@ test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
if test -f fml/libexec/loader ; then
chmod 755 fml/libexec/loader
fi
+
+. config.sh
+echo ""
+echo "fml has been configure with the following options:"
+echo ""
+echo " prefix: $prefix"
+echo " exec_prefix: $exec_prefix"
+echo " bindir: $bindir"
+echo " sbindir: $sbindir"
+echo " lib_dir: $libdir"
+echo " libexec_dir: $libexecdir"
+echo " mandir: $mandir"
+echo ""
+echo " fml process owner: $fml_owner"
+echo " fml process group: $fml_group"
+echo " fmlconfdir: $fmlconfdir"
+echo " mlspooldir: $mlspooldir"
+echo ""
+echo "Now you must run \"make install\"."
+echo ""