# | Line 29 | Line 29 | esac | |
---|---|---|
29 | DIE=1 | |
30 | } | |
31 | ||
32 | + | (aclocal --version) < /dev/null > /dev/null 2>&1 || { |
33 | + | echo |
34 | + | echo "**Error**: Missing aclocal. The version of automake" |
35 | + | echo "installed doesn't appear recent enough." |
36 | + | echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz" |
37 | + | echo "(or a newer version if it is available)" |
38 | + | DIE=1 |
39 | + | } |
40 | + | |
41 | if test "$DIE" -eq 1; then | |
42 | exit 1 | |
43 | fi |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |