summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-07-17 15:28:55 +0200
committerBruno Haible <bruno@clisp.org>2022-07-17 16:15:52 +0200
commitdf9ddd429308d5232d61977abfcc40009e6e19f3 (patch)
treeb9996713032ca41e2341137b51f7eeefbb72e199 /HACKING
parent7ef9c8e1e924c9cbb2537221d2111f6bcaca1fa8 (diff)
downloadlibunistring-df9ddd429308d5232d61977abfcc40009e6e19f3.tar.gz
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. * m4/init-package-version.m4: Update comment.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index fa68a87..9edbdfd 100644
--- a/HACKING
+++ b/HACKING
@@ -71,12 +71,12 @@ https://savannah.gnu.org/git/?group=libunistring .
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