projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
renamed grid sample
[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
makegen/Makefile
12
HelpGen/Makefile
13
HelpGen/src/Makefile
14
tex2rtf/Makefile
15
tex2rtf/src/Makefile
16
hhp2cached/Makefile
17
dialoged/Makefile
18
dialoged/src/Makefile
19
])