base-specs/w3m.spec
changeset 11684 4a101e69cad9
parent 11683 a0bb918324a2
child 12109 b84e142ba214
--- a/base-specs/w3m.spec	Thu Feb 21 04:41:59 2008 +0000
+++ b/base-specs/w3m.spec	Thu Feb 21 04:49:12 2008 +0000
@@ -46,11 +46,6 @@
   CPUS=1
 fi
 
-libtoolize --force
-intltoolize --copy --force --automake
-aclocal $ACLOCAL_FLAGS  -I .
-autoconf
-automake -a -c -f
 CFLAGS="$RPM_OPT_FLAGS"			\
 ./configure --prefix=%{_prefix}         \
             --mandir=%{_mandir}         \
@@ -94,7 +89,8 @@
 
 %changelog
 * Thu Feb 21 2008 - [email protected]
-- properly autotoolize to avoid infinite loop in intltool Makefile rules
+- delete all autotoolization, particularly intltoolize,
+  since intltool is not used at all in this module
 * Wed Feb 20 2008 - [email protected]
 - Remove commented lines.
 * Wed Jan 02 2008 - [email protected]