summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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