Changeset 657:07d2990938c9 for m4

Show
Ignore:
Timestamp:
1998-12-21 02:30:04 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Here is a small patch to simplify m4/Makefile.am.in. This came out
of a suggestion I made to Jim Meyering (maintainer of GNU fileutils,
where I snarfed the code from :). (From: Lars Hecking
<lhecking@…>)

Location:
m4
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • m4/Makefile.am.in

    r576 r657  
    77        rm -f $@ $@t 
    88        sed -n '1,/^##m4-files-begin/p' $< > $@t 
    9         ( echo EXTRA_DIST = README Makefile.am.in; \ 
    10           find . -type f -name '*.m4' -print |sed 's,^\./,,' |sort ) \ 
     9        echo EXTRA_DIST = README Makefile.am.in *.m4 \ 
    1110            |fmt | (tr '\012' @; echo) \ 
    1211            |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \ 
  • m4/README

    r576 r657  
    55 
    66The Makefile.am file in this directory is automatically generated 
    7 from the template file, Makefile.am.in.  The generation will fail 
    8 if you don't have all the right tools. 
     7from the template file, Makefile.am.in. 
     8