Package: automake
Version: 1:1.10.1-3
Severity: minor
As posted in http://marcot.iaaeee.org/diario/?p=119 , automake is parsing:
foo_SOURCES = foo.c
the same as
foo_SOURCES = \
foo.c
but not the same as
foo_SOURCES \
= foo.c
Is this parsing correct? It's not what I would expect. If it's correct, is
there a documentation for it? I could not find it.
Greetings.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages automake depends on:
ii autoconf 2.63-3 automatic configure script builder
ii autotools-dev 20080123.2 Update infrastructure for config.{
automake recommends no packages.
automake suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]