wxWidgets/utils/configure.in
Mattia Barbon 5e66eee143 "cd utils; make" should not try to compile dialoged unless
wxUSE_RESOURCES=yes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-12-10 21:30:28 +00:00

28 lines
695 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
USE_RESOURCES=$wx_cv_use_resources
AC_SUBST(GL_TOOLKIT_DIR)
AC_SUBST(USE_GUI)
AC_SUBST(USE_RESOURCES)
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
])