From 5f41603d89c37f70252ed88fc3f8df67dde9c061 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 16 Aug 2004 12:39:44 +0000 Subject: [PATCH] Revert last change --- buildconf.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildconf.sh b/buildconf.sh index 3b9d2b1..5f6c74b 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,12 +1,12 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.3 2004-08-16 12:38:22 adam Exp $ +# $Id: buildconf.sh,v 1.4 2004-08-16 12:39:44 adam Exp $ set -x dir=`aclocal --print-ac-dir` -#if [ -f $dir/yazpp.m4 ]; then -# aclocal -#else +if [ -f $dir/yazpp.m4 ]; then + aclocal +else aclocal -I . -#fi +fi libtoolize --force automake -a automake -a -- 1.7.10.4