From dc6eaa8589aa24b627cdac849e886111d8177155 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Thu, 30 Jan 2003 20:05:16 +0000 Subject: [PATCH] - Force use of automake 1.6 for make distcheck bug. - Set verbose mode on the release script. --- bootstrap | 2 +- tools/q2rel | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index a7a63b6..26db1b6 100755 --- a/bootstrap +++ b/bootstrap @@ -23,5 +23,5 @@ fi aclocal && \ autoheader && \ libtoolize --copy --automake && \ -automake --foreign --add-missing --copy && \ +automake1.6 --foreign --add-missing --copy && \ autoconf diff --git a/tools/q2rel b/tools/q2rel index 002c434..109d68c 100755 --- a/tools/q2rel +++ b/tools/q2rel @@ -13,6 +13,9 @@ if [ -z "$1" ]; then echo this script is going to cvs export from that tag fi +# this script is prone to err, tell me what's happening +set -x + cd ~/src/quake2 chmod -R u+w export