diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | if [ -z $ACLOCAL ]; then | 3 | if [ -z $ACLOCAL ]; then |
4 | ACLOCAL=aclocal-1.5 | 4 | ACLOCAL=aclocal-1.7 |
5 | fi | 5 | fi |
6 | if [ -z $AUTOCONF ]; then | 6 | if [ -z $AUTOCONF ]; then |
7 | AUTOCONF=autoconf-2.53 | 7 | AUTOCONF=autoconf-2.57 |
8 | fi | 8 | fi |
9 | if [ -z $AUTOHEADER ]; then | 9 | if [ -z $AUTOHEADER ]; then |
10 | AUTOHEADER=autoheader-2.53 | 10 | AUTOHEADER=autoheader-2.57 |
11 | fi | 11 | fi |
12 | rm -rf autom4te-2.53.cache | 12 | rm -rf autom4te-2.53.cache |
13 | $ACLOCAL -I m4 | 13 | $ACLOCAL -I m4 |