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/bin/fmlhtmlify.in | |
| parent | e58bd16825fa5e4ddad054d875c1ee18e8be69f3 (diff) | |
| download | fml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.tar.gz fml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.tar.bz2 fml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.zip | |
apply configure for fml/bin/
Diffstat (limited to 'fml/bin/fmlhtmlify.in')
| -rwxr-xr-x | fml/bin/fmlhtmlify.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fml/bin/fmlhtmlify.in b/fml/bin/fmlhtmlify.in new file mode 100755 index 00000000..e46c71c0 --- /dev/null +++ b/fml/bin/fmlhtmlify.in @@ -0,0 +1,17 @@ +#!/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: fmlhtmlify,v 1.2 2001/08/19 16:08:54 fukachan Exp $ +# + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libexec_dir=@libexecdir@/fml + +exec $libexec_dir/fmlhtmlify $* + +echo 'not reach here' +exit 0; |
