From: Bruno Haible Date: Fri, 16 May 2025 09:31:00 +0000 (+0200) Subject: doc: Update, now that autopull.sh does more than a gnulib checkout. X-Git-Tag: v0.26~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f9ef13e48dc58ca66f5de136192a101962c14fb;p=thirdparty%2Fgettext.git doc: Update, now that autopull.sh does more than a gnulib checkout. * autogen.sh: Update comments. * HACKING: Improve formatting. --- diff --git a/HACKING b/HACKING index c4a39d682..4db0505db 100644 --- a/HACKING +++ b/HACKING @@ -450,8 +450,8 @@ list. You can subscribe to the mailing list, or see the list archives, by following links from https://savannah.gnu.org/mail/?group=gettext . -To email a patch you can use a shell command like 'git format-patch --1' to create a file, and then attach the file to your email. +To email a patch you can use a shell command like 'git format-patch -1' +to create a file, and then attach the file to your email. GNU gettext development no longer stores descriptions of new changes in ChangeLog files. Instead, a single ChangeLog file is generated diff --git a/autogen.sh b/autogen.sh index b181c523a..109df67d1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -21,9 +21,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Prerequisite (if not used from a released tarball): either -# - the GNULIB_SRCDIR environment variable pointing to a gnulib checkout, or -# - a preceding invocation of './autopull.sh'. +# Prerequisite (if not used from a released tarball): +# - A preceding invocation of './autopull.sh'. +# - If the GNULIB_SRCDIR environment variable was set during the +# './autopull.sh' invocation, pointing to a gnulib checkout, it should +# still be set now, during the './autogen.sh' invocation. # # Usage: ./autogen.sh [--skip-gnulib] #