]> git.pld-linux.org Git - packages/ekg2.git/blame - ekg2-no_scripts.patch
- release 7
[packages/ekg2.git] / ekg2-no_scripts.patch
CommitLineData
81615e67 1--- ekg2-20060831/configure.ac.fix 2006-09-01 07:46:20.644070250 +0200
2+++ ekg2-20060831/configure.ac 2006-09-01 07:46:38.705199000 +0200
d8144c18
TP
3@@ -94,7 +94,7 @@
4 AC_CHECK_FUNC(dlopen, [], [AC_CHECK_LIB(dl, dlopen, DLLIB="$DLLIB -ldl")])
5
6 AC_CONFIG_FILES([Makefile ekg/Makefile ekg/ekg2-config compat/Makefile docs/Makefile po/Makefile.in])
7-AC_CONFIG_FILES([contrib/Makefile contrib/python/Makefile contrib/perl/Makefile])
8+AC_CONFIG_FILES([contrib/Makefile])
9 AC_CONFIG_FILES([plugins/Makefile plugins/mail/Makefile plugins/logs/Makefile plugins/rc/Makefile plugins/sms/Makefile plugins/pcm/Makefile plugins/rot13/Makefile plugins/irc/Makefile plugins/httprc_xajax/Makefile plugins/xmsg/Makefile plugins/ioctld/Makefile plugins/gg/Makefile plugins/sim/Makefile plugins/jabber/Makefile plugins/ncurses/Makefile plugins/gtk/Makefile plugins/readline/Makefile plugins/gsm/Makefile plugins/xosd/Makefile plugins/perl/Makefile plugins/python/Makefile plugins/logsqlite/Makefile plugins/gpg/Makefile])
10
11 PLUGINS="logs mail rc sms pcm irc rot13 httprc_xajax xmsg"
12@@ -410,7 +410,6 @@
13 AM_CHECK_PERL
d18512c3 14
a44e2856 15 if test "x$have_perl" = "xyes"; then
81615e67 16- CONTRIB_SUBDIRS="$CONTRIB_SUBDIRS perl"
d18512c3 17 PLUGINS="$PLUGINS perl"
d18512c3 18 fi
19 fi
d8144c18
TP
20@@ -421,7 +420,6 @@
21 AM_CHECK_PYTHON
d18512c3 22
a44e2856 23 if test "x$have_python" = "xyes"; then
81615e67 24- CONTRIB_SUBDIRS="$CONTRIB_SUBDIRS python"
d18512c3 25 PLUGINS="$PLUGINS python"
d18512c3 26 fi
27 fi
This page took 0.104177 seconds and 4 git commands to generate.