>>> "Stepan" == Stepan Kasal <[EMAIL PROTECTED]> writes:
Stepan> The question is: shouldn't the automake "variable" TOPDIR be removed?
Thanks, I'm installing this.
2005-06-30 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* automake.in (make_paragraphs): Do not define %TOPDIR%, now that
>>> "Harald" == Harald Dunkel <[EMAIL PROTECTED]> writes:
Harald> Hi folks,
Harald> my Makefile.am deep inside a subdirectory contained this:
Harald> :
Harald> SUBDIRS = unittests \
Harald> ../generic_datainterface \
Harald> ../generic_resource_type \
Harald> ../generic_memorymodel \
Hara
Hello,
now I can answer my own mail ;-)
On Thu, Jun 30, 2005 at 02:21:37PM +0200, Stepan Kasal wrote:
> > +export PATH
>
> There is no need to call export again, you have already exported it
> in the outer shell.
yes, the export has to be there, because of the bug documented in the
Autoconf m
>>> "Stepan" == Stepan Kasal <[EMAIL PROTECTED]> writes:
Stepan> Two tiny comments:
>> +Vincent LefevreVincent Lefevre <[EMAIL PROTECTED]>
Oops, thanks!
Stepan> It seems this is the first time when you repeat the full name in the
email.
>> +if test "${TIME_STYLE+set}" = set; t
Hello,
On Thu, Jun 30, 2005 at 03:09:12PM +0200, Alexandre Duret-Lutz wrote:
> Stepan> I see no reason for the `export' here.
...
> Alas, many shells, such as Solaris 2.5, IRIX 6.3, IRIX 5.2, AIX
> 4.1.5, and Digital UNIX 4.0, forget to `export' the environment
> variables they r
Hello,
On Wed, Jun 29, 2005 at 11:04:25PM +0200, Alexandre Duret-Lutz wrote:
> I'm installing this on HEAD and branch-1-9.
thanks.
Some nit picking:
> +case "$*" in
> + *-p*) exit 1;;
> +esac
There is no word-splitting of the argument of "case", so you don't
have to quote $*.
> +export PATH
Hello,
On Wed, Jun 29, 2005 at 10:29:11PM +0200, Alexandre Duret-Lutz wrote:
> I'm installing the following on HEAD and branch-1-9.
thank you.
> (I think any justification of why unset must not be used really
> belongs to the Autoconf manual.)
Yes, of course. I sent a question to the autoconf
Hello Alexandre,
thank you for your prompt reaction. The patch removes the line:
> -## Location of top build directory relative to this one.
> -top_builddir = %TOPDIR%
because top_builddir is now substituted by autoconf.
The question is: shouldn't the automake "variable" TOPDIR be removed?
Wh
I'm installing this on HEAD.
2005-06-30 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* automake.in (scan_autoconf_traces): Scan AC_SUBST_TRACE instead
of AC_SUBST.
* lib/am/header-vars.am (srcdir, top_srcdir, top_builddir, INSTALL):
Do not define, they are AC_SUBST_T