]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/dialog/dialog-1.0-20050306/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / dialog / dialog-1.0-20050306 / configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- dialog-0.9b-20031207/configure.in~configure
7 +++ dialog-0.9b-20031207/configure.in
8 @@ -6,6 +6,8 @@
9  AC_CONFIG_HEADER(dlg_config.h:config.hin)
10  
11  CF_VERSION_INFO(dialog)
12 +AH_TEMPLATE([DIALOG_VERSION], [Define to dialog version])
13 +AH_TEMPLATE([DIALOG_PATCHDATE], [Define to dialog patchdate])
14  
15  DESTDIR=
16  AC_SUBST(DESTDIR)
17 @@ -146,6 +148,20 @@
18  wget_wch \
19  )
20  
21 +AH_TEMPLATE([HAVE_COLOR],
22 +            [Define if you have the start_color function])
23 +AH_TEMPLATE([HAVE_FORMBOX],
24 +           [Define if you want the form dialog])
25 +AH_TEMPLATE([HAVE_GAUGE],
26 +           [Define if you want the gauge dialog])
27 +AH_TEMPLATE([HAVE_TAILBOX],
28 +           [Define if you want the tailbox dialog])
29 +AH_TEMPLATE([HAVE_XDIALOG],
30 +           [Define if you want Xdialog-style dialogs])
31 +AH_TEMPLATE([HAVE_RC_FILE],
32 +           [Define if you want the config-file support])
33 +AH_TEMPLATE([USE_WIDE_CURSES], [Define if using wide curses])
34 +
35  AC_CHECK_FUNC(start_color,[AC_DEFINE(HAVE_COLOR)])
36  CF_CURSES_CHTYPE
37  CF_FUNC_WAIT