source: titan/plugins/configure.ac @ 25986

Last change on this file since 25986 was 25986, checked in by obi, 10 years ago

update git building

File size: 1.7 KB
RevLine 
[20389]1AC_INIT(tuxbox-apps-titan-plugins,0.0.1,,tuxbox-titan-plugins)
2AM_INIT_AUTOMAKE(tuxbox-titan-plugins,0.0.1)
3
4TUXBOX_APPS
5
6AC_PROG_CC
7AC_PROG_CXX
8AM_PROG_LIBTOOL
9
10AC_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])
17AM_CONDITIONAL([ENABLE_MULTICOM322], [test x$enable_multicom322 = xtrue])
18AC_SUBST(MULTICOM322)
19
20AC_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])
27AM_CONDITIONAL([ENABLE_MULTICOM324], [test x$enable_multicom324 = xtrue])
28AC_SUBST(MULTICOM324)
29
30
31
32AC_OUTPUT([
33Makefile
[23237]34autotimer/Makefile
35browser/Makefile
36callmonitor1/Makefile
37catcatch/Makefile
38dlna/Makefile
39dvdplayer/Makefile
40facebook/Makefile
41filemanager/Makefile
42gmediarender/Makefile
43hbbtv/Makefile
44hello/Makefile
45imdb/Makefile
46imdbapi/Makefile
47instar/Makefile
48keylock/Makefile
[23238]49lcdpearl1/Makefile
[23237]50lcdsamsung/Makefile
51mboxinfo/Makefile
52mc/Makefile
53networkbrowser/Makefile
54optimize/Makefile
55panel/Makefile
56permtime/Makefile
57readerconfig/Makefile
58rgui/Makefile
59scriptexec/Makefile
60stock/Makefile
[23239]61stopifnotused/Makefile
[23237]62streaminfo/Makefile
63tinews/Makefile
64tithek/Makefile
65tmc/Makefile
66tmdb/Makefile
67TopfieldVFD/Makefile
[25986]68tsSchnitt/Makefile
[23237]69usbreset/Makefile
70weather/Makefile
[20405]71wins3/Makefile
[23237]72zapback/Makefile
[23240]73])
Note: See TracBrowser for help on using the repository browser.