diff options
author | Bruno Haible <bruno@clisp.org> | 2005-08-08 11:05:03 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:46 +0200 |
commit | a7a60f4aaa2bfb19d641868724f6214127365fe0 (patch) | |
tree | 007bae319ee7786e4cbed72c2b2c1fa25914cc67 /gettext-tools/configure.ac | |
parent | 8dad3c85e05bdcfa841e9afb654c742e0aff8d1e (diff) | |
download | external_gettext-a7a60f4aaa2bfb19d641868724f6214127365fe0.zip external_gettext-a7a60f4aaa2bfb19d641868724f6214127365fe0.tar.gz external_gettext-a7a60f4aaa2bfb19d641868724f6214127365fe0.tar.bz2 |
Make VPATH builds with $srcdir = $builddir work.
Diffstat (limited to 'gettext-tools/configure.ac')
-rw-r--r-- | gettext-tools/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 4faaee3..17f64f2 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -298,6 +298,7 @@ AC_CONFIG_FILES([doc/Makefile], AC_CONFIG_FILES([intl/Makefile:../gettext-runtime/intl/Makefile.in], [ # Change srcdir variable so that it points to ../gettext-runtime/intl. sed -e 's|^srcdir =.*$|srcdir = $(top_srcdir)/../gettext-runtime/intl|' \ + -e 's|^VPATH =.*$||' \ < intl/Makefile > intl/Makefile.tmp mv intl/Makefile.tmp intl/Makefile ]) |