Line | |
---|
1 | AC_INIT(tuxbox-apps-titan-plugins,0.0.1,,tuxbox-titan-plugins) |
---|
2 | AM_INIT_AUTOMAKE(tuxbox-titan-plugins,0.0.1) |
---|
3 | |
---|
4 | TUXBOX_APPS |
---|
5 | |
---|
6 | AC_PROG_CC |
---|
7 | AC_PROG_CXX |
---|
8 | AM_PROG_LIBTOOL |
---|
9 | |
---|
10 | AC_ARG_ENABLE([multicom322], |
---|
11 | [AS_HELP_STRING(--enable-multicom322, enable multicom322 stuff)], |
---|
12 | [case "${enableval}" in |
---|
13 | yes) enable_multicom322=true ;; |
---|
14 | no) enable_multicom322=false ;; |
---|
15 | *) AC_MSG_ERROR([bad value ${enableval} for --enable-multicom322]) ;; |
---|
16 | esac]) |
---|
17 | AM_CONDITIONAL([ENABLE_MULTICOM322], [test x$enable_multicom322 = xtrue]) |
---|
18 | AC_SUBST(MULTICOM322) |
---|
19 | |
---|
20 | AC_ARG_ENABLE([multicom324], |
---|
21 | [AS_HELP_STRING(--enable-multicom324, enable multicom324 stuff)], |
---|
22 | [case "${enableval}" in |
---|
23 | yes) enable_multicom324=true ;; |
---|
24 | no) enable_multicom324=false ;; |
---|
25 | *) AC_MSG_ERROR([bad value ${enableval} for --enable-multicom324]) ;; |
---|
26 | esac]) |
---|
27 | AM_CONDITIONAL([ENABLE_MULTICOM324], [test x$enable_multicom324 = xtrue]) |
---|
28 | AC_SUBST(MULTICOM324) |
---|
29 | |
---|
30 | |
---|
31 | |
---|
32 | AC_OUTPUT([ |
---|
33 | Makefile |
---|
34 | autotimer/Makefile |
---|
35 | browser/Makefile |
---|
36 | callmonitor1/Makefile |
---|
37 | catcatch/Makefile |
---|
38 | dlna/Makefile |
---|
39 | dvdplayer/Makefile |
---|
40 | facebook/Makefile |
---|
41 | filemanager/Makefile |
---|
42 | gmediarender/Makefile |
---|
43 | hbbtv/Makefile |
---|
44 | hello/Makefile |
---|
45 | imdb/Makefile |
---|
46 | imdbapi/Makefile |
---|
47 | instar/Makefile |
---|
48 | keylock/Makefile |
---|
49 | lcdpearl1/Makefile |
---|
50 | lcdsamsung/Makefile |
---|
51 | mboxinfo/Makefile |
---|
52 | mc/Makefile |
---|
53 | networkbrowser/Makefile |
---|
54 | optimize/Makefile |
---|
55 | panel/Makefile |
---|
56 | permtime/Makefile |
---|
57 | readerconfig/Makefile |
---|
58 | rgui/Makefile |
---|
59 | scriptexec/Makefile |
---|
60 | stock/Makefile |
---|
61 | stopifnotused/Makefile |
---|
62 | streaminfo/Makefile |
---|
63 | tinews/Makefile |
---|
64 | tithek/Makefile |
---|
65 | tmc/Makefile |
---|
66 | tmdb/Makefile |
---|
67 | TopfieldVFD/Makefile |
---|
68 | usbreset/Makefile |
---|
69 | weather/Makefile |
---|
70 | wins3/Makefile |
---|
71 | zapback/Makefile |
---|
72 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.