2d52bd5dab82bec556277222a6299a42025ddaa7
[monky] / autogen.sh
1 #!/bin/sh
2
3 if [ -x aclocal-1.9 ]
4 then
5         aclocal-1.9
6 else
7         aclocal
8 fi
9
10 if [ -x autoheader-2.59 ]
11 then
12         autoheader-2.59
13 else
14         autoheader
15 fi
16
17 if [ -x automake-1.9 ]
18 then
19         automake-1.9 -a
20 else
21         automake
22 fi
23
24 if [ -x autoconf-2.59 ]
25 then
26         autoconf-2.59
27 else
28         autoconf
29 fi