summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2008-03-07 10:56:38 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-03-07 10:56:38 +0000
commit8c3e50489fa0b7ec0a7b057061361ce93cd9e231 (patch)
treea1c1c422bf6b7ed4536b54808a3d937ac22f995e
parentb854223178414450aef93787dbbfbf06143c9b95 (diff)
downloadirssi-8c3e50489fa0b7ec0a7b057061361ce93cd9e231.zip
Remove useless PERL_LIBTOOL indirection.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4731 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--configure.in3
-rw-r--r--src/perl/Makefile.am2
2 files changed, 0 insertions, 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