X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Flibintl.m4;h=87ecce46df4a18b46e0d095ed1822daec7833066;hb=39e19caaa08908df9df2308c652296bad797419d;hp=3c68b52b5d522e233523c0d968cd5c62deb82809;hpb=0bfc98e547199ba45b8a0bd8ce7d77ad5a10f4ad;p=gnulib.git diff --git a/m4/libintl.m4 b/m4/libintl.m4 index 3c68b52b5..87ecce46d 100644 --- a/m4/libintl.m4 +++ b/m4/libintl.m4 @@ -6,7 +6,7 @@ # but which still want to provide support for the GNU gettext functionality. # Please note that the actual code is *not* freely available. -# serial 109 +# serial 110 AC_PREREQ(2.13) dnl Minimum Autoconf version required. @@ -289,7 +289,7 @@ strdup __argz_count __argz_stringify __argz_next]) dnl Try to locate it. MKINSTALLDIRS= if test -n "$ac_aux_dir"; then - MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" + MKINSTALLDIRS="`CDPATH=:; cd $ac_aux_dir && pwd`/mkinstalldirs" fi if test -z "$MKINSTALLDIRS"; then MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"