diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-03 15:19:33 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-03 15:19:33 +0000 |
commit | f51a12bb6ed8795adbb3333ffa31cbdd45d4ab7c (patch) | |
tree | 05db0d30726120be2589c5e1131ee2b13d596122 | |
parent | 72daabc5f6dec5c49f273aa319d733bca019fae9 (diff) | |
download | irssi-f51a12bb6ed8795adbb3333ffa31cbdd45d4ab7c.zip |
cvs version = .99pre
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1306 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | configure.in | 4 |
1 files 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) |