From 4ac08ca3ffcc7b9ec0f4eaf68d613a0782df3a7a Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 13 Apr 2005 00:32:33 +0000 Subject: [PATCH] Allow environment variables to override default autotools. --- buildconf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildconf b/buildconf index 3e61b9ec..c1d0d03f 100755 --- a/buildconf +++ b/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