From 03a58bebb2575313e5fb1709f2105541caaed237 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 10 Sep 2002 12:00:20 +0000 Subject: [PATCH] Make buildconf.sh verbose --- buildconf.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildconf.sh b/buildconf.sh index 9848019..165b93e 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,6 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.8 2002-09-10 11:58:13 adam Exp $ +# $Id: buildconf.sh,v 1.9 2002-09-10 12:00:20 adam Exp $ +set -x dir=`aclocal --print-ac-dir` if [ -f $dir/yaz.m4 ]; then aclocal -- 1.7.10.4