summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 66131d2..4672034 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -44,7 +44,8 @@ if [ ! -f $srcdir/mkinstalldirs ]; then
echo '******* WARNING *******'
echo ./mkinstalldirs does not exist. If \'make install\' or \'make dist\' fails
echo because of this, copy it from somewhere else AND RUN ./autogen.sh AGAIN.
- echo The gettext package on your system should contain a copy.
- echo You can determine its location with \'locate gettext/mkinstalldirs\'.
+ echo The automake and/or gettext package on your system should contain a copy.
+ echo You can determine its location with \'locate gettext/mkinstalldirs\' or
+ echo \'locate mkinstalldirs \|grep automake\'.
fi
exit 0