aboutsummaryrefslogtreecommitdiff
path: root/src/bootstrap.sh
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-04-09 11:49:38 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-04-09 11:49:38 +0000
commitc402b108c3503302185c1bd04eb0d38163923ec6 (patch)
tree37822a0a8f44af002ac7a563df7fe283cc2705c9 /src/bootstrap.sh
parentcdce7671a4777130897d3de06b39071f77d9a683 (diff)
cleaned up autoconf a bit; put the FAT-check into a function AC_CHECK_FAT()
svn path=/trunk/externals/zexy/; revision=10994
Diffstat (limited to 'src/bootstrap.sh')
-rwxr-xr-xsrc/bootstrap.sh6
1 files changed, 6 insertions, 0 deletions
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'"