Re: AM_INIT_AUTOMAKE([no-define]) vs. AC_PACKAGE_*

2002-02-07 Thread Ralf Corsepius
Am Mon, 2002-02-04 um 22.58 schrieb Tom Tromey: > > "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: > > Ralf> But I think, the actual cause for this issue is something different: > > Ralf> 3) AM_INIT_AUTOMAKE([no-define]) allows config-headers to be > Ralf> exported, ie. to export and

Re: AM_INIT_AUTOMAKE([no-define]) vs. AC_PACKAGE_*

2002-02-04 Thread Tom Tromey
> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: Ralf> But I think, the actual cause for this issue is something different: Ralf> 3) AM_INIT_AUTOMAKE([no-define]) allows config-headers to be Ralf> exported, ie. to export and thereby globally store configuration Ralf> information. Ralf

Re: AM_INIT_AUTOMAKE([no-define]) vs. AC_PACKAGE_*

2002-02-04 Thread Ralf Corsepius
Am Mon, 2002-02-04 um 10.31 schrieb Akim Demaille: > > | >>> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: > | Ralf> Hi, > | Ralf> Using the new AC_INIT syntax breaks AM_INIT_AUTOMAKE([no-define]) > | Ralf> rsp. its triple-argument form AM_INIT_AUTOMAKE(,,no): > | > | Ralf> Given suc

Re: AM_INIT_AUTOMAKE([no-define]) vs. AC_PACKAGE_*

2002-02-04 Thread Akim Demaille
| >>> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: | Ralf> Hi, | Ralf> Using the new AC_INIT syntax breaks AM_INIT_AUTOMAKE([no-define]) | Ralf> rsp. its triple-argument form AM_INIT_AUTOMAKE(,,no): | | Ralf> Given such kind of configure.ac | Ralf> [..] | Ralf> AC_INIT([foo],[0.1]

Re: AM_INIT_AUTOMAKE([no-define]) vs. AC_PACKAGE_*

2002-02-04 Thread Alexandre Duret-Lutz
>>> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: Ralf> Hi, Ralf> Using the new AC_INIT syntax breaks AM_INIT_AUTOMAKE([no-define]) Ralf> rsp. its triple-argument form AM_INIT_AUTOMAKE(,,no): Ralf> Given such kind of configure.ac Ralf> [..] Ralf> AC_INIT([foo],[0.1],[[EMAIL PROTECT

AM_INIT_AUTOMAKE([no-define]) vs. AC_PACKAGE_*

2002-02-03 Thread Ralf Corsepius
Hi, Using the new AC_INIT syntax breaks AM_INIT_AUTOMAKE([no-define]) rsp. its triple-argument form AM_INIT_AUTOMAKE(,,no): Given such kind of configure.ac [..] AC_INIT([foo],[0.1],[[EMAIL PROTECTED]]) AM_INIT_AUTOMAKE([no-define]) [..] AM_CONFIG_HEADER(config.h) [..] Using this, PACKAGE and V