This commit was generated by cvs2svn to compensate for changes in r1352,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
cvs2svn 2004-01-10 23:21:36 +00:00
parent 5713fb07b3
commit 5ca64f89be
3 changed files with 0 additions and 537 deletions

View file

@ -1,16 +0,0 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-
##m4-files-begin
##m4-files-end
Makefile.am: Makefile.am.in
rm -f $@ $@t
sed -n '1,/^##m4-files-begin/p' $< > $@t
( echo EXTRA_DIST = README Makefile.am.in; \
find . -type f -name '*.m4' -print |sed 's,^\./,,' |sort ) \
|fmt | (tr '\012' @; echo) \
|sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
>> $@t
sed -n '/^##m4-files-end/,$$p' $< >> $@t
chmod a-w $@t
mv $@t $@