summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 3 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index fa59b41..9edbdfd 100644
--- a/HACKING
+++ b/HACKING
@@ -11,7 +11,7 @@ You will need reasonably recent versions of the build tools:
+ Homepage:
https://gcc.gnu.org/
- * GNU automake
+ * GNU automake 1.16.4 or newer
+ Homepage:
https://www.gnu.org/software/automake/
@@ -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