diff options
Diffstat (limited to 'bootstrap-configure')
| -rwxr-xr-x | bootstrap-configure | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/bootstrap-configure b/bootstrap-configure new file mode 100755 index 00000000..2545c770 --- /dev/null +++ b/bootstrap-configure @@ -0,0 +1,6 @@ +#!/bin/sh + +./bootstrap && \ +    ./configure --enable-maintainer-mode \ +		--enable-debug \ +		--prefix=/usr | 
