diff options
| author | fukachan <fukachan> | 2001-11-12 15:19:52 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-12 15:19:52 +0000 |
| commit | 07cd4daa17e08498c1971e683e07a2e57b2e10f6 (patch) | |
| tree | 5499d1a9cb61450969204182f7312d122cdbc6a2 /configure.in | |
| parent | e58bd16825fa5e4ddad054d875c1ee18e8be69f3 (diff) | |
| download | fml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.tar.gz fml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.tar.bz2 fml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.zip | |
apply configure for fml/bin/
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/configure.in b/configure.in index c6bbdc03..aed5fc90 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_REVISION($FML: configure.in,v 1.1 2001/11/12 13:26:00 fukachan Exp $) +AC_REVISION($FML: configure.in,v 1.2 2001/11/12 14:34:16 fukachan Exp $) dnl Process this file with autoconf to produce a configure script. AC_INIT(fml/libexec/loader.in) @@ -18,7 +18,18 @@ AC_PATH_PROG(PERL, perl) AC_SUBST(SHELL) -AC_OUTPUT(config.sh fml/libexec/loader fml/etc/main.cf) +AC_OUTPUT(\ + config.sh \ + fml/libexec/loader \ + fml/etc/main.cf \ + fml/bin/fmlconf \ + fml/bin/fmldoc \ + fml/bin/fmlhtmlify \ + fml/bin/fmlsch \ + fml/bin/fmlthread \ + fml/bin/makefml \ + ) + if test -f fml/libexec/loader ; then chmod 755 fml/libexec/loader fi |
