From cf37bc1c8c0974c986b4734fbf50c6e290f8c3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 10 Feb 2011 11:49:25 +0000 Subject: renamed bootstrap.sh to autogen.sh as this is the standard name for such a script svn path=/trunk/externals/iem/iemmatrix/; revision=14897 --- src/autogen.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 src/autogen.sh (limited to 'src/autogen.sh') diff --git a/src/autogen.sh b/src/autogen.sh new file mode 100755 index 0000000..66fdf74 --- /dev/null +++ b/src/autogen.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +aclocal && \ +autoconf && \ +echo "now run './configure' +for help on args run './configure --help'" -- cgit v1.2.1