summaryrefslogtreecommitdiff
path: root/intltoolize.in
diff options
context:
space:
mode:
authorcactus <>2002-01-31 20:58:22 +0000
committercactus <>2002-01-31 20:58:22 +0000
commitd5a2495c0f4a543ee339fcd6af66234f864f211d (patch)
tree9a9e607dc46991393d0a41cd43226592cc4c9db2 /intltoolize.in
parent71f20eddf0ea7ef60a9fcb881a05c3d24fa2e52a (diff)
downloadintltool-d5a2495c0f4a543ee339fcd6af66234f864f211d.tar.gz
2002-01-31 ERDI Gergo <cactus@cactus.rulez.org>
* intltoolize.in: populate $auxdir in a subshell, so po/Makefile.in.in is found even when AC_AUX_DIR is set.
Diffstat (limited to 'intltoolize.in')
-rw-r--r--intltoolize.in2
1 files changed, 2 insertions, 0 deletions
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.