Mike Frysinger wrote:
> On Monday 01 June 2009 20:04:22 Bruno Haible wrote:
>> Mike Frysinger wrote:
>> > actually i just tried this and it didnt work. config.h ended up with:
>> > /* Packager info for bug reports (URL/e-mail/...) */
>> > #undef AS_TR_CPP
>>
>> Oops, you're right. Sorry. I had loo
Mike Frysinger wrote:
> On Monday 01 June 2009 20:04:22 Bruno Haible wrote:
>> Mike Frysinger wrote:
>> > actually i just tried this and it didnt work. config.h ended up with:
>> > /* Packager info for bug reports (URL/e-mail/...) */
>> > #undef AS_TR_CPP
>>
>> Oops, you're right. Sorry. I had loo
On Monday 01 June 2009 20:04:22 Bruno Haible wrote:
> Mike Frysinger wrote:
> > actually i just tried this and it didnt work. config.h ended up with:
> > /* Packager info for bug reports (URL/e-mail/...) */
> > #undef AS_TR_CPP
>
> Oops, you're right. Sorry. I had looked only at the generated 'con
Mike Frysinger wrote:
> actually i just tried this and it didnt work. config.h ended up with:
> /* Packager info for bug reports (URL/e-mail/...) */
> #undef AS_TR_CPP
Oops, you're right. Sorry. I had looked only at the generated 'configure' file.
Bruno
On Monday 01 June 2009 06:21:34 Bruno Haible wrote:
> Mike Frysinger wrote:
> > + *) AC_DEFINE_UNQUOTED(AS_TR_CPP([PACKAGE_$1]), ["$withval"], [$2]) ;;
>
> We try to avoid unintended m4 expansion of identifiers by using brackets
> around arguments where possible:
> *) AC_DEFINE_UNQUOTED([
On Monday 01 June 2009 06:21:34 Bruno Haible wrote:
> Mike Frysinger wrote:
> > + *) AC_DEFINE_UNQUOTED(AS_TR_CPP([PACKAGE_$1]), ["$withval"], [$2]) ;;
>
> We try to avoid unintended m4 expansion of identifiers by using brackets
> around arguments where possible:
> *) AC_DEFINE_UNQUOTED([
Mike Frysinger wrote:
> + *) AC_DEFINE_UNQUOTED(AS_TR_CPP([PACKAGE_$1]), ["$withval"], [$2]) ;;
We try to avoid unintended m4 expansion of identifiers by using brackets
around arguments where possible:
*) AC_DEFINE_UNQUOTED([AS_TR_CPP([PACKAGE_$1])], ["$withval"], [$2]) ;;
(If PACKAGE
This adds three new configure options for packagers to utilize:
--with-packager="packager name"
--with-packager-version="packager-specific version"
--with-packager-bug-reports="packager bug reporting"
An example with coreutils:
$ ./configure \
--with-packager=Gento