projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wxArray<T> macros have been changed to fix runtime problems under 64 bit
[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
])