changeset 6532:23a517088ebb

[gaim-migrate @ 7049] This should let --prefix= set the perl prefix dir, too. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 21 Aug 2003 01:22:47 +0000
parents 7c42b8ca3222
children 6a34b7097149
files configure.ac
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Aug 21 00:06:15 2003 +0000
+++ b/configure.ac	Thu Aug 21 01:22:47 2003 +0000
@@ -285,6 +285,10 @@
 		else
 			PERL_MM_PARAMS="INSTALLDIRS=perl LIB=$withval"
 		fi
+	],
+	[
+		prefix=`eval echo $prefix`
+		PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=$prefix"
 	])
 
 	AC_MSG_CHECKING(for DynaLoader.a)