]> git.saurik.com Git - wxWidgets.git/blob - utils/configure.in
f9483134b5a7b85da06719c6729a1ff89b933434
[wxWidgets.git] / utils / 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 GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
7 AC_SUBST(GL_TOOLKIT_DIR)
8
9 AC_OUTPUT([
10 Makefile
11 wxMMedia2/Makefile
12 wxMMedia2/lib/Makefile
13 wxMMedia2/sample/Makefile
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 ])