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
> "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
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
| >>> "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]
>>> "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
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