RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Arkadiusz Miskiewicz
Root: /v/rpm/cvs Email: arekm@rpm5.org
Module: rpm Date: 21-Jun-2007 08:36:08
Branch: HEAD Handle: 2007062107360700
Modified files:
rpm INSTALL autogen.sh configure.ac
Log:
Try different (documented in info file) gettext approach.
Summary:
Revision Changes Path
2.8 +1 -1 rpm/INSTALL
2.77 +1 -1 rpm/autogen.sh
2.101 +1 -0 rpm/configure.ac
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/INSTALL
============================================================================
$ cvs diff -u -r2.7 -r2.8 INSTALL
--- rpm/INSTALL 20 Jun 2007 11:25:50 -0000 2.7
+++ rpm/INSTALL 21 Jun 2007 06:36:07 -0000 2.8
@@ -17,7 +17,7 @@
GNU autoconf 2.57 2.61 http://www.gnu.org/software/autoconf/
GNU automake 1.8 1.10 http://www.gnu.org/software/automake/
GNU libtool 1.5 1.5.22 http://www.gnu.org/software/libtool/
-GNU gettext 1.16.0 1.16.1 http://www.gnu.org/software/gettext/
+GNU gettext 1.16 1.16.1 http://www.gnu.org/software/gettext/
------------ ------- ------- -------------------------------------
To build RPM you will need several other packages:
@@ .
patch -p0 <<'@@ .'
Index: rpm/autogen.sh
============================================================================
$ cvs diff -u -r2.76 -r2.77 autogen.sh
--- rpm/autogen.sh 21 Jun 2007 06:23:23 -0000 2.76
+++ rpm/autogen.sh 21 Jun 2007 06:36:07 -0000 2.77
@@ -102,7 +102,7 @@
echo "--- rpm"
$libtoolize --copy --force
-gettextize --copy --force --no-changelog
+autopoint
aclocal -I m4
autoheader
automake -a -c
@@ .
patch -p0 <<'@@ .'
Index: rpm/configure.ac
============================================================================
$ cvs diff -u -r2.100 -r2.101 configure.ac
--- rpm/configure.ac 21 Jun 2007 05:52:50 -0000 2.100
+++ rpm/configure.ac 21 Jun 2007 06:36:07 -0000 2.101
@@ -608,6 +608,7 @@
esac
AC_CHECK_HEADERS(locale.h)
+AM_GNU_GETTEXT_VERSION(0.16)
AM_GNU_GETTEXT([external])
dnl Checks for header files we can live without.
@@ .
Received on Thu Jun 21 08:36:08 2007