Mercurial > pidgin
diff plugins/perl/common/Makefile.PL.in @ 6663:d7dd3f4a7b21
[gaim-migrate @ 7188]
On my way to the fixination of perl during make distcheck.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 31 Aug 2003 21:23:40 +0000 |
| parents | 7f5f57dd5cac |
| children | e5c7149bc9ed |
line wrap: on
line diff
--- a/plugins/perl/common/Makefile.PL.in Sun Aug 31 20:27:04 2003 +0000 +++ b/plugins/perl/common/Makefile.PL.in Sun Aug 31 21:23:40 2003 +0000 @@ -4,10 +4,10 @@ # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'Gaim', - 'VERSION_FROM' => 'Gaim.pm', # finds $VERSION + 'VERSION_FROM' => '@srcdir@/Gaim.pm', # finds $VERSION 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 - (ABSTRACT_FROM => 'Gaim.pm', # retrieve abstract from module + (ABSTRACT_FROM => '@srcdir@/Gaim.pm', # retrieve abstract from module AUTHOR => 'Christian Hammond <chipx86@gnupdate.org>') : ()), 'LIBS' => [''], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
