diff options
Diffstat (limited to 'tools/setup')
-rwxr-xr-x | tools/setup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/setup b/tools/setup index b0de8f65..293aec6c 100755 --- a/tools/setup +++ b/tools/setup @@ -1,9 +1,9 @@ #! /bin/sh aclocal -automake -autoheader autoconf +autoheader +automake if [ -f debian/rules ] ; then chmod +x debian/rules |