texi2html-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texi2html-cvs] texi2html autogen.sh configure.ac


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html autogen.sh configure.ac
Date: Fri, 06 Nov 2009 21:27:41 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        09/11/06 21:27:41

Modified files:
        .              : autogen.sh configure.ac 

Log message:
        Allows building gettext files from CVS with an older gettext version.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/autogen.sh?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/configure.ac?cvsroot=texi2html&r1=1.26&r2=1.27

Patches:
Index: autogen.sh
===================================================================
RCS file: /cvsroot/texi2html/texi2html/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- autogen.sh  4 Aug 2009 14:49:24 -0000       1.2
+++ autogen.sh  6 Nov 2009 21:27:41 -0000       1.3
@@ -3,6 +3,11 @@
 
 test -f Makefile.am || cd "`dirname \"$0\"`"
 
+autopoint
+cp po/* po_message
+cp po/* po_document
+rm -rf po
+
 # Create `aclocal.m4'.
 aclocal
 

Index: configure.ac
===================================================================
RCS file: /cvsroot/texi2html/texi2html/configure.ac,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- configure.ac        5 Nov 2009 22:55:07 -0000       1.26
+++ configure.ac        6 Nov 2009 21:27:41 -0000       1.27
@@ -12,7 +12,7 @@
 AM_GNU_GETTEXT([external])
 dnl it is not completly clear that we need that or not, since gettext is 
 dnl not fully used.
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.14])
 
 dnl Misc variable settings
 PACKAGE_DATE=`"$srcdir"/mdate-sh "$srcdir"/configure.ac`




reply via email to

[Prev in Thread] Current Thread [Next in Thread]