From 8c3e50489fa0b7ec0a7b057061361ce93cd9e231 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Fri, 7 Mar 2008 10:56:38 +0000 Subject: [PATCH] Remove useless PERL_LIBTOOL indirection. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4731 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 3 --- src/perl/Makefile.am | 2 -- 2 files changed, 5 deletions(-) diff --git a/configure.in b/configure.in index 71251fe6..dcad6ce8 100644 --- a/configure.in +++ b/configure.in @@ -564,14 +564,12 @@ if test "$want_perl" != "no"; then perl_module_fe_lib= perl_static_lib=libperl_core_static.la perl_static_fe_lib=libfe_perl_static.la - PERL_LIBTOOL='$(SHELL) $(top_builddir)/libtool' else dnl * build dynamic library of perl module perl_module_lib=libperl_core.la perl_module_fe_lib=libfe_perl.la perl_static_lib= perl_static_fe_lib= - PERL_LIBTOOL='$(SHELL) $(top_builddir)/libtool' fi if test "x$want_staticperllib" = "xyes"; then @@ -595,7 +593,6 @@ if test "$want_perl" != "no"; then AC_SUBST(perl_static_lib) AC_SUBST(perl_module_fe_lib) AC_SUBST(perl_static_fe_lib) - AC_SUBST(PERL_LIBTOOL) AC_SUBST(PERL_LINK_FLAGS) AC_SUBST(PERL_LINK_LIBS) diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am index 312e8ec4..72521c3f 100644 --- a/src/perl/Makefile.am +++ b/src/perl/Makefile.am @@ -1,5 +1,3 @@ -LIBTOOL = $(PERL_LIBTOOL) - moduledir = $(libdir)/irssi/modules perl_dirs = common irc ui textui