[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Urgent - fix for the testsuite
From: |
Lars J. Aas |
Subject: |
Re: Urgent - fix for the testsuite |
Date: |
Mon, 16 Apr 2001 17:27:42 +0200 |
User-agent: |
Mutt/1.2.5i |
On Mon, Apr 16, 2001 at 10:40:26AM -0400, Pavel Roskin wrote:
: * acgeneral.m4 (_AC_INIT_VERSION): Use AC_PACKAGE_NAME and
: AC_PACKAGE_VERSION only if they are defined.
: (_AC_OUTPUT_CONFIG_STATUS): Likewise.
I missed the point that they were only conditionally defined when I wrote
that code :(.
For some reason I feel they ought be defined to '' if no values are given
for the AC_INIT invocation, but you'd want to apply something along these
lines anyway, using m4_ifval() instead, for the sole reason of avoiding
the extra space characters.
Lars J