]> git.saurik.com Git - wxWidgets.git/blame - samples/configure.in
don't output the entire iconv() declaration in configure messages, looks ugly and...
[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
e8482f24
GL
9PATH_IFS=$wx_cv_path_ifs
10PROGRAM_EXT=$wx_cv_program_ext
11WX_TARGET_LIBRARY=$wx_cv_target_library
a46ccc25 12WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
e8482f24
GL
13
14AC_SUBST(PATH_IFS)
15AC_SUBST(PROGRAM_EXT)
16AC_SUBST(WX_TARGET_LIBRARY)
a46ccc25 17AC_SUBST(WX_TARGET_LIBRARY_GL)
e8482f24 18
48fe8374
VZ
19AC_OUTPUT([
20 Makefile
21 caret/Makefile
22 calendar/Makefile
23 checklst/Makefile
24 config/Makefile
25 controls/Makefile
26 console/Makefile
27 db/Makefile
28 dialogs/Makefile
279ababf 29 dialup/Makefile
48fe8374
VZ
30 docview/Makefile
31 docvwmdi/Makefile
32 dnd/Makefile
68be9f09 33 dragimag/Makefile
48fe8374 34 drawing/Makefile
f6bcfd97 35 dynamic/Makefile
33611ebb 36 erase/Makefile
6164f93c 37 event/Makefile
48fe8374
VZ
38 exec/Makefile
39 font/Makefile
40 grid/Makefile
41 help/Makefile
42 image/Makefile
43 internat/Makefile
44 ipc/Makefile
ceded8b9 45 joytest/Makefile
48fe8374
VZ
46 layout/Makefile
47 listctrl/Makefile
48 mdi/Makefile
bc9027cc 49 menu/Makefile
1f33eb9f 50 memcheck/Makefile
48fe8374
VZ
51 minifram/Makefile
52 minimal/Makefile
48fe8374
VZ
53 newgrid/Makefile
54 notebook/Makefile
55 png/Makefile
56 printing/Makefile
57 proplist/Makefile
58 propsize/Makefile
59 richedit/Makefile
60 resource/Makefile
46132182 61 rotate/Makefile
48fe8374
VZ
62 sashtest/Makefile
63 scroll/Makefile
64 scrollsub/Makefile
3379ed37 65 sockets/Makefile
48fe8374 66 splitter/Makefile
2286341c 67 statbar/Makefile
48fe8374
VZ
68 text/Makefile
69 thread/Makefile
70 toolbar/Makefile
71 treectrl/Makefile
c661ecca 72 treelay/Makefile
48fe8374
VZ
73 typetest/Makefile
74 validate/Makefile
3379ed37 75 widgets/Makefile
48fe8374
VZ
76 wizard/Makefile
77 html/Makefile
78 html/about/Makefile
79 html/help/Makefile
80 html/printing/Makefile
81 html/helpview/Makefile
82 html/test/Makefile
83 html/zip/Makefile
84 html/virtual/Makefile
85 html/widget/Makefile
335258dc
RR
86 opengl/Makefile
87 opengl/cube/Makefile
88 opengl/penguin/Makefile
89 opengl/isosurf/Makefile
48fe8374 90 ])