Changeset 4333 for lang/perl/Text-MeCab
- Timestamp:
- 01/10/08 10:13:22 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Text-MeCab/trunk/tools/probe_mecab.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Text-MeCab/trunk/tools/probe_mecab.pl
r4250 r4333 9 9 use ExtUtils::MakeMaker; 10 10 11 my($version, $cflags, $libs );11 my($version, $cflags, $libs, $mecab_config); 12 12 13 13 $cflags = ''; 14 $mecab_config = ''; 14 15 15 16 # Save the poor puppies that run on Windows … … 40 41 } else { 41 42 # try probing in places where we expect it to be 42 my $mecab_config;43 43 my $default_config; 44 44 foreach my $path qw(/usr/bin /usr/local/bin) { … … 107 107 print "Using $encoding as your dictionary encoding\n"; 108 108 109 return { version => $version, cflags => $cflags, libs => $libs, encoding => $encoding }; 109 return { 110 version => $version, 111 cflags => $cflags, 112 libs => $libs, 113 encoding => $encoding, 114 config => $mecab_config, 115 };
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)