summaryrefslogtreecommitdiffstats
path: root/autogen.sh
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
commit6f86c3abdc37f9244585d8882dc95d874565de95 (patch)
tree0f87f621e81c790d988bd47d54ce1d32bea9b7d0 /autogen.sh
parentd73970edbd662458ff0c86fae4c571fc00c6e469 (diff)
downloadlibgpod-tmz-6f86c3abdc37f9244585d8882dc95d874565de95.tar.gz
libgpod-tmz-6f86c3abdc37f9244585d8882dc95d874565de95.tar.xz
libgpod-tmz-6f86c3abdc37f9244585d8882dc95d874565de95.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
Diffstat (limited to 'autogen.sh')
-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