Re: help2man ... (Re: man2html problem)

2001-06-14 Thread Alexandre Duret-Lutz
>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: [...] I think that by stealing CVS automake files you are putting "beta-quality" content into autoconf. Akim> +++ m4/missing.m4 2001/06/13 16:23:38 [...] Akim> +AC_DEFUN([AM_MISSING_INSTALL_SH], Akim> +[AC_REQUIRE([AM_MISSING_HAS_RUN]

Re: One step towards includes normalization (Was: Incremental default includes)

2001-06-14 Thread Akim Demaille
> This is what I mean. Just a sample. > Waiting for comments. I really need opinions here! Alexandre? The point is to have all the tests use the same set of core headers.

Re: help2man ... (Re: man2html problem)

2001-06-14 Thread Akim Demaille
| >>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: | [...] | | I think that by stealing CVS automake files you are putting | "beta-quality" content into autoconf. | | Akim> +++ m4/missing.m4 2001/06/13 16:23:38 | | [...] | | Akim> +AC_DEFUN([AM_MISSING_INSTALL_SH], | Akim> +[AC_REQU

Dropping CPP for AC_CHECK tests? (Was: CPP determined incorrectly)

2001-06-14 Thread Akim Demaille
> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes: Pavel> This brings an interesting idea. How about AC_LANG(none)? In Pavel> this mode any checks involving compilers will be Pavel> disallowed. AC_PROG_CPP will default to "cpp" in $PATH with Pavel> "/lib/cpp" being the fallback. I have an

Help: Where to document AC_ARG_VAR

2001-06-14 Thread Akim Demaille
I don't know where AC_ARG_VAR should be documented. Pavel, any idea?

Re: Dropping CPP for AC_CHECK tests? (Was: CPP determined incorrectly)

2001-06-14 Thread Pavel Roskin
Hello, Akim! > My feeling is that CPP, here, was used only for performance issues. Yes, this was my point. The whole idea of dealing with preprocessor was to speed up checks for tests, _not_ to find CPP that the user should run directly. However, it was abused later. Header checks were used to

autoconf-2.50 feedback

2001-06-14 Thread Bruno Haible
Hi, My general impressions after 1 day of autoconf 2.50 use. - The backtrace facility is really a nice feature. - "config.status much faster on most architectures" but configure is slower. Here are the timings of gettext's configure: autoconf 2.13: 23.0 sec real 14.2 sec user aut

KEEP 100% OF THE REVENUE YOU GENERATE!

2001-06-14 Thread mailer332
Dear Friend, AS SEEN ON NATIONAL TV : ''Making over half million dollars every 4 to 5 months from your home for an investment of only $25 US Dollars expense one time'' THANKS TO THE COMPUTER AGE AND THE INTERNET! = BE A MILLIONAIRE LIKE OTHERS WITH

how to force options be default to "no"?

2001-06-14 Thread Masao Uebayashi
Hello, Whether a option found by "configure"'s test is used (enabled) by default is decided by the auther of the "configure" script, but I want to override it as "no", that is, I want to use options which I explicitly specify by "--enable-*". This is needed when I create a (NetBSD's) package, in

Re: CPP determined incorrectly

2001-06-14 Thread Akim Demaille
> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes: >> How about merging AC_PROG_CPP and AC_PROG_CC together? What's the >> point of keeping the two of them? Pavel> My concern is compatibility. There is no real reason to test Pavel> for one but not the other, but if we go ahead and merge

Re: CPP determined incorrectly

2001-06-14 Thread Akim Demaille
| > How about merging AC_PROG_CPP and AC_PROG_CC together? | > | > What's the point of keeping the two of them? | * Some tools (eg. imake) apply cpp as macro-processor, even if cc is | not available on a particular installation. Other tools might want | to apply these tools even i

Re: CPP determined incorrectly

2001-06-14 Thread Akim Demaille
> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: Ralf> This thought however raises another question: Why does Ralf> AC_PROG_CPP exist at all? Ralf> I would assume: * Some autoconf-users wanted to use CPP without Ralf> CC (I have even seen cases were a host's native cpp have been Ralf>

Re: config.sub/config.guess license exception, but not for 'missing'

2001-06-14 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: > "Nathan" == Nathan Neulinger writes: Nathan> Would y'all consider extending the license exception to Nathan> include the 'missing' script as well? (I'm referring to the Nathan> exception that allows distributing autoconf support fil

Re: CPP determined incorrectly

2001-06-14 Thread Pavel Roskin
Hello, Akim! > Pavel> If you feel that you can handle it feel free to merge. It > Pavel> should be done earlier or later anyways. > > So you share my opinion? I share your opinion that AC_PROG_CPP and AC_PROG_CC should be merged eventually. Whether it should be done before Autoconf-2.51 is anoth