Re: bug in AC_TYPE_UINT32_T on Solaris 2.5.1

2006-06-19 Thread Paul Eggert
Ralf Wildenhues [EMAIL PROTECTED] writes: * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1 needs _UINT8_T and _UINT64_T defines as well, to avoid clashes with system headers. Report by Bruno Haible. That looks good; please install, since it's clearly an

Re: AC_TYPE_UINT32_T and AC_TYPE_UINTMAX_T nits

2006-06-19 Thread Paul Eggert
Ralf Wildenhues [EMAIL PROTECTED] writes: * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t' to `yes' instead of `int$1_t' if the type is found, for more consistent configure output (where $1 is the number of bits). (_AC_TYPE_UINT): Likewise for `uint$1_t'.

Re: Bug#372179: AC_CANONICAL_SYSTEM overwrites $@

2006-06-19 Thread Tollef Fog Heen
* Ralf Wildenhues | Hello Justin, Tollef, | | * Justin Erenkrantz wrote on Sun, Jun 18, 2006 at 11:40:12PM CEST: | On 6/18/06, Tollef Fog Heen [EMAIL PROTECTED] wrote: | Currently, if configure is passed --sbindir=, it just overrides | $sbindir without flagging that at all. If it, in

Spurious datarootdir warnings in Wine configure

2006-06-19 Thread Alexandre Julliard
The following recent change http://cvs.savannah.gnu.org/viewcvs/autoconf/lib/autoconf/status.m4?root=autoconfr1=1.110r2=1.111 is causing warnings in the Wine configure: configure: creating ./config.status config.status: creating Make.rules config.status: creating dlls/Makedll.rules

Re: 2.59d on OpenServer

2006-06-19 Thread Kean Johnston
Between 2.59 and 2.59e we have changed macros to not expand to long lines in the resulting scripts, but apparently some shells not only have limits in the line length, but also in the length of the assignment string; now, Kean's message above seems to imply that this length limitation is _before_

Re: Spurious datarootdir warnings in Wine configure

2006-06-19 Thread Ralf Wildenhues
Hi Alexandre, * Alexandre Julliard wrote on Mon, Jun 19, 2006 at 01:23:13PM CEST: The following recent change is causing warnings in the Wine configure: config.status: creating dlls/Makedll.rules That's because in Wine, datarootdir is defined in the global Make.rules file, which is then

Re: Spurious datarootdir warnings in Wine configure

2006-06-19 Thread Alexandre Julliard
Ralf Wildenhues [EMAIL PROTECTED] writes: * Alexandre Julliard wrote on Mon, Jun 19, 2006 at 01:23:13PM CEST: I'm happy to add a workaround in Wine if you can suggest one, preferably one that doesn't involve defining datarootdir in every individual makefile... Yes. If you don't mind, you

Re: 2.59d on OpenServer

2006-06-19 Thread Ralf Wildenhues
Hi Kean, Thank you for your work on this. * Kean Johnston wrote on Sun, Jun 18, 2006 at 06:31:56PM CEST: So I can have: longvar=4K_of_text longvar=$longvar 4K_more_of_text but not longvar=4K_of_text 4K_more_of_text but this limitation is *only* imposed when I have the

Re: Bug#372179: AC_CANONICAL_SYSTEM overwrites $@

2006-06-19 Thread Justin Erenkrantz
On 6/19/06, Tollef Fog Heen [EMAIL PROTECTED] wrote: * Ralf Wildenhues | Hello Justin, Tollef, | | * Justin Erenkrantz wrote on Sun, Jun 18, 2006 at 11:40:12PM CEST: | On 6/18/06, Tollef Fog Heen [EMAIL PROTECTED] wrote: | Currently, if configure is passed --sbindir=, it just overrides |

Re: 2.59d on OpenServer

2006-06-19 Thread Ralf Wildenhues
* Kean Johnston wrote on Mon, Jun 19, 2006 at 06:04:12PM CEST: Wouldn't the path of least resistance be to simply set CONFIG_SHELL to /usr/bin/bash on OSR5 and OSR6 and to /usr/bin/posix/sh on UnixWare 7 simply solve all of these problems? Sure, if /usr/bin/posix/sh also works fine. I thought

Re: man pages for config.guess and friends

2006-06-19 Thread Ben Elliston
I suggest to move the man pages for config.guess and config.sub from autoconf to the config CVS. May be a good idea, if Ben agrees. I think this can safely wait until after Autoconf 2.60, though, which we'd like to release ASAP. I was not even aware that man pages exist; naturally I

Re: bug in AC_TYPE_UINT32_T on Solaris 2.5.1

2006-06-19 Thread Ralf Wildenhues
Hello Paul, Thanks for your research! * Paul Eggert wrote on Mon, Jun 19, 2006 at 08:46:20AM CEST: Ralf Wildenhues [EMAIL PROTECTED] writes: * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1 needs _UINT8_T and _UINT64_T defines as well, to avoid clashes with

Re: 2.59d on OpenServer

2006-06-19 Thread Stepan Kasal
On Mon, Jun 19, 2006 at 06:21:54PM +0200, Ralf Wildenhues wrote: * Kean Johnston wrote on Mon, Jun 19, 2006 at 06:04:12PM CEST: Wouldn't the path of least resistance be to simply set CONFIG_SHELL to /usr/bin/bash on OSR5 and OSR6 and to /usr/bin/posix/sh on UnixWare 7 simply solve all of