diff options
Diffstat (limited to 'tools/setup')
-rwxr-xr-x | tools/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/setup b/tools/setup index 18281a3..b825a6b 100755 --- a/tools/setup +++ b/tools/setup | |||
@@ -3,7 +3,7 @@ | |||
3 | aclocal -I lib | 3 | aclocal -I lib |
4 | autoconf | 4 | autoconf |
5 | autoheader | 5 | autoheader |
6 | automake | 6 | automake --add-missing --copy |
7 | 7 | ||
8 | if [ -f debian/rules ] ; then | 8 | if [ -f debian/rules ] ; then |
9 | chmod +x debian/rules | 9 | chmod +x debian/rules |