summaryrefslogtreecommitdiffstats
path: root/tools/setup
blob: 293aec6c1fc87a7fda7fc29f7eed53fc3f6e03cb (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

aclocal
autoconf
autoheader
automake

if [ -f debian/rules ] ; then
  chmod +x debian/rules
fi