swig/Tools
Vadim Zeitlin 6399502719 Add a check for PCRE library to configure.
We use standard AX_PATH_GENERIC() macro from Autoconf archive to do the check
to keep our own code as simple as possible. Notice that this script must be
used, just adding the include and library directories to {C,LD}FLAGS is not
enough, notably -DPCRE_STATIC which is output by pcre-config for static builds
only is crucial. Also use LIBS instead of LDFLAGS to fix linking when using
static libraries.

Also note that this allows to pass PCRE_CONFIG variable value to configure to
force the use of the specified script (and not the one first found in PATH),
which is especially important when cross-compiling.

Finally, PCRE is required by default now, --without-pcre must be explicitly
used to build without it.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12169 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2010-07-22 17:00:16 +00:00
..
config Add a check for PCRE library to configure. 2010-07-22 17:00:16 +00:00
capitalize Solaris /usr/bin/tr does not accept ranges in form "a-z". So put in 2003-03-22 11:18:27 +00:00
check-include-path.pike The great merge 2002-11-30 22:01:28 +00:00
mkdist.py remove WAD from distribution 2010-06-01 19:00:54 +00:00
mkrelease.py mention tagging is being done in mkrelease.py 2010-06-02 21:15:38 +00:00
mkwindows.sh update example version numbers and clarification of inputs 2010-06-21 06:18:54 +00:00
pyname_patch.py add shebang for pyname_patch.py 2008-12-03 21:36:53 +00:00
setup.py.tmpl The great merge 2002-11-30 22:01:28 +00:00
vcfilter execute permissions added 2007-10-24 21:25:39 +00:00