From f51a12bb6ed8795adbb3333ffa31cbdd45d4ab7c Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 3 Mar 2001 15:19:33 +0000 Subject: [PATCH] cvs version = .99pre git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1306 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 45719bbe..da94926d 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(src) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(irssi, 0.7.98) +AM_INIT_AUTOMAKE(irssi, 0.7.99pre) AM_MAINTAINER_MODE @@ -526,7 +526,7 @@ if test "$want_perl" != "no"; then AC_MSG_RESULT(ok) PERL_LDFLAGS=`echo $PERL_LDFLAGS | $perlpath -pe 's/^(.* )*[[^ ]]*DynaLoader\.a/\1libperl_dynaloader.la/'` if test "x$LIBPERL_A" != "x"; then - PERL_LDFLAGS=`echo $PERL_LDFLAGS | $sedpath 's/ -lperl/ libperl_orig.la/'` + PERL_LDFLAGS=`echo $PERL_LDFLAGS | $sedpath -e 's/-lperl /libperl_orig.la /' -e 's/-lperl$/libperl_orig.la$/'` fi AC_SUBST(LIBPERL_A) AC_SUBST(DYNALOADER_A)