From d39798e88937ba4e071b447cbafff1db7b6357db Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 17 Jul 2022 16:50:33 +0200 Subject: Split autogen.sh into autopull.sh and autogen.sh. * autopull.sh: New file, based on autogen.sh. * autogen.sh: Remove code that was moved to autopull.sh. Remove --skip-gnulib option. * HACKING: Mention autopull.sh. * libtextstyle/autopull.sh: New file, based on libtextstyle/autogen.sh. * libtextstyle/autogen.sh: Remove code that was moved to libtextstyle/autopull.sh. Remove --skip-gnulib option. * libtextstyle/HACKING: Mention autopull.sh. * libtextstyle/m4/init-package-version.m4: Update comment. --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index ec0463698..1f2dea581 100644 --- a/HACKING +++ b/HACKING @@ -350,12 +350,12 @@ https://savannah.gnu.org/git/?group=gettext . After fetching the sources from the Git repository, peek at the comments in autogen.sh, then run - ./gitsub.sh pull + ./autopull.sh ./autogen.sh Then you can proceed with "./configure" as usual. Each time you want to update the source, do not only "git pull". Instead do - git pull && ./gitsub.sh pull + git pull && ./autopull.sh ./autogen.sh -- cgit v1.2.1