summaryrefslogtreecommitdiff
path: root/data/automake/make.sh
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2019-09-29 22:59:03 -1000
committerSam Bingner <sam@bingner.com>2019-09-29 22:59:03 -1000
commit0bcec9f6b28c56aa9333bf78dcd322c25afb858e (patch)
treec9b83ee98597742a39302142a28d347d81752c78 /data/automake/make.sh
parente5c5466f4ab93900e5a121277beffb798b487778 (diff)
Add libtool and texinfo; update autoconf, automake
Diffstat (limited to 'data/automake/make.sh')
-rw-r--r--data/automake/make.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/automake/make.sh b/data/automake/make.sh
index 452a4bfd5..5d66c05ba 100644
--- a/data/automake/make.sh
+++ b/data/automake/make.sh
@@ -1,4 +1,6 @@
+export M4=/usr/bin/m4
+export PERL=/usr/bin/perl
pkg:setup
pkg:configure
-make
+pkg:make
pkg:install