>>> "William" == William S Fulton <[EMAIL PROTECTED]> writes:
[...]
William> The problem is with subdirectories and the root
William> directory containing a Makefile.in rather than a
William> Makefile.am.
Yeah, many things in Automake happens only when processing the
top-level Makefile. Inst
>>> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes:
[...]
>> There is a fix for this bug in CVS. Automake 1.9.1 will update
>> these files on such incantation.
Ralf> Could you elaborate on which conditions exactly, automake-1.9.1 will
Ralf> update config.guess and config.sub and how th
Alexandre Duret-Lutz wrote:
"William" == William S Fulton <[EMAIL PROTECTED]> writes:
William> Alexandre Duret-Lutz wrote:
> "William" == William S Fulton <[EMAIL PROTECTED]> writes:
William> We are using AC_CANONICAL_HOST which requires config.sub
>> and
William> config.guess. We'd like
On Thu, 2004-08-05 at 23:58, Alexandre Duret-Lutz wrote:
> >>> "William" == William S Fulton <[EMAIL PROTECTED]> writes:
>
> William> We are using AC_CANONICAL_HOST which requires config.sub and
> William> config.guess. We'd like to pick these files up from automake which
> William> regularly u
>>> "William" == William S Fulton <[EMAIL PROTECTED]> writes:
William> Alexandre Duret-Lutz wrote:
> "William" == William S Fulton <[EMAIL PROTECTED]> writes:
William> We are using AC_CANONICAL_HOST which requires config.sub
>> and
William> config.guess. We'd like to pick these files up f
Alexandre Duret-Lutz wrote:
"William" == William S Fulton <[EMAIL PROTECTED]> writes:
William> We are using AC_CANONICAL_HOST which requires config.sub and
William> config.guess. We'd like to pick these files up from automake which
William> regularly updates these on each automake release. We a
>>> "William" == William S Fulton <[EMAIL PROTECTED]> writes:
William> We are using AC_CANONICAL_HOST which requires config.sub and
William> config.guess. We'd like to pick these files up from automake which
William> regularly updates these on each automake release. We are using
William> autom
We are using AC_CANONICAL_HOST which requires config.sub and config.guess. We'd
like to pick these files up from automake which regularly updates these on each
automake release. We are using automake but not libtool so can't use libtoolize
which is able to install them. Also
automake --add-mi