diff --git a/ChangeLog b/ChangeLog index cff21d2..a1fde20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5194,3 +5194,7 @@ Thu Mar 11 09:07:13 2004 Michael Jennings (mej) Fixed window sizing race condition noted by Virgil . ---------------------------------------------------------------------- +Thu Mar 11 11:55:45 2004 Michael Jennings (mej) + +Fix "make distcheck" +---------------------------------------------------------------------- diff --git a/configure.in b/configure.in index b2826e2..cfdaa82 100644 --- a/configure.in +++ b/configure.in @@ -3,6 +3,12 @@ dnl# $Id$ PATH=$PATH:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/ucb/bin export PATH +test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=true +test "x$AUTOHEADER" = "x" && AUTOHEADER=true +test "x$ACLOCAL" = "x" && ACLOCAL=true +test "x$AUTOMAKE" = "x" && AUTOMAKE=true +test "x$AUTOCONF" = "x" && AUTOCONF=true + AC_SUBST(LIBTOOLIZE) AC_SUBST(AUTOHEADER) AC_SUBST(ACLOCAL)