diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/bootstrap.sh | 6 |
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'" |