diff options
author | Sam Bingner <sam@bingner.com> | 2019-09-29 22:59:03 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-09-29 22:59:03 -1000 |
commit | 0bcec9f6b28c56aa9333bf78dcd322c25afb858e (patch) | |
tree | c9b83ee98597742a39302142a28d347d81752c78 /data/autoconf | |
parent | e5c5466f4ab93900e5a121277beffb798b487778 (diff) |
Add libtool and texinfo; update autoconf, automake
Diffstat (limited to 'data/autoconf')
-rw-r--r-- | data/autoconf/make.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/autoconf/make.sh b/data/autoconf/make.sh index 452a4bfd5..5d66c05ba 100644 --- a/data/autoconf/make.sh +++ b/data/autoconf/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 |