diff options
-rwxr-xr-x | tools/setup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/setup b/tools/setup index b0de8f6..293aec6 100755 --- a/tools/setup +++ b/tools/setup | |||
@@ -1,9 +1,9 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | 2 | ||
3 | aclocal | 3 | aclocal |
4 | automake | ||
5 | autoheader | ||
6 | autoconf | 4 | autoconf |
5 | autoheader | ||
6 | automake | ||
7 | 7 | ||
8 | if [ -f debian/rules ] ; then | 8 | if [ -f debian/rules ] ; then |
9 | chmod +x debian/rules | 9 | chmod +x debian/rules |