Re: [bug-gnulib] Re: warning in AC_CHECK_DECL

2006-04-24 Thread Bruno Haible
Paul Eggert wrote on 2006-02-17: > > Either we need to update the various gnulib macros > > borrowed from CVS autoconf to override bugs in autoconf 2.59, or we need > > to release autoconf 2.60. > > We should do both, since we can't assume 2.60 will be adopted right > away. What changes need to

passing localstatedir to dejagnu

2006-04-24 Thread Baurzhan Ismagulov
Hello, I'm running testcases that create files in localstatedir. I want to remove these files before calling the next testcase. How can I pass localstatedir to runtest? autoconf 2.59a, dejagnu 1.4.4. Thanks in advance, Baurzhan. ___ Autoconf mailing l

String functions with end pointers?

2006-04-24 Thread Paul D. Smith
Hi all; I'm working on "const-ifying" my GNU package, now that I've finally taken the leap and abandoned support for K&R compilers. One thing I've discovered is that there are a number of places in my code where strings are written to ONLY to stick a nul character to end a string, so that the cod

Re: String functions with end pointers?

2006-04-24 Thread Russell Shaw
Paul D. Smith wrote: Hi all; I'm working on "const-ifying" my GNU package, now that I've finally taken the leap and abandoned support for K&R compilers. One thing I've discovered is that there are a number of places in my code where strings are written to ONLY to stick a nul character to end a