diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index d3a9700f7673..f007c713bf54 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,6 @@ #! /bin/sh -e +mkdir -p config +libtoolize --copy aclocal autoheader automake --add-missing --copy |