# HG changeset patch # User Christian Hammond # Date 1062365020 0 # Node ID d7dd3f4a7b212894a418149c48fcaeccfcb70bad # Parent e33c36c4839f93292184053ee5ceb41eeaab9ffa [gaim-migrate @ 7188] On my way to the fixination of perl during make distcheck. committer: Tailor Script diff -r e33c36c4839f -r d7dd3f4a7b21 plugins/perl/common/Makefile.PL.in --- 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 ') : ()), 'LIBS' => [''], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'