diff options
| author | fukachan <fukachan> | 2001-11-27 09:31:37 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-27 09:31:37 +0000 |
| commit | 86809ce8b214cdae9ff7cf2359daa6fcb1016717 (patch) | |
| tree | a7abef2ef35e79db0473c3f7dadc1eca9df96ebc | |
| parent | a411e17bdb32246e9debed09c8e6da82dc67c667 (diff) | |
| download | fml8-86809ce8b214cdae9ff7cf2359daa6fcb1016717.tar.gz fml8-86809ce8b214cdae9ff7cf2359daa6fcb1016717.tar.bz2 fml8-86809ce8b214cdae9ff7cf2359daa6fcb1016717.zip | |
create fml/etc/default_config.cf.ja, so paths.cf is depcrecated
| -rwxr-xr-x | configure | 4 | ||||
| -rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1556,7 +1556,7 @@ ac_given_srcdir=$srcdir trap 'rm -fr `echo "\ config.sh \ fml/etc/main.cf \ - fml/etc/paths.cf \ + fml/etc/default_config.cf.ja \ fml/libexec/loader \ fml/bin/fmlconf \ fml/bin/fmldoc \ @@ -1667,7 +1667,7 @@ cat >> $CONFIG_STATUS <<EOF CONFIG_FILES=\${CONFIG_FILES-"\ config.sh \ fml/etc/main.cf \ - fml/etc/paths.cf \ + fml/etc/default_config.cf.ja \ fml/libexec/loader \ fml/bin/fmlconf \ fml/bin/fmldoc \ diff --git a/configure.in b/configure.in index cc1d2903..857faceb 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl -dnl $FML: configure.in,v 1.5 2001/11/17 14:51:31 fukachan Exp $ +dnl $FML: configure.in,v 1.6 2001/11/18 02:42:51 fukachan Exp $ dnl AC_REVISION($Revision$) @@ -71,7 +71,7 @@ AC_SUBST(SHELL) AC_OUTPUT(\ config.sh \ fml/etc/main.cf \ - fml/etc/paths.cf \ + fml/etc/default_config.cf.ja \ fml/libexec/loader \ fml/bin/fmlconf \ fml/bin/fmldoc \ |
