Allow environment variables to override default autotools.

pull/1/head
Dan Fandrich 20 years ago
parent c02df16ef5
commit 4ac08ca3ff
  1. 10
      buildconf

@ -1,7 +1,7 @@
#!/bin/sh
libtoolize --copy --automake --force
aclocal
autoheader
autoconf
automake --add-missing
${LIBTOOLIZE:-libtoolize} --copy --automake --force
${ACLOCAL:-aclocal}
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}
${AUTOMAKE:-automake} --add-missing

Loading…
Cancel
Save