diff options
author | Bruno Haible <bruno@clisp.org> | 2006-08-02 16:12:44 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:51 +0200 |
commit | a8928be55e6667ec295b8ac04f07235c66c31eaf (patch) | |
tree | b5a2eaee8fff1078d444d678697d452368fd29a2 /gettext-tools | |
parent | 4b08c2296e2c53178c97c10ff2c24171da401f5d (diff) | |
download | external_gettext-a8928be55e6667ec295b8ac04f07235c66c31eaf.zip external_gettext-a8928be55e6667ec295b8ac04f07235c66c31eaf.tar.gz external_gettext-a8928be55e6667ec295b8ac04f07235c66c31eaf.tar.bz2 |
Update directory pathnames.
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/tests/ChangeLog | 6 | ||||
-rwxr-xr-x | gettext-tools/tests/lang-c | 2 | ||||
-rwxr-xr-x | gettext-tools/tests/lang-c++ | 4 | ||||
-rwxr-xr-x | gettext-tools/tests/lang-objc | 2 |
4 files changed, 10 insertions, 4 deletions
diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index d328c9d..be18c05 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,9 @@ +2006-08-02 Bruno Haible <bruno@clisp.org> + + * lang-c: Replace ../lib with ../gnulib-lib. + * lang-c++: Likewise. + * lang-objc: Likewise. + 2006-07-30 Bruno Haible <bruno@clisp.org> * Makefile.am (AM_CPPFLAGS, *_LDADD*): Replace ../lib with diff --git a/gettext-tools/tests/lang-c b/gettext-tools/tests/lang-c index e341b99..32c7993 100755 --- a/gettext-tools/tests/lang-c +++ b/gettext-tools/tests/lang-c @@ -49,7 +49,7 @@ tmpfiles="$tmpfiles prog.${OBJEXT} prog${EXEEXT}" # Put the -I flags before ${CFLAGS} ${CPPFLAGS}, to make sure that libintl.h # is found in the build directory, regardless of -I options present in # ${CFLAGS} or ${CPPFLAGS}. -${LIBTOOL} --quiet --mode=link ${CC} -I.. -I$top_srcdir/lib ../lib/libgettextlib.la -I../intl ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o prog prog.c ${LTLIBINTL} \ +${LIBTOOL} --quiet --mode=link ${CC} -I.. -I$top_srcdir/gnulib-lib ../gnulib-lib/libgettextlib.la -I../intl ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o prog prog.c ${LTLIBINTL} \ || exit 1 tmpfiles="$tmpfiles prog.pot" diff --git a/gettext-tools/tests/lang-c++ b/gettext-tools/tests/lang-c++ index af96ecf..3f6a2cb 100755 --- a/gettext-tools/tests/lang-c++ +++ b/gettext-tools/tests/lang-c++ @@ -68,9 +68,9 @@ tmpfiles="$tmpfiles prog.${OBJEXT} prog${EXEEXT}" # Put the -I flags before ${CXXFLAGS} ${CPPFLAGS}, to make sure that libintl.h # is found in the build directory, regardless of -I options present in # ${CXXFLAGS} or ${CPPFLAGS}. -${CXX} -I.. -I../../gettext-runtime/libasprintf -I$top_srcdir/lib -I../intl ${CXXFLAGS} ${CPPFLAGS} -c prog.cc \ +${CXX} -I.. -I../../gettext-runtime/libasprintf -I$top_srcdir/gnulib-lib -I../intl ${CXXFLAGS} ${CPPFLAGS} -c prog.cc \ || exit 1 -${LIBTOOL} --quiet --mode=link ${CXX} ${CXXFLAGS} ${LDFLAGS} -o prog prog.${OBJEXT} ../../gettext-runtime/libasprintf/libasprintf.la ../lib/libgettextlib.la ${LTLIBINTL} \ +${LIBTOOL} --quiet --mode=link ${CXX} ${CXXFLAGS} ${LDFLAGS} -o prog prog.${OBJEXT} ../../gettext-runtime/libasprintf/libasprintf.la ../gnulib-lib/libgettextlib.la ${LTLIBINTL} \ || exit 1 tmpfiles="$tmpfiles prog.pot" diff --git a/gettext-tools/tests/lang-objc b/gettext-tools/tests/lang-objc index 16e3a77..e292b54 100755 --- a/gettext-tools/tests/lang-objc +++ b/gettext-tools/tests/lang-objc @@ -65,7 +65,7 @@ tmpfiles="$tmpfiles prog.${OBJEXT} prog${EXEEXT}" # Put the -I flags before ${CFLAGS} ${CPPFLAGS}, to make sure that libintl.h # is found in the build directory, regardless of -I options present in # ${CFLAGS} or ${CPPFLAGS}. -${LIBTOOL} --quiet --mode=link ${CC} -I.. -I$top_srcdir/lib ../lib/libgettextlib.la -I../intl ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o prog prog.m ${LTLIBINTL} \ +${LIBTOOL} --quiet --mode=link ${CC} -I.. -I$top_srcdir/gnulib-lib ../gnulib-lib/libgettextlib.la -I../intl ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o prog prog.m ${LTLIBINTL} \ || exit 1 tmpfiles="$tmpfiles prog.pot" |