gambas-source-code/gb.pcre/configure.ac
François Gallo 7947dd69f9 [CONFIGURATION]
* NEW: Add support for the MacPorts distribution. 
* BUG: Fix configuration issue for gb.qt.ext

[GB.CRYPT]
* NEW: it is now available for Mac OS X 10.8

[GB.QT4]
* BUG: Fix detection of X11 for the control DrawingArea on Mac OS X 10.8. 



git-svn-id: svn://localhost/gambas/trunk@5004 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-07-31 18:24:47 +00:00

19 lines
373 B
Text

dnl ---- configure.ac for gb.pcre
AC_INIT(configure.ac)
AC_CONFIG_MACRO_DIR([m4])
GB_INIT(gb.pcre)
AC_PROG_LIBTOOL
GB_COMPONENT(
pcre, PCRE, gb.pcre, [src],
[GB_FIND(pcre.h, /usr/local/lib /usr/local /usr/lib /usr /opt/local, include)],
[GB_FIND(libpcre.$SHLIBEXT, /usr/local /usr /, lib)],
[-lpcre])
AC_OUTPUT( \
Makefile \
src/Makefile \
)
GB_PRINT_MESSAGES