Merijn> This line is too long for configure to instantiate and the
Merijn> result is a truncated line of dependencies.
Akim> What happens? Do you know where this limitation comes from?
Typically sed chokes when building Makefile from Makefile.in.
I forgot about this when making some changes in
> "Merijn" == Merijn de Jonge <[EMAIL PROTECTED]> writes:
Merijn> This line is too long for configure to instantiate and the
Merijn> result is a truncated line of dependencies.
What happens? Do you know where this limitation comes from?
Akim
> "Merijn" == Merijn de Jonge <[EMAIL PROTECTED]> writes:
Merijn> In the Makefile.am I have listed these dependencies on
Merijn> multiple lines, Automake generates a Makefile.in which
Merijn> contains all 356 file names on a single line. This line is too
Merijn> long for configure to instanti
Hi,
I encountered the following problem with automake:
I'm developping a Makefile.am for a program which depends on a
huge number of C files (356 to be exact). In the Makefile.am I
have listed these dependencies on multiple lines, Automake
generates a Makefile.in which contains all 356 file names