diff etc/README.MinGW @ 15414:494f9bac8862

build: Rename autogen.sh script to bootstrap to conform to GNU guidelines. * bootstrap: renamed from autogen.sh. * autogen.sh: deleted. * build-aux/bootstrap_gnulib: renamed from bootstrap. * build-aux/bootstrap: deleted. * build-aux/bootstrap_gnulib.conf: renamed from bootstrap.conf. * build-aux/bootstrap.conf: deleted. * Makefile.am: add bootstrap and bootstrap_gnulib to EXTRA_DIST. * contrib.txi, HACKING, README.MacOS, README.MinGW, mx-ops, sparse-mx-ops, vx-ops: Replace references to autogen.sh with bootstrap.
author Rik <rik@octave.org>
date Tue, 18 Sep 2012 15:32:50 -0700
parents b67c2d580a25
children 6e834a113760
line wrap: on
line diff
--- a/etc/README.MinGW	Tue Sep 18 11:33:48 2012 -0700
+++ b/etc/README.MinGW	Tue Sep 18 15:32:50 2012 -0700
@@ -94,7 +94,7 @@
   http://thread.gmane.org/gmane.comp.gnu.octave.bugs/12361/focus=12404
 
   To build development sources from the Mercurial repository you must run
-  'autogen.sh' (bootstrap) before running configure and make.  This requires
+  bootstrap before running configure and make.  This requires
   that automake and autoconf tools be installed.