mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@132 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c48606a440
commit
75b7497187
@ -11,7 +11,7 @@ if BUILD_SERVERTEST
|
||||
SERVERTEST=servertest
|
||||
endif
|
||||
|
||||
SUBDIRS = po intl macros src $(PLUGINS) $(SERVERTEST) docs
|
||||
SUBDIRS = po intl macros src $(PLUGINS) $(SERVERTEST) docs examples
|
||||
|
||||
## to automatically rebuild aclocal.m4 if any of the macros in
|
||||
## `macros/' change
|
||||
|
15
configure.in
15
configure.in
@ -118,10 +118,10 @@ AC_ARG_WITH(plugins,
|
||||
|
||||
AC_ARG_ENABLE(perl,
|
||||
[ --enable-perl Enable Perl scripting],
|
||||
if test x$withval = xyes; then
|
||||
if test x$enableval = xyes; then
|
||||
want_perl=yes
|
||||
else
|
||||
if test "x$withval" = xno; then
|
||||
if test "x$enableval" = xno; then
|
||||
want_perl=no
|
||||
else
|
||||
want_perl=yes
|
||||
@ -426,6 +426,7 @@ src/lib-nongui/Makefile
|
||||
src/lib-popt/Makefile
|
||||
src/settings/Makefile
|
||||
servertest/Makefile
|
||||
examples/Makefile
|
||||
docs/Makefile
|
||||
docs/help/Makefile
|
||||
plugins/Makefile
|
||||
@ -436,17 +437,11 @@ plugins/proxy/Makefile
|
||||
plugins/external/Makefile
|
||||
plugins/bot/Makefile
|
||||
plugins/sql/Makefile
|
||||
plugins/perl/Makefile.PL
|
||||
plugins/perl/xs/Makefile.PL
|
||||
plugins/perl/Makefile
|
||||
stamp.h
|
||||
irssi.spec)
|
||||
|
||||
dnl ** build actual the Makefile for Perl plugin
|
||||
if test "x$want_perl" = "xyes"; then
|
||||
cd plugins/perl
|
||||
$perlpath Makefile.PL
|
||||
cd ../..
|
||||
fi
|
||||
|
||||
echo
|
||||
|
||||
if test "x$GUI_LIBS" != "x"; then
|
||||
|
Loading…
Reference in New Issue
Block a user