Changeset 741:cbac55f3ac4d for m4

Show
Ignore:
Timestamp:
1999-01-19 03:48:11 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
mutt-1-0-stable
Message:

HP/UX portability patch from Lars Hecking.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • m4/Makefile.am.in

    r657 r741  
    77        rm -f $@ $@t 
    88        sed -n '1,/^##m4-files-begin/p' $< > $@t 
    9         echo EXTRA_DIST = README Makefile.am.in *.m4 \ 
    10             |fmt | (tr '\012' @; echo) \ 
    11             |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \ 
     9        ( (echo EXTRA_DIST = README Makefile.am.in | tr '\012' @); \ 
     10          (echo *.m4|tr ' ' @) ) \ 
     11          |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \ 
    1212          >> $@t 
    1313        sed -n '/^##m4-files-end/,$$p' $< >> $@t