summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-28 04:13:32 +0000
committerfukachan <fukachan>2003-01-28 04:13:32 +0000
commit86deecc481eaa4bda78f53d59b84e947ea2b055c (patch)
tree36871323a1fefabf84cd5af8f83ca5d3af79bc11 /configure.in
parent4ec9c6b7f7df8c872491a2120af1014f8253460c (diff)
downloadfml8-86deecc481eaa4bda78f53d59b84e947ea2b055c.tar.gz
fml8-86deecc481eaa4bda78f53d59b84e947ea2b055c.tar.bz2
fml8-86deecc481eaa4bda78f53d59b84e947ea2b055c.zip
substitute and generate install.pl and fml/etc/install.cf.
in addition, chmod 755 install.pl.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8aa00472..4c39654a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl
-dnl $FML: configure.in,v 1.30 2003/01/05 02:22:47 fukachan Exp $
+dnl $FML: configure.in,v 1.31 2003/01/05 05:13:49 fukachan Exp $
dnl
AC_REVISION($Revision$)
@@ -118,7 +118,9 @@ AC_SUBST(use_mime_component_filter)
AC_SUBST(SHELL)
AC_OUTPUT(\
+ install.pl \
config.sh \
+ fml/etc/install.cf \
fml/etc/main.cf \
fml/etc/default_config.cf.ja \
fml/etc/site_default_config.cf \
@@ -150,6 +152,10 @@ if test -f fml/libexec/loader ; then
chmod 755 fml/libexec/loader
fi
+if test -f install.pl ; then
+ chmod 755 install.pl
+fi
+
echo ""
echo "fml has been configured with the following options:"
@@ -171,5 +177,5 @@ echo " default domain: $default_domain"
echo ""
echo " mime based filter: $use_mime_component_filter"
echo ""
-echo "Now you must run \"make install\"."
+echo "Now you must run \"make install\" as user \"root\"."
echo ""