diff options
| author | fukachan <fukachan> | 2008-05-25 04:04:54 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-05-25 04:04:54 +0000 |
| commit | 515b609970cc241147fccc4e6fbc4242de458ff0 (patch) | |
| tree | 7739a03e01188127f854c372ad881ba25f122875 /config.sh.in | |
| parent | 36b7b296e2c5036ee282936386f15031c168e9c5 (diff) | |
| download | fml8-515b609970cc241147fccc4e6fbc4242de458ff0.tar.gz fml8-515b609970cc241147fccc4e6fbc4242de458ff0.tar.bz2 fml8-515b609970cc241147fccc4e6fbc4242de458ff0.zip | |
catch up configure change: datadir -> datarootdir
Diffstat (limited to 'config.sh.in')
| -rwxr-xr-x | config.sh.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.sh.in b/config.sh.in index bf86d457..f0d325fa 100755 --- a/config.sh.in +++ b/config.sh.in @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: config.sh.in,v 1.7 2002/03/31 12:12:28 fukachan Exp $ +# $FML: config.sh.in,v 1.8 2003/01/28 04:12:36 fukachan Exp $ # @@ -20,11 +20,12 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ bindir=@bindir@ mandir=@mandir@ +datarootdir=@datarootdir@ config_dir=@fmlconfdir@ libexec_dir=@libexecdir@/fml lib_dir=@libdir@/fml -data_dir=@datadir@/fml +data_dir=@datarootdir@/fml # ml spool |
