diff options
Diffstat (limited to 'autostart/autogen.sh')
-rwxr-xr-x | autostart/autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autostart/autogen.sh b/autostart/autogen.sh new file mode 100755 index 0000000..b1376df --- /dev/null +++ b/autostart/autogen.sh @@ -0,0 +1,3 @@ +#! /bin/sh +autoreconf -v --install || exit 1 +./configure --enable-maintainer-mode "$@" |