1 AC_INIT([enigma2-plugins],[3.0.0],[enigma2-devel@lists.elitedvb.net])
2 AM_INIT_AUTOMAKE([dist-bzip2 foreign no-define tar-pax])
3 AC_CONFIG_HEADERS([enigma2-plugins-config.h])
5 # Silent rules are available since 1.11, but older versions
6 # are still in use. So don't use them unconditionally.
7 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
9 AC_USE_SYSTEM_EXTENSIONS
14 m4_ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL])
15 AC_CONFIG_MACRO_DIR([m4])
17 AC_PATH_PROG(MSGFMT, msgfmt, AC_MSG_ERROR(Could not find msgfmt))
25 PKG_CHECK_MODULES(ENIGMA2, enigma2)
26 PKG_CHECK_MODULES(GSTREAMER, gstreamer-0.10 gstreamer-pbutils-0.10)
27 PKG_CHECK_MODULES(LIBCRYPTO, libcrypto)
30 AS_HELP_STRING([--without-debug],[disable debugging code]),
31 [with_debug="$withval"],[with_debug="yes"])
32 if test "$with_debug" = "yes"; then
34 AC_DEFINE([DEBUG],[1],[Define to 1 to enable debugging code])
38 AS_HELP_STRING([--with-po],[enable updating of po files]),
39 [with_po="$withval"],[with_po="no"])
40 if test "$with_po" = "yes"; then
41 AC_PATH_PROG(MSGINIT, msginit)
42 AC_PATH_PROG(MSGMERGE, msgmerge)
43 AC_PATH_PROG(MSGUNIQ, msguniq)
44 AC_PATH_PROG(XGETTEXT, xgettext)
45 if test -z "$MSGINIT" -o -z "$MSGMERGE" -o -z "$MSGUNIQ" -o -z "$XGETTEXT"; then
46 AC_MSG_ERROR([Could not find required gettext tools])
49 AM_CONDITIONAL(UPDATE_PO, test "$with_po" = "yes")
51 CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS -include Python.h -include enigma2-plugins-config.h"
52 CFLAGS="$CFLAGS $DEBUG_CFLAGS -Wall"
53 CXXFLAGS="$CXXFLAGS $DEBUG_CFLAGS -Wall $ENIGMA2_CFLAGS $PTHREAD_CFLAGS"
58 aihdcontroler/Makefile
59 aihdcontroler/meta/Makefile
60 aihdcontroler/src/Makefile
61 aihdcontroler/src/comp/Makefile
62 aihdcontroler/src/data/Makefile
64 antiscrollbar/Makefile
65 antiscrollbar/meta/Makefile
66 antiscrollbar/src/Makefile
69 audiosync/img/Makefile
70 audiosync/meta/Makefile
72 audiosync/src/Makefile
74 automatictimerlistcleanup/Makefile
75 automatictimerlistcleanup/meta/Makefile
76 automatictimerlistcleanup/po/Makefile
77 automatictimerlistcleanup/src/Makefile
79 automaticvolumeadjustment/Makefile
80 automaticvolumeadjustment/meta/Makefile
81 automaticvolumeadjustment/src/Makefile
83 autoresolution/Makefile
84 autoresolution/meta/Makefile
85 autoresolution/src/Makefile
86 autoresolution/po/Makefile
89 autotimer/meta/Makefile
91 autotimer/src/Makefile
92 autotimer/src/webinterface/Makefile
95 babelzapper/etc/Makefile
96 babelzapper/meta/Makefile
97 babelzapper/src/Makefile
99 bitrateviewer/Makefile
100 bitrateviewer/meta/Makefile
101 bitrateviewer/src/Makefile
102 bitrateviewer/src/bitratecalc/Makefile
105 bonjour/meta/Makefile
113 dreamirc/meta/Makefile
114 dreamirc/src/Makefile
115 dreamirc/src/protocols/Makefile
117 dreammediathek/Makefile
118 dreammediathek/src/Makefile
121 dvdbackup/meta/Makefile
122 dvdbackup/po/Makefile
123 dvdbackup/src/Makefile
130 easyinfo/meta/Makefile
131 easyinfo/src/Makefile
134 easymedia/meta/Makefile
135 easymedia/po/Makefile
136 easymedia/src/Makefile
142 eibox/src/images/Makefile
145 elektro/meta/Makefile
150 emailclient/meta/Makefile
151 emailclient/po/Makefile
152 emailclient/src/Makefile
155 epgrefresh/meta/Makefile
156 epgrefresh/po/Makefile
157 epgrefresh/src/Makefile
158 epgrefresh/src/webinterface/Makefile
161 epgsearch/meta/Makefile
162 epgsearch/po/Makefile
163 epgsearch/src/Makefile
166 fancontrol2/meta/Makefile
167 fancontrol2/po/Makefile
168 fancontrol2/src/Makefile
169 fancontrol2/src/data/Makefile
172 filebrowser/meta/Makefile
173 filebrowser/src/Makefile
176 fritzcall/meta/Makefile
177 fritzcall/po/Makefile
178 fritzcall/src/Makefile
179 fritzcall/src/images/Makefile
182 ftpbrowser/meta/Makefile
183 ftpbrowser/po/Makefile
184 ftpbrowser/src/Makefile
185 ftpbrowser/src/images/Makefile
187 genuinedreambox/Makefile
188 genuinedreambox/meta/Makefile
189 genuinedreambox/src/Makefile
192 googlemaps/meta/Makefile
193 googlemaps/src/Makefile
196 growlee/meta/Makefile
200 httpproxy/meta/Makefile
201 httpproxy/src/Makefile
209 kiddytimer/img/Makefile
210 kiddytimer/meta/Makefile
211 kiddytimer/po/Makefile
212 kiddytimer/src/Makefile
220 letterbox/src/Makefile
221 letterbox/meta/Makefile
224 logomanager/logodir_hdd/Makefile
225 logomanager/meta/Makefile
226 logomanager/src/Makefile
228 mediadownloader/Makefile
229 mediadownloader/meta/Makefile
230 mediadownloader/po/Makefile
231 mediadownloader/src/Makefile
234 merlinepg/meta/Makefile
235 merlinepg/src/Makefile
237 merlinmusicplayer/Makefile
238 merlinmusicplayer/meta/Makefile
239 merlinmusicplayer/src/Makefile
240 merlinmusicplayer/src/images/Makefile
241 merlinmusicplayer/src/merlinmp3player/Makefile
244 meteoitalia/meta/Makefile
245 meteoitalia/src/Makefile
253 moviecut/meta/Makefile
254 moviecut/src_cc/Makefile
255 moviecut/src_py/Makefile
257 movielistpreview/Makefile
258 movielistpreview/meta/Makefile
259 movielistpreview/po/Makefile
260 movielistpreview/src/Makefile
262 movieretitle/Makefile
263 movieretitle/meta/Makefile
264 movieretitle/po/Makefile
265 movieretitle/src/Makefile
268 moviesearch/meta/Makefile
269 moviesearch/src/Makefile
271 movieselectionquickbutton/Makefile
272 movieselectionquickbutton/meta/Makefile
273 movieselectionquickbutton/po/Makefile
274 movieselectionquickbutton/src/Makefile
277 movietagger/etc/Makefile
278 movietagger/meta/Makefile
279 movietagger/src/Makefile
282 movieepg/meta/Makefile
283 movieepg/src/Makefile
287 multirc/meta/Makefile
294 namezap/meta/Makefile
298 netcaster/meta/Makefile
299 netcaster/src/Makefile
300 netcaster/src/bin/Makefile
301 netcaster/src/bin/interface/Makefile
302 netcaster/src/etc/Makefile
304 networkbrowser/Makefile
305 networkbrowser/meta/Makefile
306 networkbrowser/src/Makefile
307 networkbrowser/src/icons/Makefile
308 networkbrowser/src/lib/Makefile
311 ncidclient/meta/Makefile
312 ncidclient/po/Makefile
313 ncidclient/src/Makefile
325 orfteletext/meta/Makefile
326 orfteletext/src/Makefile
329 partnerbox/meta/Makefile
330 partnerbox/po/Makefile
331 partnerbox/src/Makefile
332 partnerbox/src/icons/Makefile
333 partnerbox/src/servicewebts/Makefile
335 passwordchanger/Makefile
336 passwordchanger/meta/Makefile
337 passwordchanger/po/Makefile
338 passwordchanger/src/Makefile
340 permanentclock/Makefile
341 permanentclock/meta/Makefile
342 permanentclock/po/Makefile
343 permanentclock/src/Makefile
350 pluginhider/meta/Makefile
351 pluginhider/po/Makefile
352 pluginhider/src/Makefile
355 pluginsort/meta/Makefile
356 pluginsort/po/Makefile
357 pluginsort/src/Makefile
361 podcast/meta/Makefile
366 porncenter/meta/Makefile
367 porncenter/po/Makefile
368 porncenter/src/Makefile
369 porncenter/src/Additions/Makefile
372 quickbutton/meta/Makefile
373 quickbutton/po/Makefile
374 quickbutton/src/Makefile
376 reconstructapsc/Makefile
377 reconstructapsc/meta/Makefile
378 reconstructapsc/src_cc/Makefile
379 reconstructapsc/src_py/Makefile
382 remotetimer/meta/Makefile
383 remotetimer/src/Makefile
385 rsdownloader/Makefile
386 rsdownloader/meta/Makefile
387 rsdownloader/po/Makefile
388 rsdownloader/src/Makefile
389 rsdownloader/src/container/Makefile
392 seekbar/meta/Makefile
397 serienfilm/meta/Makefile
398 serienfilm/po/Makefile
399 serienfilm/src/Makefile
400 serienfilm/src/icons/Makefile
403 setpasswd/meta/Makefile
404 setpasswd/po/Makefile
405 setpasswd/src/Makefile
408 shoutcast/meta/Makefile
409 shoutcast/po/Makefile
410 shoutcast/src/Makefile
413 simplerss/meta/Makefile
414 simplerss/po/Makefile
415 simplerss/src/Makefile
417 startupservice/Makefile
418 startupservice/meta/Makefile
419 startupservice/po/Makefile
420 startupservice/src/Makefile
422 startuptostandby/Makefile
423 startuptostandby/meta/Makefile
424 startuptostandby/src/Makefile
431 tageditor/meta/Makefile
432 tageditor/po/Makefile
433 tageditor/src/Makefile
436 trafficinfo/meta/Makefile
437 trafficinfo/src/Makefile
440 tvcharts/meta/Makefile
441 tvcharts/src/Makefile
443 unwetterinfo/Makefile
444 unwetterinfo/meta/Makefile
445 unwetterinfo/src/Makefile
447 valixdcontrol/Makefile
448 valixdcontrol/meta/Makefile
449 valixdcontrol/src/Makefile
450 valixdcontrol/src/comp/Makefile
451 valixdcontrol/src/data/Makefile
454 virtualzap/meta/Makefile
455 virtualzap/po/Makefile
456 virtualzap/src/Makefile
459 vlcplayer/meta/Makefile
460 vlcplayer/po/Makefile
461 vlcplayer/src/Makefile
462 vlcplayer/src/servicets/Makefile
464 weatherplugin/Makefile
465 weatherplugin/meta/Makefile
466 weatherplugin/po/Makefile
467 weatherplugin/src/Makefile
469 webcamviewer/Makefile
470 webcamviewer/meta/Makefile
471 webcamviewer/src/Makefile
473 webbouqueteditor/Makefile
474 webbouqueteditor/src/Makefile
475 webbouqueteditor/meta/Makefile
476 webbouqueteditor/src/web/Makefile
477 webbouqueteditor/src/web-data/Makefile
478 webbouqueteditor/src/WebChilds/Makefile
479 webbouqueteditor/src/WebComponents/Makefile
480 webbouqueteditor/src/WebComponents/Sources/Makefile
481 webbouqueteditor/src/WebScreens/Makefile
483 webinterface/Makefile
484 webinterface/meta/Makefile
485 webinterface/po/Makefile
486 webinterface/src/Makefile
487 webinterface/src/etc/Makefile
488 webinterface/src/mobile/Makefile
489 webinterface/src/web/Makefile
490 webinterface/src/web-data/Makefile
491 webinterface/src/web-data/gfx/Makefile
492 webinterface/src/web-data/img/Makefile
493 webinterface/src/web-data/lib/Makefile
494 webinterface/src/web-data/tpl/Makefile
495 webinterface/src/web-data/tpl/default/Makefile
496 webinterface/src/web-data/tpl/default/streaminterface/Makefile
497 webinterface/src/web-data/tpl/default/streaminterface/img/Makefile
498 webinterface/src/WebChilds/Makefile
499 webinterface/src/WebChilds/External/Makefile
500 webinterface/src/WebComponents/Makefile
501 webinterface/src/WebComponents/Converter/Makefile
502 webinterface/src/WebComponents/Sources/Makefile
505 werbezapper/meta/Makefile
506 werbezapper/po/Makefile
507 werbezapper/src/Makefile
509 youtubeplayer/Makefile
510 youtubeplayer/meta/Makefile
511 youtubeplayer/src/Makefile
512 youtubeplayer/src/Nemesis.GlassLine_Mod/Makefile
514 zaphistorybrowser/Makefile
515 zaphistorybrowser/meta/Makefile
516 zaphistorybrowser/po/Makefile
517 zaphistorybrowser/src/Makefile
519 zapstatistic/Makefile
520 zapstatistic/meta/Makefile
521 zapstatistic/po/Makefile
522 zapstatistic/src/Makefile
524 zdfmediathek/Makefile
525 zdfmediathek/meta/Makefile
526 zdfmediathek/src/Makefile