summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Adam Dickmeiss [Tue, 8 Sep 2015 17:34:28 +0000 (19:34 +0200)]
Fix boost not found on debian-testing MP-628
Adam Dickmeiss [Wed, 21 Aug 2013 10:58:35 +0000 (12:58 +0200)]
Pick non-mt suffix libs first MP-475
Adam Dickmeiss [Tue, 14 May 2013 12:20:53 +0000 (14:20 +0200)]
Restore LIBS if some component is not found
Adam Dickmeiss [Wed, 8 May 2013 10:20:02 +0000 (12:20 +0200)]
Separate boost-system check
Adam Dickmeiss [Thu, 2 May 2013 18:19:01 +0000 (18:19 +0000)]
Quoting fix for boost thread check
Adam Dickmeiss [Mon, 29 Apr 2013 14:10:24 +0000 (16:10 +0200)]
Mention Boost system if check'ed
Adam Dickmeiss [Mon, 29 Apr 2013 13:36:24 +0000 (15:36 +0200)]
For Boost thread, link with Boost.System MP-438
But only if Boost version >= 1.41.0 .
Adam Dickmeiss [Tue, 21 Aug 2012 12:40:31 +0000 (14:40 +0200)]
Remove -L/usr/lib from XML2 libs
It's not necessary to specify on most systems and it confuses the
linker to think that /usr/lib might precede /usr/local/lib or other.
Adam Dickmeiss [Tue, 7 Aug 2012 11:35:09 +0000 (13:35 +0200)]
Merge branch 'master' of git://git.indexdata.com/m4
Adam Dickmeiss [Tue, 7 Aug 2012 11:32:06 +0000 (13:32 +0200)]
Factor most of buildconf.sh to this shared file
Adam Dickmeiss [Fri, 2 Mar 2012 12:15:12 +0000 (13:15 +0100)]
Allow --without-usemarcon
to disallow "search" of USEMARCON in sibling directories etc.
Adam Dickmeiss [Fri, 2 Mar 2012 10:20:42 +0000 (11:20 +0100)]
Fix HAVE_USEMARCON for config headers
Adam Dickmeiss [Thu, 10 Nov 2011 11:39:28 +0000 (12:39 +0100)]
Ignore some generated .m4-files
Adam Dickmeiss [Thu, 1 Sep 2011 12:46:16 +0000 (14:46 +0200)]
Merge branch 'master' of git://git.indexdata.com/m4
Adam Dickmeiss [Thu, 1 Sep 2011 12:45:22 +0000 (14:45 +0200)]
ICU: Proper check for -lCrun on Solaris
Seems only necessary with Sun Studio (cc); not GCC.
Adam Dickmeiss [Thu, 1 Sep 2011 12:28:54 +0000 (14:28 +0200)]
Use --cppflags-searchpath to get ICU includes
Use icu-config --cppflags-searchpath instead of icu-config --cppflags.
Problem is that it --cpflags does not always contain include path.
Seen with ICU 4.6.1 on Solaris 5.10, GCC 3.4.3.
Adam Dickmeiss [Wed, 17 Aug 2011 10:20:26 +0000 (12:20 +0200)]
configure boost unit test check: more quirks
Define BOOST_AUTO_TEST_MAIN again. If not, it no longer works with
Boost 1.33. Also include auto_unit_test.hpp instead of unix_test.hpp,
which also, for some reason, makes a difference. Hopefully this now
work with Boost 1.33 through 1.47.
Adam Dickmeiss [Tue, 16 Aug 2011 13:31:24 +0000 (15:31 +0200)]
configure: update use of Boost unit test.
Use BOOST_TEST_MODULE instead of BOOST_AUTO_TEST_MAIN and include
unit_test.hpp instead of auto_unit_test.hpp.
Adam Dickmeiss [Wed, 29 Jun 2011 14:11:46 +0000 (16:11 +0200)]
ID_BOOST may check for regex
Adam Dickmeiss [Tue, 21 Jun 2011 13:15:11 +0000 (15:15 +0200)]
Enable xinclude for xsltproc
Adam Dickmeiss [Thu, 16 Jun 2011 08:02:42 +0000 (10:02 +0200)]
Merge branch 'master' of git://git.indexdata.com/m4
Adam Dickmeiss [Thu, 16 Jun 2011 08:00:21 +0000 (10:00 +0200)]
Fix test for Boost version / presence
BOOST_GOT_VERSION might be "" on new GCCs.
Adam Dickmeiss [Tue, 15 Mar 2011 10:23:33 +0000 (11:23 +0100)]
Merge branch 'master' of git://git.indexdata.com/m4
Adam Dickmeiss [Tue, 15 Mar 2011 10:21:44 +0000 (11:21 +0100)]
On Solaris include lib Crun for ICU, bug #4059.
Adam Dickmeiss [Wed, 22 Dec 2010 15:10:18 +0000 (16:10 +0100)]
boost.m4: Fix syntax error
Adam Dickmeiss [Wed, 22 Dec 2010 15:09:11 +0000 (16:09 +0100)]
boost: Search for /lib64
Adam Dickmeiss [Wed, 18 Aug 2010 11:33:29 +0000 (13:33 +0200)]
Not in use anymore
Adam Dickmeiss [Wed, 18 Aug 2010 11:18:40 +0000 (13:18 +0200)]
Fix check for version.hpp
This fixes --with-boost=PREFIX.
Dennis Schafroth [Mon, 8 Feb 2010 11:46:54 +0000 (12:46 +0100)]
Fixed source directory
Dennis Schafroth [Tue, 2 Feb 2010 12:07:14 +0000 (13:07 +0100)]
New m4 for authority/frbr
Dennis Schafroth [Tue, 2 Feb 2010 12:06:08 +0000 (13:06 +0100)]
Fixed source location
Dennis Schafroth [Thu, 28 Jan 2010 13:21:28 +0000 (14:21 +0100)]
Added macro for z3
Adam Dickmeiss [Thu, 14 Jan 2010 14:15:30 +0000 (15:15 +0100)]
Do not define YAZ_USE_NEW_LOG
Adam Dickmeiss [Mon, 9 Mar 2009 08:03:15 +0000 (09:03 +0100)]
Configure option to specify Boost toolset.
A new option, --with-boost-toolset, allows Boost toolset to be given.
Adam Dickmeiss [Wed, 7 Jan 2009 13:38:47 +0000 (14:38 +0100)]
Look for Boost headers in prefix/include/boost-*
Adam Dickmeiss [Mon, 24 Nov 2008 11:07:22 +0000 (12:07 +0100)]
Avoid -I/usr/include for ICU_CPPFLAGS
Adam Dickmeiss [Mon, 24 Nov 2008 10:29:18 +0000 (11:29 +0100)]
Avoid -L/usr/lib from icu-config
Adam Dickmeiss [Tue, 26 Aug 2008 08:35:40 +0000 (10:35 +0200)]
Fixed spelling for PDF_COMPILE
Adam Dickmeiss [Tue, 26 Aug 2008 08:27:41 +0000 (10:27 +0200)]
Define PDF_COMPILE and use 12pt layout for PDFs
Adam Dickmeiss [Mon, 21 Apr 2008 09:29:27 +0000 (11:29 +0200)]
Use AC_LANG_SOURCE instead of AC_LANG_PROGRAM for unit lib test
Adam Dickmeiss [Mon, 21 Apr 2008 08:49:27 +0000 (10:49 +0200)]
Define BOOST_AUTO_TEST_MAIN for unit test lib test
Adam Dickmeiss [Mon, 21 Apr 2008 08:41:15 +0000 (10:41 +0200)]
Do not use AC_CHECK_LIB anyway. Use AC_LINK_IFELSE instead.
Adam Dickmeiss [Mon, 21 Apr 2008 08:16:15 +0000 (10:16 +0200)]
Check for Boost libs ending with suffix "-mt" and without.
Adam Dickmeiss [Sun, 20 Apr 2008 14:00:17 +0000 (16:00 +0200)]
Make ID_BOOST determine Boost version (by the use of cpp).
Adam Dickmeiss [Sat, 19 Apr 2008 18:35:19 +0000 (20:35 +0200)]
Check linking with Boost libraries. Use threaded versions.
Adam Dickmeiss [Sun, 13 Apr 2008 16:59:53 +0000 (18:59 +0200)]
Merge branch 'new_boost'
Adam Dickmeiss [Sun, 13 Apr 2008 16:57:41 +0000 (18:57 +0200)]
First working version of ID_BOOST macro.
The ID_BOOST macro now allows components=test thread . It sets
BOOST_{CPPFLAGS,LIB} and BOOST_component_LIB . The component headers
are checked but macro does not test linking.
Adam Dickmeiss [Sun, 13 Apr 2008 15:26:16 +0000 (17:26 +0200)]
New boost ID_BOOST which might be a replacement for AX_BOOST.
Adam Dickmeiss [Thu, 3 Apr 2008 20:07:03 +0000 (22:07 +0200)]
Omit CVS Ids.
Adam Dickmeiss [Thu, 17 Jan 2008 22:26:27 +0000 (22:26 +0000)]
Change ICU text
Adam Dickmeiss [Wed, 16 Jan 2008 12:21:46 +0000 (12:21 +0000)]
Omit result about xml2-config
Adam Dickmeiss [Mon, 10 Dec 2007 22:05:10 +0000 (22:05 +0000)]
Changed AC_CHECK_ICU is using AC_ARG_WITH.
Adam Dickmeiss [Thu, 8 Nov 2007 08:17:17 +0000 (08:17 +0000)]
For ICU enabled YAZ defined YAZ_HAVE_ICU instead of HAVE_ICU.
Adam Dickmeiss [Fri, 22 Jun 2007 09:58:59 +0000 (09:58 +0000)]
Fixed bug #1206: Libxml2 include path weirdness. The problem is libexslt
which on the system uses /bin/pkg-config. However the output of /bin/pkgconfig
is not the same xslt as the one returned by /opt/csw/bin/xslt-config .
The configure system now disables libexslt if libxslt was not configured
using pkg-config also .
Adam Dickmeiss [Mon, 18 Jun 2007 18:44:33 +0000 (18:44 +0000)]
Fixed bug #1201: ./buildconf.sh fails on sarge.
Marc Cromme [Fri, 27 Apr 2007 14:29:17 +0000 (14:29 +0000)]
changes autoconf ICU tests to report -DHAVE_ICU=1 as ICU_CPPFLAGS
Marc Cromme [Fri, 27 Apr 2007 12:51:15 +0000 (12:51 +0000)]
added ICU M4 macros for autoconf
Adam Dickmeiss [Wed, 7 Mar 2007 08:06:39 +0000 (08:06 +0000)]
Revert
Adam Dickmeiss [Wed, 7 Mar 2007 08:05:26 +0000 (08:05 +0000)]
Towards 2.1.52.
Adam Dickmeiss [Mon, 26 Feb 2007 13:31:00 +0000 (13:31 +0000)]
Move YAZ tests before Boost thread tests so we set some options
right WRT threading. Use AC_LANG(C) instead of AC_LANG(C++) so that
tests by default are in C mode . If not, checks such as
AC_CHECK_LIB($ax_lib, main) fails on Sun Studio C which complains
about retursive calls to main.
Adam Dickmeiss [Sat, 24 Feb 2007 13:35:23 +0000 (13:35 +0000)]
Use m4 macro ACX_PTHREAD for POSIX threads detection.
Marc Cromme [Fri, 23 Feb 2007 18:55:55 +0000 (18:55 +0000)]
added m4 macros for boost C++ headers and libs, hopefully making better autoconf tests than our own homebrewn tests
Adam Dickmeiss [Fri, 19 Jan 2007 16:03:38 +0000 (16:03 +0000)]
Use srcdir path to .xslt files for xsltproc
Adam Dickmeiss [Wed, 16 Aug 2006 13:32:25 +0000 (13:32 +0000)]
Fix call to idzebra-config.
Adam Dickmeiss [Wed, 16 Aug 2006 13:11:37 +0000 (13:11 +0000)]
Fix require version
Adam Dickmeiss [Mon, 14 Aug 2006 12:18:49 +0000 (12:18 +0000)]
Using suffix 2.0 for development tools idzebra-config and idzebra.m4.
This means that Zebra 2.0 is completely separate from potential newer
releases.
Adam Dickmeiss [Thu, 6 Jul 2006 10:17:53 +0000 (10:17 +0000)]
For Libxml2 and friends, YAZ defines YAZ_HAVE_{XML2,XSLT,EXSLT) in
the compitation phase, but also for yaz-config --cflags output. This
allows us to have public headers with Libxml2 stuff in them . It should
also, eventually, make Libxml2 checks redundant in packages using
YAZ, such as yazproxy.
Adam Dickmeiss [Thu, 6 Jul 2006 07:43:34 +0000 (07:43 +0000)]
Reformat. Add local variables
Adam Dickmeiss [Fri, 2 Jun 2006 10:50:28 +0000 (10:50 +0000)]
Move .xsl.in's to id.xsl's .. so that we reduce .in files further.
Adam Dickmeiss [Sun, 28 May 2006 19:12:34 +0000 (19:12 +0000)]
Setting XSLTPROC_COMPILE, MAN_COMPILE, HTML_COMPILE, TKL_COMPILE
for doc Makefile(s) to use.
Adam Dickmeiss [Fri, 26 May 2006 15:07:08 +0000 (15:07 +0000)]
Check for xsltSaveResultToString presence.
Adam Dickmeiss [Fri, 26 May 2006 14:50:29 +0000 (14:50 +0000)]
Check for pkg-config in YAZ_LIBXML2 macro
Adam Dickmeiss [Wed, 24 May 2006 16:19:47 +0000 (16:19 +0000)]
Look for docbook xsl in other place for FreeBSD
Adam Dickmeiss [Wed, 24 May 2006 12:46:39 +0000 (12:46 +0000)]
Goodbye docbook-to-man wrappers. I won't miss you.
Adam Dickmeiss [Tue, 23 May 2006 19:08:45 +0000 (19:08 +0000)]
Docbook to man script wrapper.
Adam Dickmeiss [Tue, 23 May 2006 13:46:43 +0000 (13:46 +0000)]
Search more widely for docbookx.dtd
Adam Dickmeiss [Tue, 23 May 2006 08:01:46 +0000 (08:01 +0000)]
Spell fix
Mike Taylor [Mon, 22 May 2006 15:16:08 +0000 (15:16 +0000)]
Probe additional paths for docbookx.dtd and docbook.dsl
(These are the ones used in FreeBSD)
Adam Dickmeiss [Mon, 8 May 2006 18:18:11 +0000 (18:18 +0000)]
If libexslt is not found, tell when pkg-config is missing
Adam Dickmeiss [Mon, 8 May 2006 12:19:29 +0000 (12:19 +0000)]
Added m4 macros YAZ_LIBXML2, YAZ_LIBXSLT, YAZ_LIBEXSLT.
Adam Dickmeiss [Mon, 24 Apr 2006 08:20:50 +0000 (08:20 +0000)]
Look for in in ../yaz-* , NOT ../yaz*
Adam Dickmeiss [Thu, 30 Mar 2006 18:05:24 +0000 (18:05 +0000)]
Mention idzebra in error message
Adam Dickmeiss [Thu, 30 Mar 2006 18:04:57 +0000 (18:04 +0000)]
Mention YAZ++ in error message
Adam Dickmeiss [Thu, 30 Mar 2006 18:04:36 +0000 (18:04 +0000)]
Mention YAZ in error message
Adam Dickmeiss [Thu, 30 Mar 2006 18:00:51 +0000 (18:00 +0000)]
idzebra.m4 moved to sub directory m4
Adam Dickmeiss [Thu, 30 Mar 2006 17:31:25 +0000 (17:31 +0000)]
usemarcon macros added
Adam Dickmeiss [Thu, 30 Mar 2006 16:31:44 +0000 (16:31 +0000)]
Added yazpp.m4 from yazpp/yaz++
Adam Dickmeiss [Thu, 30 Mar 2006 16:16:05 +0000 (16:16 +0000)]
Initial revision