diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1,14 +1,4 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | required_version=52 | ||
3 | echo -n "Checking for autoconf version >= "${required_version}"......" | ||
4 | ac_version=`autoconf --version|head -n 1|cut -d . -f 2` | ||
5 | if [ ${ac_version} -lt ${required_version} ]; then | ||
6 | echo "No." | ||
7 | echo "You need to install autoconf version >= "${required_version} | ||
8 | exit 1 | ||
9 | fi | ||
10 | echo "Ok." | ||
11 | |||
12 | libtoolize --copy --force --automake || exit 1 | 2 | libtoolize --copy --force --automake || exit 1 |
13 | rm -f config.cache | 3 | rm -f config.cache |
14 | aclocal | 4 | aclocal |