diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-09-06T12·00+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-09-06T12·00+0000 |
commit | 82710f96f7ea72bc0f6fcc6d736e3ad4434c1988 (patch) | |
tree | 1b4c34d109950c66eb41ad3ef81e6bff109c89d1 /bootstrap.sh | |
parent | 93227ff65c73e726c4ceef0cdd9439e7a4301417 (diff) |
* Add some -f flags, never hurts.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 2547f5dc88db..09d2b6281f44 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 |