aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/ChangeLog4
-rwxr-xr-xscripts/autogen.sh4
2 files changed, 6 insertions, 2 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 1ccecc8d5..14765db2f 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+Sat May 22 22:47:26 CEST 1999 Werner Koch <[email protected]>
+
+ * autogen.sh: Fixed the error message for a missing libtool.
+
Sat May 8 19:28:08 CEST 1999 Werner Koch <[email protected]>
* mkinstalldirs, install-sh: New from GNU repository
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