]> git.saurik.com Git - wxWidgets.git/blame - demos/configure.in
fixed a comment
[wxWidgets.git] / demos / configure.in
CommitLineData
2224580a
VZ
1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION($Id$)dnl
3
4AC_INIT(Makefile.in)
5
22c3fb2b
VZ
6IF_GNU_MAKE=$wx_cv_if_gnu_make
7AC_SUBST(IF_GNU_MAKE)
8
2224580a
VZ
9AC_OUTPUT([
10 Makefile
11 bombs/Makefile
12 dbbrowse/Makefile
13 forty/Makefile
14 fractal/Makefile
15 life/Makefile
16 poem/Makefile
17 ])