summaryrefslogtreecommitdiff
path: root/xibuilds/m4.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-10-06 09:03:02 +0100
committerdavidovski <david@davidovski.xyz>2021-10-06 09:03:02 +0100
commitd4cb1386d79c95e7586e7bccad5b0f6c7861cfe8 (patch)
treefaf7ff136ab50bdcf34f2d0c02002192c1c8bc39 /xibuilds/m4.xibuild
parentcdea2f67ae42d4220e19a555259b69a960925283 (diff)
added tarcapabilities
Diffstat (limited to 'xibuilds/m4.xibuild')
-rw-r--r--xibuilds/m4.xibuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/xibuilds/m4.xibuild b/xibuilds/m4.xibuild
index f28ec33..9a311a5 100644
--- a/xibuilds/m4.xibuild
+++ b/xibuilds/m4.xibuild
@@ -3,12 +3,14 @@
DEPS=(glibc bash)
SOURCE=git://git.sv.gnu.org/m4
+DESC="the gnu m4 macro processor"
build () {
+ git checkout branch-1.4
+ ./bootstrap
+
./configure --prefix=/usr
make
- make check
make DESTDIR=$PKG_DEST install
}
-