]> git.saurik.com Git - wxWidgets.git/blob - samples/configure.in
column autosizing added
[wxWidgets.git] / samples / 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 SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
7 AC_SUBST(SAMPLES_SUBDIRS)
8
9 AC_OUTPUT([
10 Makefile
11 caret/Makefile
12 calendar/Makefile
13 checklst/Makefile
14 config/Makefile
15 controls/Makefile
16 console/Makefile
17 db/Makefile
18 dialogs/Makefile
19 dialup/Makefile
20 docview/Makefile
21 docvwmdi/Makefile
22 dnd/Makefile
23 drawing/Makefile
24 exec/Makefile
25 font/Makefile
26 grid/Makefile
27 help/Makefile
28 image/Makefile
29 internat/Makefile
30 ipc/Makefile
31 layout/Makefile
32 listctrl/Makefile
33 mdi/Makefile
34 minifram/Makefile
35 minimal/Makefile
36 newgrid/Makefile
37 notebook/Makefile
38 plot/Makefile
39 png/Makefile
40 printing/Makefile
41 proplist/Makefile
42 propsize/Makefile
43 richedit/Makefile
44 resource/Makefile
45 rotate/Makefile
46 sashtest/Makefile
47 scroll/Makefile
48 scrollsub/Makefile
49 splitter/Makefile
50 statbar/Makefile
51 text/Makefile
52 thread/Makefile
53 toolbar/Makefile
54 treectrl/Makefile
55 typetest/Makefile
56 validate/Makefile
57 sockets/Makefile
58 wizard/Makefile
59 html/Makefile
60 html/about/Makefile
61 html/help/Makefile
62 html/printing/Makefile
63 html/helpview/Makefile
64 html/test/Makefile
65 html/zip/Makefile
66 html/virtual/Makefile
67 html/widget/Makefile
68 ])