Re: FLIBS (AC_F77_LIBRARY_LDFLAGS) in CVS

2000-06-09 Thread Akim Demaille
> "Steven" == Steven G Johnson <[EMAIL PROTECTED]> writes: Steven> Great, now that you have confirmed that it works, hopefully it Steven> can get accepted and applied. Given that it's a bug fix, that the solution is proposed is clearly right, I'll apply it. Steven> It would be nice to have

Re: Invoking config.status from subdirectory

2000-06-09 Thread Akim Demaille
| Following the suggestions in the manual, I create a rule like | GNUmakefile: GNUmakefile.in $(top_builddir)/config.status | cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status | | to automatically rebuild the makefiles. The above won't work in a | subdirectory, so how

Re: DJGPP testsuite results

2000-06-09 Thread Akim Demaille
| > + ../autoupdate -m .. - | > c:/djgpp/tmp/au16317/input.m4:44: c:/djgpp/bin/m4.exe: Cannot open | > [c:/djgpp/tmp/au16317/m4.m4]: No such file or directory (ENOENT) | > c:/djgpp/tmp/au16317/input.m4:44: c:/djgpp/bin/m4.exe: Cannot open | | After playing with generated temporary files, it se

Re: HAVE_FOO or HAVE_WORKING_FOO

2000-06-09 Thread Akim Demaille
| Akim Demaille writes: | > I think Autoconf should advocate a single approach. | | Yup. | | > Also, is `HAVE_WORKING_FOO' the right naming scheme? Is it powerful | > enough to allow us the specify the various brokenness that this or | > that function may have? Should HAVE_WORKING_FOO alway

Re: FLIBS (AC_F77_LIBRARY_LDFLAGS) in CVS

2000-06-09 Thread Steven G. Johnson
On 9 Jun 2000, Akim Demaille wrote: > Steven> It would be nice to have a better understanding of the > Steven> exec/eval interaction that caused the bug before, however, > Steven> even though my patch removes that business entirely. > > Agreed. Maybe one cannot understand without having a strong

Re: DJGPP testsuite results

2000-06-09 Thread Mark E.
> I don't get it at all. Why would you have such problems, and I > don't??? The problem went away after the latest cvs update. I still get one failure, but I see nothing as of yet that would classify it as DOS-specific. = ./debug-98.sh: Testing autoupdate =

Re: About config.site

2000-06-09 Thread Eric Siegerman
On Fri, Jun 09, 2000 at 02:57:21AM +0200, Peter Eisentraut wrote: > I'd find it *immensely* helpful if configure also looked for a config.site > (or an equivalent file of different name) in the current directory. How about config.pkg? This file will contain options specific to a particular packa