From c402b108c3503302185c1bd04eb0d38163923ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 9 Apr 2009 11:49:38 +0000 Subject: cleaned up autoconf a bit; put the FAT-check into a function AC_CHECK_FAT() svn path=/trunk/externals/zexy/; revision=10994 --- src/bootstrap.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 src/bootstrap.sh (limited to 'src/bootstrap.sh') diff --git a/src/bootstrap.sh b/src/bootstrap.sh new file mode 100755 index 0000000..66fdf74 --- /dev/null +++ b/src/bootstrap.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +aclocal && \ +autoconf && \ +echo "now run './configure' +for help on args run './configure --help'" -- cgit v1.2.1