# defaults (to change paths and/or executables, build parameters, etc):
#
# DEBUG OPTIMIZER MAKE CC LD TAR ZIP RPM AWK SED ECHO
-# MALLOCLIB DISTRIBUTION PACKAGE_BUILDER
+# LIBTOOL MALLOCLIB DISTRIBUTION PACKAGE_BUILDER
#
DEBUG=${DEBUG:-'-DDEBUG'} # -DNDEBUG
AC_SUBST(echo)
dnl ensure libtool is installed
-AC_PATH_PROG(LIBTOOL, libtool,,/usr/bin)
+test -z "$LIBTOOL" && AC_PATH_PROG(LIBTOOL, libtool,,/usr/bin)
if test "$LIBTOOL" = ""; then
echo
echo 'FATAL ERROR: libtool does not seem to be installed.'