]> git.saurik.com Git - wxWidgets.git/blame - utils/configure.in
*** empty log message ***
[wxWidgets.git] / utils / 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
6GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
7AC_SUBST(GL_TOOLKIT_DIR)
8
9AC_OUTPUT([
10 Makefile
11 wxMMedia2/Makefile
12 wxMMedia2/lib/Makefile
13 wxMMedia2/sample/Makefile
48fe8374
VZ
14 makegen/Makefile
15 HelpGen/Makefile
16 HelpGen/src/Makefile
17 tex2rtf/Makefile
18 tex2rtf/src/Makefile
19 hhp2cached/Makefile
20 dialoged/Makefile
21 dialoged/src/Makefile
22 ])