Mercurial > hg > octave-nkf
diff bootstrap @ 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 | autogen.sh@648dabbb4c6b |
children | b91fc9348e2e |
line wrap: on
line diff
copy from autogen.sh copy to bootstrap --- a/autogen.sh +++ b/bootstrap @@ -1,5 +1,5 @@ #! /bin/sh -# autogen.sh +# bootstrap # Run this to generate all the initial makefiles, etc. set -e @@ -36,7 +36,7 @@ echo "bootstrapping..." -build-aux/bootstrap "$@" +build-aux/bootstrap_gnulib "$@" ## G77 is obsolete, but it is still the first option in the autoconf Fortran ## macros. We should avoid it, because mixing old versions of g77 with modern