From: Paul Mangan Date: Tue, 25 Jun 2002 18:32:40 +0000 (+0000) Subject: add '' to Makefile.am to allow for new and older autotools X-Git-Tag: new_cache_last_merge~14 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=3a58b2491a3d5a365f90d203a7f052863d6b28d1 add '' to Makefile.am to allow for new and older autotools --- diff --git a/ChangeLog.claws b/ChangeLog.claws index f5b1c518e..035f4b19f 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +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 diff --git a/Makefile.am b/Makefile.am index 793d3210b..7c11841dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,9 +31,9 @@ BZIP2_ENV = 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)