summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-11-13 12:40:57 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:22 +0200
commit745d75dd6fc6e6baf0f1e37fdc510cae6eb50883 (patch)
treed5c2a68ee74e2812c046fb340f06f9abc0b12d74 /autogen.sh
parentc2deee12baaf7478d9551e4862dc14455ff86135 (diff)
downloadexternal_gettext-745d75dd6fc6e6baf0f1e37fdc510cae6eb50883.zip
external_gettext-745d75dd6fc6e6baf0f1e37fdc510cae6eb50883.tar.gz
external_gettext-745d75dd6fc6e6baf0f1e37fdc510cae6eb50883.tar.bz2
Use gnulib-tool's --local-symlink option.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 773ab10..eb371d1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -75,7 +75,7 @@ if test -n "$GNULIB_TOOL"; then
java
javacomp-script
'
- $GNULIB_TOOL --dir=gettext-runtime --lib=libgrt --source-base=gnulib-lib --m4-base=gnulib-m4 --no-libtool --local-dir=gnulib-local \
+ $GNULIB_TOOL --dir=gettext-runtime --lib=libgrt --source-base=gnulib-lib --m4-base=gnulib-m4 --no-libtool --local-dir=gnulib-local --local-symlink \
--import $GNULIB_MODULES_RUNTIME_FOR_SRC $GNULIB_MODULES_RUNTIME_OTHER
# In gettext-tools:
GNULIB_MODULES_TOOLS_FOR_SRC='
@@ -164,7 +164,7 @@ if test -n "$GNULIB_TOOL"; then
gcj
java
'
- $GNULIB_TOOL --dir=gettext-tools --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 --libtool --local-dir=gnulib-local \
+ $GNULIB_TOOL --dir=gettext-tools --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 --libtool --local-dir=gnulib-local --local-symlink \
--import $GNULIB_MODULES_TOOLS_FOR_SRC $GNULIB_MODULES_TOOLS_OTHER
# In gettext-tools/libgettextpo:
# This is a subset of the GNULIB_MODULES_FOR_SRC.
@@ -202,7 +202,7 @@ if test -n "$GNULIB_TOOL"; then
GNULIB_MODULES_LIBGETTEXTPO_OTHER='
gettext-tools-libgettextpo-misc
'
- $GNULIB_TOOL --dir=gettext-tools --source-base=libgettextpo --m4-base=libgettextpo/gnulib-m4 --macro-prefix=gtpo --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local \
+ $GNULIB_TOOL --dir=gettext-tools --source-base=libgettextpo --m4-base=libgettextpo/gnulib-m4 --macro-prefix=gtpo --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local --local-symlink \
--import $GNULIB_MODULES_LIBGETTEXTPO $GNULIB_MODULES_LIBGETTEXTPO_OTHER
fi