Hello,

Here is a patch for Automake which ensures that generated makefiles also  
clean up config.status.lineno at distclean time.  (Makefiles already know how  
to clean up configure.lineno, but neglect to remove its cousin.)

Eric


2003-01-07  Eric Sunshine  <[EMAIL PROTECTED]>

        * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add
        config.status.lineno.


--- lib/am/configure.am Sat Nov 22 13:05:35 2003
+++ lib/am/configure.am-fix     Wed Jan  7 06:39:03 2004
@@ -132,7 +132,7 @@

 if %?TOPDIR_P%
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno
+ configure.lineno config.status.lineno
 distclean:
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)



Reply via email to