ba19f3c1dd
git-svn-id: svn://localhost/gambas/trunk@893 867c0c6c-44f3-4631-809d-bfa615b0a4ec
16 lines
276 B
Text
16 lines
276 B
Text
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 \
|
|
)
|