From a6430054eb3a44ad3a9a3e9cad14ec28c4dd225e Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 15 Nov 2011 14:28:37 +0100 Subject: [PATCH] changed name ob build.sh to bootstrap --- build.sh => bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename build.sh => bootstrap (56%) diff --git a/build.sh b/bootstrap similarity index 56% rename from build.sh rename to bootstrap index 832e6e9..edb4f29 100755 --- a/build.sh +++ b/bootstrap @@ -1,6 +1,6 @@ #!/bin/sh -libtoolize --copy aclocal +libtoolize --copy +automake --gnu --add-missing --copy autoconf -automake --add-missing --copy