diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 506066180..266eb75b6 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -75,8 +75,8 @@ if (libtool --version) < /dev/null > /dev/null 2>&1 ; then fi else echo - echo "**Error**: You must have "\`autoconf\'" installed to compile $PGM." - echo ' (version ' $autoconf_vers ' or newer is required)' + echo "**Error**: You must have "\`libtool\'" installed to compile $PGM." + echo ' (version ' $libtool_vers ' or newer is required)' DIE="yes" fi |