From 39a16bd02b06aec7f3b860f36f871c65e0323436 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Wed, 19 Oct 2005 15:09:16 +0000 Subject: * 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 --- autogen.sh | 5 +++-- 1 file 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 -- cgit