diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-05-18 14:50:03 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-05-20 14:13:10 +0200 |
commit | 386569b29bae19855e8707d67b63f26e4f9e3e96 (patch) | |
tree | 33147baf75cade443196fc0b7ade38688cd6775c /GNUmakefile | |
parent | 197426b349edef0882efd7bab93b8c5fd9e7da22 (diff) | |
download | automake-386569b29bae19855e8707d67b63f26e4f9e3e96.tar.gz |
bootstrap: Rename 'bootstrap.sh' to 'bootstrap'.
Follow Gnulib's convention of using either "bootstrap" or "autogen.sh"
file names for development bootstrap scripts.
* bootstrap.sh: Rename to ...
* bootstrap: ... this.
* GNUmakefile (bootstrap): Adapt.
* HACKING: Likewise.
* Makefile.am (EXTRA_DIST): Likewise.
* doc/automake.texi (Future of aclocal)
(Error required file ltmain.sh not found): Likewise.
* maintainer/maint.mk (autodiffs, update-copyright): Likewise.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index ebc38764c..aa52f603d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -72,7 +72,7 @@ configure-flags := $(old-configure-flags) $(BOOTSTRAP_CONFIGURE_FLAGS) .PHONY: bootstrap bootstrap: - cd $(srcdir) && $(SHELL) ./bootstrap.sh + cd $(srcdir) && $(SHELL) ./bootstrap $(srcdir)/configure $(configure-flags) $(MAKE) clean $(MAKE) check TESTS=t/get-sysconf |