+2002-06-25 [paul] 0.7.8claws25
+
+ * Makefile.am
+ add '$(AMTAR)' to 'release' section to allow for
+ new and older autotools
+
2002-06-25 [paul] 0.7.8claws24
* src/summaryview.c
release: distdir
-chmod -R a+r $(distdir)
- GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
+ GZIP=$(GZIP_ENV) $(AMTAR)$(TAR) chozf $(distdir).tar.gz $(distdir)
rm -f $(distdir)/sylpheed.spec
sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \
> $(distdir)/sylpheed.spec
- BZIP2=$(BZIP2_ENV) $(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
+ BZIP2=$(BZIP2_ENV) $(AMTAR)$(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
-rm -rf $(distdir)