diff options
Diffstat (limited to 'tools/setup')
-rwxr-xr-x | tools/setup | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/setup b/tools/setup index 8d65f4a8..63da05d6 100755 --- a/tools/setup +++ b/tools/setup @@ -1,5 +1,8 @@ #! /bin/sh -autoconf -autoheader + +aclocal automake +autoheader +autoconf + chmod +x debian/rules
\ No newline at end of file |