2008-02-21 Laszlo (Laca) Peter <[email protected]>
authorlaca
Thu, 21 Feb 2008 04:41:59 +0000
changeset 11683 a0bb918324a2
parent 11682 d2d0b70b6501
child 11684 4a101e69cad9
2008-02-21 Laszlo (Laca) Peter <[email protected]> * base-specs/w3m.spec: properly autotoolize to avoid infinite loop in intltool Makefile rules
ChangeLog
base-specs/w3m.spec
--- a/ChangeLog	Thu Feb 21 04:23:45 2008 +0000
+++ b/ChangeLog	Thu Feb 21 04:41:59 2008 +0000
@@ -1,3 +1,8 @@
+2008-02-21  Laszlo (Laca) Peter  <[email protected]>
+
+	* base-specs/w3m.spec: properly autotoolize to avoid infinite loop
+	  in intltool Makefile rules
+
 2008-02-21  Henry Zhang  <[email protected]>
 
         * patches/virt-manager-04-temporary-patch.diff:
--- a/base-specs/w3m.spec	Thu Feb 21 04:23:45 2008 +0000
+++ b/base-specs/w3m.spec	Thu Feb 21 04:41:59 2008 +0000
@@ -49,7 +49,8 @@
 libtoolize --force
 intltoolize --copy --force --automake
 aclocal $ACLOCAL_FLAGS  -I .
-
+autoconf
+automake -a -c -f
 CFLAGS="$RPM_OPT_FLAGS"			\
 ./configure --prefix=%{_prefix}         \
             --mandir=%{_mandir}         \
@@ -92,6 +93,8 @@
 %{_datadir}/w3m/w3mhelp.html
 
 %changelog
+* Thu Feb 21 2008 - [email protected]
+- properly autotoolize to avoid infinite loop in intltool Makefile rules
 * Wed Feb 20 2008 - [email protected]
 - Remove commented lines.
 * Wed Jan 02 2008 - [email protected]