2000-01-31 18:31:18 +00:00
|
|
|
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
|
2002-03-10 13:30:16 +00:00
|
|
|
emulator/Makefile
|
|
|
|
emulator/src/Makefile
|
2000-01-31 18:31:18 +00:00
|
|
|
])
|