[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: proposed Autoconf patch to help fix gettext compatibility problem
From: |
Akim Demaille |
Subject: |
Re: proposed Autoconf patch to help fix gettext compatibility problem |
Date: |
12 Nov 2001 11:30:25 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
| I had a problem when compiling a test version of Bash. It uses
| gettext, and the problem was that gettext headers contained code like this:
|
| #ifndef PARAMS
| # if __STDC__ || defined __cplusplus
| # define PARAMS(args) args
| # else
| # define PARAMS(args) ()
| # endif
| #endif
|
| and this doesn't work as desired on Solaris, where __STDC__ is 0.
Why not. Actually Gettext could AC_SUBST the result itself, but
moving this up into Autoconf doesn't sound bad. Please, install!