From d5a2495c0f4a543ee339fcd6af66234f864f211d Mon Sep 17 00:00:00 2001 From: cactus <> Date: Thu, 31 Jan 2002 20:58:22 +0000 Subject: 2002-01-31 ERDI Gergo * intltoolize.in: populate $auxdir in a subshell, so po/Makefile.in.in is found even when AC_AUX_DIR is set. --- intltoolize.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intltoolize.in') diff --git a/intltoolize.in b/intltoolize.in index c5c54e8..cf76da2 100644 --- a/intltoolize.in +++ b/intltoolize.in @@ -211,6 +211,7 @@ fi # Change to the auxiliary directory. +( if test "$auxdir" != .; then test -z "$automake" && echo "Putting files in AC_CONFIG_AUX_DIR, '$auxdir'." cd $auxdir || exit 1 @@ -230,6 +231,7 @@ for file in $files; do status=1 fi done +) # FIXME: This probably does not work w/ builddir != srcdir because it # gets at source files relative to the current directory. -- cgit v1.2.1