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 /fml | |
| parent | e58bd16825fa5e4ddad054d875c1ee18e8be69f3 (diff) | |
| download | fml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.tar.gz fml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.tar.bz2 fml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.zip | |
apply configure for fml/bin/
Diffstat (limited to 'fml')
| -rwxr-xr-x | fml/bin/fmlconf.in (renamed from fml/bin/fmlconf) | 7 | ||||
| -rwxr-xr-x | fml/bin/fmldoc.in (renamed from fml/bin/fmldoc) | 7 | ||||
| -rwxr-xr-x | fml/bin/fmlhtmlify.in (renamed from fml/bin/fmlhtmlify) | 7 | ||||
| -rwxr-xr-x | fml/bin/fmlsch.in (renamed from fml/bin/fmlsch) | 7 | ||||
| -rwxr-xr-x | fml/bin/fmlthread.in (renamed from fml/bin/fmlthread) | 7 | ||||
| -rwxr-xr-x | fml/bin/fmlticket | 16 | ||||
| -rwxr-xr-x | fml/bin/makefml.in (renamed from fml/bin/makefml) | 7 |
7 files changed, 24 insertions, 34 deletions
diff --git a/fml/bin/fmlconf b/fml/bin/fmlconf.in index 7a9c0b6a..7c9e5735 100755 --- a/fml/bin/fmlconf +++ b/fml/bin/fmlconf.in @@ -4,11 +4,12 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML$ +# $FML: fmlconf,v 1.2 2001/08/19 16:08:54 fukachan Exp $ # -default_prefix=/usr/local -libexec_dir=$default_prefix/libexec/fml +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libexec_dir=@libexecdir@/fml exec $libexec_dir/fmlconf $* diff --git a/fml/bin/fmldoc b/fml/bin/fmldoc.in index 1644ae8a..b186cf8f 100755 --- a/fml/bin/fmldoc +++ b/fml/bin/fmldoc.in @@ -4,11 +4,12 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML$ +# $FML: fmldoc,v 1.2 2001/08/19 16:08:54 fukachan Exp $ # -default_prefix=/usr/local -libexec_dir=$default_prefix/libexec/fml +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libexec_dir=@libexecdir@/fml exec $libexec_dir/fmldoc $* diff --git a/fml/bin/fmlhtmlify b/fml/bin/fmlhtmlify.in index 696b79a1..e46c71c0 100755 --- a/fml/bin/fmlhtmlify +++ b/fml/bin/fmlhtmlify.in @@ -4,11 +4,12 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: fmlthread,v 1.1 2001/11/03 12:23:14 fukachan Exp $ +# $FML: fmlhtmlify,v 1.2 2001/08/19 16:08:54 fukachan Exp $ # -default_prefix=/usr/local -libexec_dir=$default_prefix/libexec/fml +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libexec_dir=@libexecdir@/fml exec $libexec_dir/fmlhtmlify $* diff --git a/fml/bin/fmlsch b/fml/bin/fmlsch.in index e144857c..cc00e14b 100755 --- a/fml/bin/fmlsch +++ b/fml/bin/fmlsch.in @@ -4,11 +4,12 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML$ +# $FML: fmlsch,v 1.2 2001/08/19 16:08:54 fukachan Exp $ # -default_prefix=/usr/local -libexec_dir=$default_prefix/libexec/fml +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libexec_dir=@libexecdir@/fml exec $libexec_dir/fmlsch $* diff --git a/fml/bin/fmlthread b/fml/bin/fmlthread.in index 2ea0b9c3..8213134b 100755 --- a/fml/bin/fmlthread +++ b/fml/bin/fmlthread.in @@ -4,11 +4,12 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: fmlticket,v 1.2 2001/08/19 16:08:54 fukachan Exp $ +# $FML: fmlthread,v 1.2 2001/08/19 16:08:54 fukachan Exp $ # -default_prefix=/usr/local -libexec_dir=$default_prefix/libexec/fml +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libexec_dir=@libexecdir@/fml exec $libexec_dir/fmlthread $* diff --git a/fml/bin/fmlticket b/fml/bin/fmlticket deleted file mode 100755 index 2ea0b9c3..00000000 --- a/fml/bin/fmlticket +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2001 Ken'ichi Fukamachi -# All rights reserved. This program is free software; you can -# redistribute it and/or modify it under the same terms as Perl itself. -# -# $FML: fmlticket,v 1.2 2001/08/19 16:08:54 fukachan Exp $ -# - -default_prefix=/usr/local -libexec_dir=$default_prefix/libexec/fml - -exec $libexec_dir/fmlthread $* - -echo 'not reach here' -exit 0; diff --git a/fml/bin/makefml b/fml/bin/makefml.in index 905e72b2..63e3cc96 100755 --- a/fml/bin/makefml +++ b/fml/bin/makefml.in @@ -4,11 +4,12 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML$ +# $FML: makefml,v 1.2 2001/08/19 16:08:54 fukachan Exp $ # -default_prefix=/usr/local -libexec_dir=$default_prefix/libexec/fml +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libexec_dir=@libexecdir@/fml exec $libexec_dir/makefml $* |
