From 386569b29bae19855e8707d67b63f26e4f9e3e96 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Thu, 18 May 2017 14:50:03 +0200 Subject: 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. --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index 6ffc9ca15..e34870b84 100644 --- a/HACKING +++ b/HACKING @@ -149,7 +149,7 @@ = Working with git * To regenerate dependent files created by aclocal and automake, - use the 'bootstrap.sh' script. It uses the code from the source + use the 'bootstrap' script. It uses the code from the source tree, so the resulting files (aclocal.m4 and Makefile.in) should be the same as you would get if you install this version of automake and use it to generate those files. Be sure to have the @@ -365,7 +365,7 @@ in by hand any "TODO" left in there. * Update version number in configure.ac to next alpha number. - Re-run ./bootstrap.sh and commit. + Re-run ./bootstrap and commit. * Don't forget to "git push" your changes so they appear in the public git tree. -- cgit v1.2.1