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

23 lines
293 B
Plaintext
Raw Normal View History

dnl ---- configure.ac for gb.gtk component
AC_INIT(configure.ac)
AC_CONFIG_MACRO_DIR([m4])
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
)