Thu Mar 11 11:55:45 2004 Michael Jennings (mej)

Fix "make distcheck"


SVN revision: 9324
This commit is contained in:
Michael Jennings 2004-03-11 16:48:04 +00:00
parent 6bc3bad36b
commit 1d9af6967b
2 changed files with 10 additions and 0 deletions

View File

@ -5194,3 +5194,7 @@ Thu Mar 11 09:07:13 2004 Michael Jennings (mej)
Fixed window sizing race condition noted by Virgil <virgil@yak.net>.
----------------------------------------------------------------------
Thu Mar 11 11:55:45 2004 Michael Jennings (mej)
Fix "make distcheck"
----------------------------------------------------------------------

View File

@ -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)