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 | news/Makefile |
---|
35 | wins3/Makefile |
---|
36 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.