wxWidgets/utils/configure.in
2002-12-09 18:06:31 +00:00

26 lines
636 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
USE_GUI=$wx_cv_use_gui
AC_SUBST(GL_TOOLKIT_DIR)
AC_SUBST(USE_GUI)
AC_OUTPUT([
Makefile
makegen/Makefile
HelpGen/Makefile
HelpGen/src/Makefile
tex2rtf/Makefile
tex2rtf/src/Makefile
hhp2cached/Makefile
dialoged/Makefile
dialoged/src/Makefile
emulator/Makefile
emulator/src/Makefile
helpview/Makefile
helpview/src/Makefile
])