]> git.saurik.com Git - wxWidgets.git/blame - samples/configure.in
fixed wxZipInputStream::OnSysSeek wrt memory requirements and malloc(0) (will backpor...
[wxWidgets.git] / samples / configure.in
CommitLineData
48fe8374
VZ
1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION($Id$)dnl
3
4AC_INIT(Makefile.in)
5
ec90f5e5
VZ
6SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
7AC_SUBST(SAMPLES_SUBDIRS)
8
22c3fb2b 9IF_GNU_MAKE=$wx_cv_if_gnu_make
e8482f24
GL
10PATH_IFS=$wx_cv_path_ifs
11PROGRAM_EXT=$wx_cv_program_ext
12WX_TARGET_LIBRARY=$wx_cv_target_library
a46ccc25 13WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
e8482f24 14
22c3fb2b 15AC_SUBST(IF_GNU_MAKE)
e8482f24
GL
16AC_SUBST(PATH_IFS)
17AC_SUBST(PROGRAM_EXT)
18AC_SUBST(WX_TARGET_LIBRARY)
a46ccc25 19AC_SUBST(WX_TARGET_LIBRARY_GL)
e8482f24 20
48fe8374
VZ
21AC_OUTPUT([
22 Makefile
c0b39641 23 artprov/Makefile
48fe8374
VZ
24 caret/Makefile
25 calendar/Makefile
26 checklst/Makefile
27 config/Makefile
28 controls/Makefile
29 console/Makefile
30 db/Makefile
31 dialogs/Makefile
279ababf 32 dialup/Makefile
48fe8374
VZ
33 docview/Makefile
34 docvwmdi/Makefile
35 dnd/Makefile
68be9f09 36 dragimag/Makefile
48fe8374 37 drawing/Makefile
f6bcfd97 38 dynamic/Makefile
33611ebb 39 erase/Makefile
6164f93c 40 event/Makefile
48fe8374
VZ
41 exec/Makefile
42 font/Makefile
43 grid/Makefile
44 help/Makefile
45 image/Makefile
46 internat/Makefile
47 ipc/Makefile
ceded8b9 48 joytest/Makefile
605625f5 49 keyboard/Makefile
48fe8374
VZ
50 layout/Makefile
51 listctrl/Makefile
52 mdi/Makefile
bc9027cc 53 menu/Makefile
1f33eb9f 54 memcheck/Makefile
48fe8374
VZ
55 minifram/Makefile
56 minimal/Makefile
8f4a9a10
RR
57 mobile/Makefile
58 mobile/wxedit/Makefile
5ebcf581 59 mobile/styles/Makefile
48fe8374
VZ
60 newgrid/Makefile
61 notebook/Makefile
62 png/Makefile
63 printing/Makefile
64 proplist/Makefile
65 propsize/Makefile
66 richedit/Makefile
67 resource/Makefile
46132182 68 rotate/Makefile
48fe8374
VZ
69 sashtest/Makefile
70 scroll/Makefile
71 scrollsub/Makefile
3379ed37 72 sockets/Makefile
48fe8374 73 splitter/Makefile
2286341c 74 statbar/Makefile
48fe8374
VZ
75 text/Makefile
76 thread/Makefile
77 toolbar/Makefile
78 treectrl/Makefile
c661ecca 79 treelay/Makefile
48fe8374
VZ
80 typetest/Makefile
81 validate/Makefile
3379ed37 82 widgets/Makefile
48fe8374
VZ
83 wizard/Makefile
84 html/Makefile
85 html/about/Makefile
86 html/help/Makefile
87 html/printing/Makefile
88 html/helpview/Makefile
89 html/test/Makefile
90 html/zip/Makefile
91 html/virtual/Makefile
92 html/widget/Makefile
335258dc
RR
93 opengl/Makefile
94 opengl/cube/Makefile
95 opengl/penguin/Makefile
96 opengl/isosurf/Makefile
48fe8374 97 ])