before re-creating it.
Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
1999-04-27 Alexandre Oliva <oliva@dcc.unicamp.br>
+ * automake.in (initialize_global_constants): Remove zip file
+ before re-creating it.
+ Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
+
* texinfos.am (uninstall-info): Look for info file in srcdir, just
like in install-info-am.
Reported by Tudor Hulubei <tudor@cs.unh.edu>
$dist{'dist-shar'} = ("\t"
. 'shar $(distdir) | gzip > $(distdir).shar.gz'
. "\n");
- $dist{'dist-zip'} = "\t" . 'zip -rq $(distdir).zip $(distdir)' . "\n";
+ $dist{'dist-zip'} = ("\t" . '-rm -f $(distdir).zip' . "\n" .
+ "\t" . 'zip -rq $(distdir).zip $(distdir)' . "\n");
$dist{'dist'} = ("\t"
. '$(AMTAR) ch$(AMTARFLAGS)f - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz'
. "\n");