Line up standards.texi info entry

2002-08-30 Thread Julio Merino
Hello, as I have noticed, the info dir entry of the standards.texi document is unlined with the rest of the elements in the same cathegory menu. This happens in autoconf 2.13 (haven't checked 2.53). The following patch fixes this by removing an extra space. If it is appropiate, would you include

Re: number of processors

2002-08-30 Thread Philip Willoughby
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yesterday, Philipp Gortan wrote: >thanks for all interesting answers. Well, using the sysconf() function >looks like the smoothest way to do the job, even though it's not as >easily nested into autoconf as my dirty hack... how would you add the c >co

Re: Line up standards.texi info entry

2002-08-30 Thread Paul Eggert
standards.texi is just copied from , which has instructions for how to report bugs in that file. Is there a standard for how much to indent info dir entries?

Re: Problem with symlinks and VPATH Builds

2002-08-30 Thread Paul Eggert
> From: Alexandre Duret-Lutz <[EMAIL PROTECTED]> > Date: Fri, 02 Aug 2002 15:12:33 +0200 > :( :( :( > > Why replace an illustrated discussion of the isse with `Autoconf > will get it right for you.'? Why not showing people the > commands they should use outside Autoconf? In the long run I'm no

Re: Problem with symlinks and VPATH Builds

2002-08-30 Thread Paul Eggert
> Date: Sat, 3 Aug 2002 15:25:36 -0500 > From: "Mark D. Roth" <[EMAIL PROTECTED]> > > On Thu Aug 01 13:46 2002 -0400, Eric Siegerman wrote: > > Hmmm, time for a CANONICALIZE_PATHNAME macro? Bonus: it could be > > made to work with pathnames other than directories. > > This is a really good idea