PLD-doc: devel-hints-en.txt - replaced intltoolize with proper macro

deejay1 deejay1 at pld-linux.org
Sun Aug 26 11:19:18 CEST 2007


Author: deejay1                      Date: Sun Aug 26 09:19:18 2007 GMT
Module: PLD-doc                       Tag: HEAD
---- Log message:
- replaced intltoolize with proper macro

---- Files affected:
PLD-doc:
   devel-hints-en.txt (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: PLD-doc/devel-hints-en.txt
diff -u PLD-doc/devel-hints-en.txt:1.30 PLD-doc/devel-hints-en.txt:1.31
--- PLD-doc/devel-hints-en.txt:1.30	Sun Jun 24 23:03:07 2007
+++ PLD-doc/devel-hints-en.txt	Sun Aug 26 11:19:13 2007
@@ -142,6 +142,7 @@
 %{__automake}           = automake -a -c -f --foreign
 %{__aclocal}            = aclocal
 %{__libtoolize}         = libtoolize --copy --force
+%{__intltoolize}	= intltoolize --copy --force
 %{__gettextize}         = gettextize --copy --force [--intl]
                           (+other operations depending on the version
 			   of gettext being used)
@@ -158,7 +159,7 @@
 Those tools are generally run in the beneath order:
 %{__gettextize}
 %{__libtoolize}
-intltoolize --copy --force
+%{__intltoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/PLD-doc/devel-hints-en.txt?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list