e8482f24cf
Added contrib configure Made wxSocket sample compile Made OGL compile Modified main configure to pass some more parameter to children Changed the wxProcess doc according to the modification Still some win makefiles to come git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 lines
467 B
Plaintext
20 lines
467 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
AC_REVISION($Id$)dnl
|
|
|
|
AC_INIT(Makefile.in)
|
|
|
|
GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
|
|
AC_SUBST(GL_TOOLKIT_DIR)
|
|
|
|
AC_OUTPUT([
|
|
Makefile
|
|
makegen/Makefile
|
|
HelpGen/Makefile
|
|
HelpGen/src/Makefile
|
|
tex2rtf/Makefile
|
|
tex2rtf/src/Makefile
|
|
hhp2cached/Makefile
|
|
dialoged/Makefile
|
|
dialoged/src/Makefile
|
|
])
|