diff options
| author | fukachan <fukachan> | 2001-11-18 04:50:58 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-18 04:50:58 +0000 |
| commit | 3000dcd60009069583a45840bbaaed23d0727b92 (patch) | |
| tree | 9ea4e7e75bf9b94d642dda6684d034afabf7cca3 /fml/lib/FML/Process | |
| parent | 432cb9f419ef9ed5ac0bc0dfc0272e2982884dca (diff) | |
| download | fml8-3000dcd60009069583a45840bbaaed23d0727b92.tar.gz fml8-3000dcd60009069583a45840bbaaed23d0727b92.tar.bz2 fml8-3000dcd60009069583a45840bbaaed23d0727b92.zip | |
speculate program paths by configure (autoconf)
Diffstat (limited to 'fml/lib/FML/Process')
| -rw-r--r-- | fml/lib/FML/Process/Switch.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Switch.pm b/fml/lib/FML/Process/Switch.pm index 024a8876..162047bd 100644 --- a/fml/lib/FML/Process/Switch.pm +++ b/fml/lib/FML/Process/Switch.pm @@ -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: Switch.pm,v 1.38 2001/11/12 14:37:25 fukachan Exp $ +# $FML: Switch.pm,v 1.39 2001/11/17 04:03:37 fukachan Exp $ # package FML::Process::Switch; @@ -123,6 +123,7 @@ sub main::Bootstrap2 my $sitedef = File::Spec->catfile($main_cf->{ config_dir }, 'site_default_config.cf'); unshift(@$cf, $sitedef); + unshift(@$cf, $main_cf->{ default_paths_cf }); unshift(@$cf, $main_cf->{ default_config_cf }); # 3.1 set up @INC |
