feature request: allow dots in AC_ARG_WITH

2006-11-13 Thread Bruno Haible
Hi, This configure.ac file AC_INIT AC_ARG_WITH([libglib-2.0-prefix], [[ --with-libglib-2.0-prefix[=DIR] search for libglib-2.0 in DIR/include and DIR/lib --without-libglib-2.0-prefix don't search for libglib-2.0 in

an autotest design flaw

2006-11-13 Thread Bruno Haible
Hi, Some GNU packages (like GNU cpio) use autotest for their testsuite. When I'm compiling such a package on a not-so-common platform, and one of the tests fails, it makes it very hard to investigate the test failure. The steps to investigate a test failure typically are: - Get a list of the

Re: an autotest design flaw

2006-11-13 Thread Paul Eggert
Bruno Haible [EMAIL PROTECTED] writes: I think the right implementation would be a library of shell functions. Thanks. That's the right direction for Autoconf in general, one that we've long had sentiment to explore -- but not the resources.

Re: an autotest design flaw

2006-11-13 Thread Bruno Haible
Ralf Wildenhues wrote: If only modifying the testsuite, in the vast majority of cases it suffices to $EDITOR some-test.at make testsuite scp testsuite host: OK, this is simpler than a complete make dist. But still, doing only $EDITOR some-test.at on the target machine would be

Re: feature request: allow dots in AC_ARG_WITH

2006-11-13 Thread Paul Eggert
Thanks for that suggestion and patch. I installed the following; it's the same as your proposal except I added a NEWS item and tweaked another sentence in the documentation. 2006-11-13 Paul Eggert [EMAIL PROTECTED] * NEWS: Document the AC_ARG_WITH change. 2006-11-13 Bruno Haible

Re: an autotest design flaw

2006-11-13 Thread Bruno Haible
Ralf Wildenhues wrote: the possibility to use the flexibility of m4 is helpful, both for implementing a testsuite environment, and deploying invidividual tests, once you're used to it. Details, please? With shell functions, you also have a lot of flexibility. You can - define functions

What is causing this readline error

2006-11-13 Thread Todd Thal
Dear all: I apologize for the spam-like nature of emailing people, who seem to be associated with the development and debugging of readline-5.1/2...but this issue has baffled quite a few folks at lanl.gov. The problem is I CAN get readline to build on my local machine (Mac osX 10.4.8.8.0

Re: What is causing this readline error

2006-11-13 Thread Bob Rossi
On Mon, Nov 13, 2006 at 05:58:21PM -0700, Todd Thal wrote: Dear all: What is causing this error? make readline gcc -DHAVE_CONFIG_H-I. -I. -DRL_LIBRARY_VERSION='5.1' -g -O -o readline ./examples/rl.c ./libreadline.a -ltermcap examples/rl.c: In function `set_deftext': examples/rl.c:68:

Re: an autotest design flaw

2006-11-13 Thread Ralf Wildenhues
* Bruno Haible wrote on Mon, Nov 13, 2006 at 08:41:50PM CET: Ralf Wildenhues wrote: That's one of the (few) advantages of having the whole suite as a single script. I still don't see the advantage of requiring a make testsuite step. It's the other way round: the possibility to use the