From 82710f96f7ea72bc0f6fcc6d736e3ad4434c1988 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 6 Sep 2011 12:00:11 +0000 Subject: [PATCH] * Add some -f flags, never hurts. --- bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 2547f5dc8..09d2b6281 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,8 +1,8 @@ #! /bin/sh -e rm -f aclocal.m4 mkdir -p config -libtoolize --copy +libtoolize --copy -f aclocal -autoheader -automake --add-missing --copy -autoconf +autoheader -f +automake --add-missing --copy -f +autoconf -f