]> git.ipfire.org Git - thirdparty/gettext.git/commit
tests: fix "make check" under VPATH builds
authorRoumen Petrov <bugtrack@roumenpetrov.info>
Sun, 12 Jan 2014 19:37:30 +0000 (21:37 +0200)
committerDaiki Ueno <ueno@gnu.org>
Tue, 28 Jan 2014 07:48:07 +0000 (16:48 +0900)
commite80ce54d96efb364600f6596536745c91fca8052
treef91da1154e7eb91217fa87625234f9467bd642fa
parent68dcc40926b6a8163d949011077e9a2476ded1b3
tests: fix "make check" under VPATH builds

Previously, we generated init.cfg in $builddir, while tests/init.sh
reads its configuration file (init.cfg) from $srcdir.  This patch
moves the auto-generated part into a separate file
($builddir/init-env) and read the file from $srcdir/init.cfg.
gettext-tools/ChangeLog
gettext-tools/configure.ac
gettext-tools/tests/ChangeLog
gettext-tools/tests/init-env.in [moved from gettext-tools/tests/init.cfg.in with 100% similarity]
gettext-tools/tests/init.cfg [new file with mode: 0644]