gambas-source-code/gb.poppler/configure.ac
gambas 23f36d919e poppler >= 0.20 is now required.
[GB.POPPLER]
* NEW: poppler >= 0.20 is now required.
2020-06-27 11:40:14 +02:00

14 lines
360 B
Text

dnl ---- configure.ac for gb.poppler
m4_include([../version.m4])
AC_INIT(gambas3-gb-poppler, GB_VERSION, GB_MAIL, [], GB_URL)
AC_CONFIG_MACRO_DIR([m4])
GB_INIT(gb.poppler)
AC_PROG_LIBTOOL
GB_COMPONENT_PKG_CONFIG(
poppler,
POPPLER,
gb.poppler,
[src],
'poppler >= 0.20' poppler-splash poppler-glib)
AC_OUTPUT( Makefile src/Makefile )
GB_PRINT_MESSAGES