gambas-source-code/app/configure.ac

17 lines
276 B
Text
Raw Normal View History

dnl ---- configure.ac for Gambas development environment
dnl ---- Initialization
AC_INIT(configure.ac)
GB_INIT_SHORT(ide)
dnl ---- Check for Portland scripts
AC_CHECK_PROGS(XDG_UTILS, [xdg-mime xdg-icon-resource], [])
dnl ---- Create makefiles
AC_OUTPUT( \
Makefile \
)