]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update includes list to match the changed location of autosprintf.h.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Apr 2003 10:50:59 +0000 (10:50 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:22 +0000 (12:10 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/lang-c++

index e2c5eca43d82990c4e5ad35ca3bb50eb43ac27c3..fcb60ec6be8680e6302144ddc730bf059a99848d 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-06  Bruno Haible  <bruno@clisp.org>
+
+       * lang-c++: Update includes list to match the changed location of
+       autosprintf.h.
+
 2003-03-30  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.vms: New file.
index 31dcd9dd98714090e05936a2159c6bb79af4bd5c..63853a282b14e94297b923c87a0859f085e91627 100755 (executable)
@@ -62,7 +62,7 @@ top_builddir=..
 tmpfiles="$tmpfiles prog.${OBJEXT} prog${EXEEXT}"
 # Compile in two steps from .cc to .o and from .o to 'prog'. This way,
 # relinking is faster because doesn't need to redo the first step.
-${CXX} ${CXXFLAGS} ${CPPFLAGS} -c prog.cc -I.. -I$top_srcdir/../gettext-runtime/libasprintf -I$top_srcdir/lib -I../intl \
+${CXX} ${CXXFLAGS} ${CPPFLAGS} -c prog.cc -I.. -I../../gettext-runtime/libasprintf -I$top_srcdir/lib -I../intl \
   || exit 1
 ${LIBTOOL} --quiet --mode=link ${CXX} ${CXXFLAGS} ${LDFLAGS} -o prog prog.${OBJEXT} ../../gettext-runtime/libasprintf/libasprintf.la ../lib/libgettextlib.la ${LTLIBINTL} \
   || exit 1