ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/autogen.sh
(Generate patch)

Comparing SIDPlayer/autogen.sh (file contents):
Revision 1.3 by cebix, 2002-08-03T15:13:20Z vs.
Revision 1.4 by cebix, 2002-08-03T15:20:51Z

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines