1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-06 04:53:38 -04:00

Remove useless PERL_LIBTOOL indirection.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4731 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-03-07 10:56:38 +00:00 committed by exg
parent b854223178
commit 8c3e50489f
2 changed files with 0 additions and 5 deletions

View File

@ -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)

View File

@ -1,5 +1,3 @@
LIBTOOL = $(PERL_LIBTOOL)
moduledir = $(libdir)/irssi/modules
perl_dirs = common irc ui textui