I installed this in order to please: $ make maintainer-check [...] Unresolved @...@ substitution in automake
Cheers, Ralf 2006-10-10 Ralf Wildenhues <[EMAIL PROTECTED]> * automake.in (handle_compile): Use subst, for maintainer-check. Index: automake.in =================================================================== RCS file: /cvs/automake/automake/automake.in,v retrieving revision 1.1631 diff -u -r1.1631 automake.in --- automake.in 30 Aug 2006 20:35:56 -0000 1.1631 +++ automake.in 10 Oct 2006 07:09:08 -0000 @@ -2318,7 +2322,7 @@ # instead. It will be replaced by '-I.' or '-I. -I$(srcdir)'. # Items in CONFIG_HEADER are never in $(srcdir) so it is safe # to just append @[EMAIL PROTECTED] - $default_includes = ' ' . uniq (@incs) . '@am__isrc@'; + $default_includes = ' ' . uniq (@incs) . subst ('am__isrc'); } my (@mostly_rms, @dist_rms);