projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0304963
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Tue, 19 May 1998 16:01:31 +0000
(16:01 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 19 May 1998 16:01:31 +0000
(16:01 +0000)
m4/Makefile.am.in
patch
|
blob
|
history
diff --git
a/m4/Makefile.am.in
b/m4/Makefile.am.in
index c7682ad882e33872bcef345a606d1ac366684945..d616efb3051500205a4e6e19aa15e6e9944af79e 100644
(file)
--- a/
m4/Makefile.am.in
+++ b/
m4/Makefile.am.in
@@
-7,7
+7,7
@@
Makefile.am: Makefile.am.in
rm -f $@ $@t
sed -n '1,/^##m4-files-begin/p' $< > $@t
( echo EXTRA_DIST = README; \
- find . -type f -name '*.m4' -print
f '%f\n'
|sort ) \
+ find . -type f -name '*.m4' -print
|sed s/..//
|sort ) \
|fmt | (tr '\012' @; echo) \
|sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
>> $@t