summaryrefslogtreecommitdiff
path: root/homebrew/autoconf/.make.sh-auto
blob: 3aeb67694d4cfc11bf4795cb099feda3d4b97267 (plain)
1
2
3
4
5
6
7
pkg:setup
ENV["PERL"] = "/usr/bin/perl"
inreplace "bin/autoreconf.in", "libtoolize", "glibtoolize"
inreplace "man/autoreconf.1", "libtoolize", "glibtoolize"
pkg:configure --with-lispdir=#{elisp}
make DESTDIR=${PKG_DEST} install
rm_f info/"standards.info"