]> git.saurik.com Git - wxWidgets.git/blame - utils/configure.in
removed redundant #! line
[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
14 glcanvas/Makefile
15 glcanvas/${GL_TOOLKIT_DIR}/Makefile
16 ogl/Makefile
17 ogl/src/Makefile
18 makegen/Makefile
19 HelpGen/Makefile
20 HelpGen/src/Makefile
21 tex2rtf/Makefile
22 tex2rtf/src/Makefile
23 hhp2cached/Makefile
24 dialoged/Makefile
25 dialoged/src/Makefile
26 ])