]> git.saurik.com Git - wxWidgets.git/blob - demos/configure.in
oops, fixed typo breaking iconv constness detection in the previous commit
[wxWidgets.git] / demos / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_REVISION($Id$)dnl
3
4 AC_INIT(Makefile.in)
5
6 IF_GNU_MAKE=$wx_cv_if_gnu_make
7 AC_SUBST(IF_GNU_MAKE)
8
9 AC_OUTPUT([
10 Makefile
11 bombs/Makefile
12 dbbrowse/Makefile
13 forty/Makefile
14 fractal/Makefile
15 life/Makefile
16 poem/Makefile
17 ])