# Don't depend on DISTFILES because there's no rule for "standards.info*".
dist: $(DISTDEP)
- chmod -R a+rX .
distname=`sed -e '/define(AC_ACVERSION,/!d' \
-e 's/[^0-9.]*\([0-9.]*\).*/autoconf-\1/' -e q acgeneral.m4`; \
rm -fr $$distname; \
ln $$file $$distname \
|| { echo copying $$file instead; cp -p $$file $$distname;}; \
done; \
+ chmod -R a+rX $$distname; \
tar -chz -f $$distname.tar.gz $$distname; \
rm -fr $$distname
# Don't depend on DISTFILES because there's no rule for "standards.info*".
dist: $(DISTDEP)
- chmod -R a+rX .
distname=`sed -e '/define(AC_ACVERSION,/!d' \
-e 's/[^0-9.]*\([0-9.]*\).*/autoconf-\1/' -e q acgeneral.m4`; \
rm -fr $$distname; \
ln $$file $$distname \
|| { echo copying $$file instead; cp -p $$file $$distname;}; \
done; \
+ chmod -R a+rX $$distname; \
tar -chz -f $$distname.tar.gz $$distname; \
rm -fr $$distname