http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=automake&pr=505
Thanks, applied. (I thought a few minutes about hacking a configure script to force $script.lineno generation, in order to add a test, but in the end that seemed far more dangerous to me than just leaving it.) Cheers, Ralf 2006-09-09 [EMAIL PROTECTED] (tiny change) For PR automake/505: * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Fix typo: `config.status.lineno', not `configure.status.lineno'. Index: lib/am/configure.am =================================================================== RCS file: /cvs/automake/automake/lib/am/configure.am,v retrieving revision 1.31 diff -u -r1.31 configure.am --- lib/am/configure.am 14 May 2005 20:28:52 -0000 1.31 +++ lib/am/configure.am 9 Oct 2006 19:38:16 -0000 @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +## Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -131,7 +131,7 @@ if %?TOPDIR_P% am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno configure.status.lineno + configure.lineno config.status.lineno distclean: -rm -f $(am__CONFIG_DISTCLEAN_FILES)