diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-19 15:09:16 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-19 15:09:16 +0000 |
| commit | 39a16bd02b06aec7f3b860f36f871c65e0323436 (patch) | |
| tree | 0f87f621e81c790d988bd47d54ce1d32bea9b7d0 | |
| parent | e3dee2af6d0042d735571f2dfa492204fb22b505 (diff) | |
| download | libgpod-39a16bd02b06aec7f3b860f36f871c65e0323436.tar.gz libgpod-39a16bd02b06aec7f3b860f36f871c65e0323436.tar.xz libgpod-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-x | autogen.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
