]> git.pld-linux.org Git - packages/texinfo.git/commitdiff
- updated to 4.1
authorMichal Moskal <michal@moskal.me>
Mon, 11 Mar 2002 12:14:12 +0000 (12:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texinfo-ALL_LINGUAS.patch -> 1.2
    texinfo-zlib.patch -> 1.6

texinfo-ALL_LINGUAS.patch
texinfo-zlib.patch

index 5914243ebe0802f2148b5c538598e22970e13ec0..4159074dfea6b2cbe387b14b39c4da6478631505 100644 (file)
@@ -1,10 +1,11 @@
---- texinfo-4.0g/configure.ac~ Tue Feb 19 22:17:15 2002
-+++ texinfo-4.0g/configure.ac  Tue Feb 19 22:17:15 2002
+diff -ur texinfo-4.1-/configure.ac texinfo-4.1/configure.ac
+--- texinfo-4.1-/configure.ac  Mon Mar  4 16:54:57 2002
++++ texinfo-4.1/configure.ac   Sat Mar  9 16:04:07 2002
 @@ -107,6 +107,7 @@
  AC_SUBST(TERMLIBS)
  
  dnl i18n support.
 +ALL_LINGUAS="cs da de_AT de eo fr he hr ja nl no ru sv"
- AM_GNU_GETTEXT
+ AM_GNU_GETTEXT()
  
  AC_CONFIG_FILES([Makefile          \
index 5cba81bb6803fef0c7ad9a6bdc26a1a428b5f49e..c888a5acc60da0595b86679797412a8739b8aa6a 100644 (file)
@@ -1,5 +1,19 @@
---- texinfo-4.0f/util/install-info.c.orig      Sat Feb  9 14:35:16 2002
-+++ texinfo-4.0f/util/install-info.c   Sat Feb  9 14:37:13 2002
+diff -ur texinfo-4.1-/util/Makefile.am texinfo-4.1/util/Makefile.am
+--- texinfo-4.1-/util/Makefile.am      Mon Feb 25 17:23:45 2002
++++ texinfo-4.1/util/Makefile.am       Sat Mar  9 15:55:11 2002
+@@ -7,7 +7,7 @@
+ localedir = $(datadir)/locale
+ INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
+-LDADD = ../lib/libtxi.a @LIBINTL@
++LDADD = ../lib/libtxi.a @LIBINTL@ -lz
+ # Most of these are for fun.  The only one that's really supported is texi2dvi.
+ EXTRA_DIST = README deref.c fix-info-dir fixfonts \
+Only in texinfo-4.1/util: Makefile.am.orig
+diff -ur texinfo-4.1-/util/install-info.c texinfo-4.1/util/install-info.c
+--- texinfo-4.1-/util/install-info.c   Sat Jan 19 02:12:29 2002
++++ texinfo-4.1/util/install-info.c    Sat Mar  9 15:54:50 2002
 @@ -19,6 +19,7 @@
  
  #include "system.h"
  
    xexit (0);
  }
---- texinfo-4.0f/util/Makefile.am~     Sat Feb  9 15:15:46 2002
-+++ texinfo-4.0f/util/Makefile.am      Sat Feb  9 15:15:46 2002
-@@ -7,7 +7,7 @@
- localedir = $(datadir)/locale
- INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
--LDADD = ../lib/libtxi.a @INTLLIBS@
-+LDADD = ../lib/libtxi.a @INTLLIBS@ -lz
- # Most of these are for fun.  The only one that's really supported is texi2dvi.
- EXTRA_DIST = README deref.c fix-info-dir fixfonts \
This page took 0.035649 seconds and 4 git commands to generate.