summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-10-19 15:09:16 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-10-19 15:09:16 +0000
commit39a16bd02b06aec7f3b860f36f871c65e0323436 (patch)
tree0f87f621e81c790d988bd47d54ce1d32bea9b7d0
parente3dee2af6d0042d735571f2dfa492204fb22b505 (diff)
downloadlibgpod-tmz-39a16bd02b06aec7f3b860f36f871c65e0323436.tar.gz
libgpod-tmz-39a16bd02b06aec7f3b860f36f871c65e0323436.tar.xz
libgpod-tmz-39a16bd02b06aec7f3b860f36f871c65e0323436.zip
* configure.ac: print warning and hint if ./mkinstalldirs is not
created (incompatibility between automake > 1.8 and all gettext at least up to 0.14.4. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1126 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-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