From d47698a0b6ac018c7221ee3b65b1e68a6bf3f6bd Mon Sep 17 00:00:00 2001 From: sallai Date: Thu, 3 Jul 2008 20:41:50 +0000 Subject: [PATCH] recent versions pf aclocal fail, because the --warnings parameter has been removed --- tools/Bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Bootstrap b/tools/Bootstrap index cf710335..528867bd 100755 --- a/tools/Bootstrap +++ b/tools/Bootstrap @@ -11,7 +11,7 @@ AUTOHEADER="autoheader" set -x ( - $ACLOCAL --warnings=none + $ACLOCAL $AUTOCONF [ -d config-aux ] || mkdir config-aux $AUTOMAKE -a -c -- 2.39.2