]> git.saurik.com Git - wxWidgets.git/blame_incremental - demos/configure.in
fixed the bug with the order of 2 size events when the scrollbar[s] (dis)appear in...
[wxWidgets.git] / demos / configure.in
... / ...
CommitLineData
1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION($Id$)dnl
3
4AC_INIT(Makefile.in)
5
6AC_OUTPUT([
7 Makefile
8 bombs/Makefile
9 dbbrowse/Makefile
10 forty/Makefile
11 fractal/Makefile
12 life/Makefile
13 poem/Makefile
14 ])