summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-09 02:09:56 +0000
committerdavidovski <david@davidovski.xyz>2022-01-09 02:09:56 +0000
commit0de4e5a6b7ccff91c494e51b37c5bad4368cfc2d (patch)
tree43ed7c5e64d03582766f38622565f83dee03f177 /repo
parent4b213deb1cf04949460be50fdb7c7a7303ebf2c6 (diff)
made m4 use new branch system
Diffstat (limited to 'repo')
-rw-r--r--repo/core/m4.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/m4.xibuild b/repo/core/m4.xibuild
index 9a311a5..7d53cb8 100644
--- a/repo/core/m4.xibuild
+++ b/repo/core/m4.xibuild
@@ -3,11 +3,11 @@
DEPS=(glibc bash)
SOURCE=git://git.sv.gnu.org/m4
+BRANCH=branch-1.4
DESC="the gnu m4 macro processor"
build () {
- git checkout branch-1.4
./bootstrap
./configure --prefix=/usr