home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / development / gettext.patch < prev   
Text File  |  1998-04-23  |  1KB  |  35 lines

  1. This patch contains the modifications that have been made to
  2. the files from GNU gettext 0.10.31
  3.  
  4. --- /afs/inria.fr/rocq/home/meval/lasgoutt/.common/src/gettext-0.10.31/intl/Makefile.in    Fri Aug 15 23:36:39 1997
  5. +++ intl/Makefile.in    Wed Sep  3 14:35:31 1997
  6. @@ -79,7 +79,7 @@
  7.  .c.lo:
  8.      $(LIBTOOL) --mode=compile $(COMPILE) $<
  9.  
  10. -INCLUDES = -I.. -I. -I$(top_srcdir)/intl -I$(top_srcdir)/lib
  11. +INCLUDES = -I../src -I. -I$(top_srcdir)/src -I$(top_srcdir)/intl 
  12.  
  13.  all: all-@USE_INCLUDED_LIBINTL@
  14.  
  15. @@ -150,7 +150,7 @@
  16.  
  17.  info dvi:
  18.  
  19. -$(OBJECTS): ../config.h libgettext.h
  20. +$(OBJECTS): ../src/config.h libgettext.h
  21.  bindtextdom.$lo finddomain.$lo loadmsgcat.$lo: gettextP.h gettext.h loadinfo.h
  22.  dcgettext.$lo: gettextP.h gettext.h hash-string.h loadinfo.h
  23.  
  24. --- /afs/inria.fr/rocq/home/meval/lasgoutt/.common/src/gettext-0.10.31/po/Makefile.in.in    Fri Aug 15 23:43:26 1997
  25. +++ po/Makefile.in.in    Tue Sep  2 18:53:19 1997
  26. @@ -48,7 +48,7 @@
  27.  CFLAGS = @CFLAGS@
  28.  CPPFLAGS = @CPPFLAGS@
  29.  
  30. -INCLUDES = -I.. -I$(top_srcdir)/intl
  31. +INCLUDES = -I../src -I$(top_srcdir)/intl
  32.  
  33.  COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
  34.  
  35.