configure providing function (Was: Severe performance problem and proposed solution)

2002-03-13 Thread Akim Demaille
| > From: Akim Demaille <[EMAIL PROTECTED]> | > Date: 27 Feb 2002 10:05:42 +0100 | | > What we want, is to find a reliable `echo', or any means that would | > help us remove the thousands of heredocs we have. | | > elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then | > # Yippee, $echo work

Re: Autoconf 2.52g is released

2002-03-13 Thread Akim Demaille
I hope you don't mind my using this text into the Autoconf doc? -- > Thomas> "cp -p" has some unfortunate side-effects (some versions copy > Thomas> the ownership of the original file in addition to the > Thomas> protection) > > Do you have refere

Re: AC_CHECK_TYPE search locations

2002-03-13 Thread Akim Demaille
Paul, I'm applying this patch. Feel free to change directly whatever you want if something needs to be changed. Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * doc/autoconf.texi (Header Portability): New. Add information about stdint.h and inttypes.h from Paul Eggert

Re: libtool and gcj

2002-03-13 Thread Akim Demaille
> "Per" == Per Bothner <[EMAIL PROTECTED]> writes: Per> Perhaps we could start by defining some or all of AC_PROG_GCJ, Per> AC_PROG_JAVAC (the .java->.class compiler), and AC_PROG_JAVA (the Per> Java .class file "interpreter"). Or perhaps there could be a Per> AC_JAVA that subsumes all three

Re: how to prefix definitions in config.h

2002-03-13 Thread Akim Demaille
> "Clinton" == Clinton Roy <[EMAIL PROTECTED]> writes: Clinton> Guido Draheim <[EMAIL PROTECTED]> writes: >> ... the other problem is that the prefixing is not done during >> reconfig, and in fact, the items in my ac-macro should be appended >> to the config.status file, which I didn't bother

Re: Autoconf 2.52g is released

2002-03-13 Thread Eli Zaretskii
On 13 Mar 2002, Akim Demaille wrote: > I hope you don't mind my using this text into the Autoconf doc? No, I don't mind.

Computed version number in configure.ac

2002-03-13 Thread Guillaume Chazarain
Hello, In my configure.ac I get the version number from the NEWS file, this used to work but does not anymore with autoconf-2.53. I used : AC_INIT([src/gliv.c]) read version < $srcdir/NEWS AM_INIT_AUTOMAKE([gliv], [$version]) but now, with AC_INIT([gliv], [$(head -n 1 NEWS)]) autoconf compla

Re: Autoconf-2.53 make check fails on OpenServer 5.0.6a

2002-03-13 Thread Akim Demaille
| make[2]: Entering directory `/usr/zenez/build/osr5/autoconf-2.53/tests' | /bin/ksh ./testsuite | ./testsuite[460]: syntax error at line 464 : `;;' unexpected Heck, I missed that bit. Could it be a difference between ksh and sh? Anybody here would could give some help about that? Could you pl

Re: Computed version number in configure.ac

2002-03-13 Thread Peter Eisentraut
Guillaume Chazarain writes: > AC_INIT([gliv], [$(head -n 1 NEWS)]) > > autoconf complains the version arg is not a litteral. Try something like AC_INIT([gliv], [esyscmd([head -n 1 NEWS])]) -- Peter Eisentraut [EMAIL PROTECTED]

Re: Autoconf-2.53 make check fails on OpenServer 5.0.6a

2002-03-13 Thread Boyd Lynn Gerber
On 13 Mar 2002, Akim Demaille wrote: > Heck, I missed that bit. Could it be a difference between ksh and sh? > Anybody here would could give some help about that? > > Could you please run > > /bin/ksh -xv ./testsuite ... 161;acfunctions.at:33;AC_FUNC_VPRINTF; 162;aclibs.at:9;AC_HAVE_LIBR

[±¤°í] ºÎ¸ð´Ô¸¸ º¸¼¼¿ä

2002-03-13 Thread clickinet
Title: ¾È³çÇϼ¼¿ä ¾È³çÇϼ¼¿ä. ±ÍÇÏÀÇ Àڳฦ ÄÄÇ»ÅÍ Áßµ¶°ú À¯ÇØÁ¤º¸·Î ºÎÅÍ ¿Ïº®ÇÏ°Ô º¸È£ÇÏ´Â "Á¤º¸CD" ¿¡ ´ëÇÏ¿© ´ÙÀ½°ú °°ÀÌ ÀÚ¼¼ÇÏ°Ô ¾È³» ÇÕ´Ï´Ù. ÷ºÎÀڷḦ ²À Âü°íÇϽʽÿÀ. Ȥ ¼ö½Å°ÅºÎ´Â ¾Æ·¡·Î ºÎŹÇÕ´Ï´Ù.^²Ù»¶ CD¸¸ ³ÖÀ¸¸é ÀÚµ¿½ÇÇàµÇ´Â À¯ÇØÁ¤º¸ Â÷´Ü CDź»

Re: Severe performance problem and proposed solution

2002-03-13 Thread Ralf Corsepius
Am Mon, 2002-03-11 um 19.10 schrieb Phil Edwards: > On Mon, Mar 11, 2002 at 03:28:29AM +0100, Ralf Corsepius wrote: > > Am Mon, 2002-03-11 um 00.12 schrieb Phil Edwards: > > > AC_PROG_CC tries to do something in > > > the "checking for C compiler default output" section which fails (cannot > > >

patch for autoconf manual

2002-03-13 Thread Martin Pool
In the "Limitations of Usual Tools" page you might like to add a note that the -h and -L options to "test" specified by the current POSIX and SUS specifications and implemented in GNU are not portable. In fact, on Solaris 8 they fail in a rather bizarre and confusing way: $ ln -s /nowhere bad $