Re: havelib improvements

2017-02-19 Thread Pádraig Brady
On 19/02/17 10:47, Bruno Haible wrote: > Hi, > > In many installations, clang has strange/odd/buggy library search paths. In > particular, on the Ubuntu binaries from http://releases.llvm.org/download.html > search in /lib64/ although this directory contains no libraries (only the > ld.so). > Thi

havelib improvements

2017-02-19 Thread Bruno Haible
Hi, In many installations, clang has strange/odd/buggy library search paths. In particular, on the Ubuntu binaries from http://releases.llvm.org/download.html search in /lib64/ although this directory contains no libraries (only the ld.so). This confuses the AC_LIB_PREPARE_MULTILIB macro: it expe

strftime test on Solaris based OS

2017-02-19 Thread Bruno Haible
Hi, On Dyson OS, a Solaris based OS with Debian packaging system [1], the gnulib 'strftime' test fails: FAIL: test-strftime === NZST-12NZDT,M9.5.0,M4.1.0/3: expected "1970-01-01 13:00:00 +1300 (NZDT)", got "1970-01-01 13:00:00 +1300 (NZST)" NZST-12NZDT,M9.5.0,M4.1.0/3: expected

avoid trouble caused by havelib-tests

2017-02-19 Thread Bruno Haible
A testdir created with --with-tests --single-configure fails to configure if it happens to include module 'havelib-tests': $ ./configure ... configure: creating ./config.status config.status: error: cannot find input file: `havelib/Makefile.in' This patch works around it. 2017-02-19 Br