gambas-source-code/gb.gtk/configure.ac

23 lines
270 B
Text
Raw Normal View History

dnl ---- configure.ac for gb.gtk component
AC_INIT(configure.ac)
GB_INIT(gb.gtk)
AC_PROG_LIBTOOL
GB_CHECK_XWINDOW
GB_COMPONENT_PKG_CONFIG(
gtk,
GTK,
[GTK+ toolkit],
[src],
gtk+-2.0,
[>= 2.10]
)
AC_OUTPUT( \
Makefile \
src/Makefile \
src/ext/Makefile
)