]> git.saurik.com Git - wxWidgets.git/blame - samples/configure.in
compilation fix for wxUniv (patch 664699)
[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
ceeb12f2
VZ
6dnl we need the values the main configure determined for us, so refuse
7dnl to run if we don't have them
8if test "x$wx_cv_path_samplesubdirs" = "x"; then
9 AC_MSG_ERROR([Please run configure from the top level directory.])
10fi
11
ec90f5e5
VZ
12SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
13AC_SUBST(SAMPLES_SUBDIRS)
14
22c3fb2b 15IF_GNU_MAKE=$wx_cv_if_gnu_make
e8482f24
GL
16PATH_IFS=$wx_cv_path_ifs
17PROGRAM_EXT=$wx_cv_program_ext
18WX_TARGET_LIBRARY=$wx_cv_target_library
a46ccc25 19WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
e8482f24 20
22c3fb2b 21AC_SUBST(IF_GNU_MAKE)
e8482f24
GL
22AC_SUBST(PATH_IFS)
23AC_SUBST(PROGRAM_EXT)
24AC_SUBST(WX_TARGET_LIBRARY)
a46ccc25 25AC_SUBST(WX_TARGET_LIBRARY_GL)
e8482f24 26
48fe8374
VZ
27AC_OUTPUT([
28 Makefile
c0b39641 29 artprov/Makefile
48fe8374
VZ
30 caret/Makefile
31 calendar/Makefile
32 checklst/Makefile
33 config/Makefile
34 controls/Makefile
35 console/Makefile
36 db/Makefile
37 dialogs/Makefile
279ababf 38 dialup/Makefile
48fe8374
VZ
39 docview/Makefile
40 docvwmdi/Makefile
41 dnd/Makefile
68be9f09 42 dragimag/Makefile
48fe8374 43 drawing/Makefile
f6bcfd97 44 dynamic/Makefile
33611ebb 45 erase/Makefile
6164f93c 46 event/Makefile
48fe8374
VZ
47 exec/Makefile
48 font/Makefile
49 grid/Makefile
50 help/Makefile
51 image/Makefile
52 internat/Makefile
53 ipc/Makefile
ceded8b9 54 joytest/Makefile
605625f5 55 keyboard/Makefile
48fe8374
VZ
56 layout/Makefile
57 listctrl/Makefile
58 mdi/Makefile
bc9027cc 59 menu/Makefile
1f33eb9f 60 memcheck/Makefile
48fe8374
VZ
61 minifram/Makefile
62 minimal/Makefile
8f4a9a10
RR
63 mobile/Makefile
64 mobile/wxedit/Makefile
5ebcf581 65 mobile/styles/Makefile
2b5f62a0
VZ
66 multimon/Makefile
67 nativedlg/Makefile
48fe8374
VZ
68 newgrid/Makefile
69 notebook/Makefile
2b5f62a0
VZ
70 oleauto/Makefile
71 ownerdrw/Makefile
48fe8374
VZ
72 png/Makefile
73 printing/Makefile
74 proplist/Makefile
75 propsize/Makefile
2b5f62a0 76 regtest/Makefile
48fe8374 77 resource/Makefile
46132182 78 rotate/Makefile
48fe8374
VZ
79 sashtest/Makefile
80 scroll/Makefile
81 scrollsub/Makefile
3379ed37 82 sockets/Makefile
48fe8374 83 splitter/Makefile
2286341c 84 statbar/Makefile
79bbbd1b 85 taskbar/Makefile
48fe8374
VZ
86 text/Makefile
87 thread/Makefile
88 toolbar/Makefile
89 treectrl/Makefile
c661ecca 90 treelay/Makefile
48fe8374
VZ
91 typetest/Makefile
92 validate/Makefile
3379ed37 93 widgets/Makefile
48fe8374
VZ
94 wizard/Makefile
95 html/Makefile
96 html/about/Makefile
97 html/help/Makefile
98 html/printing/Makefile
99 html/helpview/Makefile
100 html/test/Makefile
101 html/zip/Makefile
102 html/virtual/Makefile
103 html/widget/Makefile
335258dc
RR
104 opengl/Makefile
105 opengl/cube/Makefile
106 opengl/penguin/Makefile
107 opengl/isosurf/Makefile
48fe8374 108 ])