SPECS: adapter.awk - various more auto*

glen glen at pld-linux.org
Mon Jan 30 18:07:36 CET 2006


Author: glen                         Date: Mon Jan 30 17:07:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- various more auto*

---- Files affected:
SPECS:
   adapter.awk (1.271 -> 1.272) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.271 SPECS/adapter.awk:1.272
--- SPECS/adapter.awk:1.271	Wed Jan 25 23:12:51 2006
+++ SPECS/adapter.awk	Mon Jan 30 18:07:31 2006
@@ -368,8 +368,10 @@
 	$0 = fixedsub("glib-gettextize --copy --force","%{__glib_gettextize}", $0);
 	$0 = fixedsub("intltoolize --copy --force", "%{__intltoolize}", $0);
 	$0 = fixedsub("automake --add-missing --copy", "%{__automake}", $0);
-	$0 = fixedsub("libtoolize -c -f --automake", "%{__libtoolize}", $0);
+	$0 = fixedsub("automake -a --foreign --copy", "%{__automake}", $0);
 	$0 = fixedsub("automake -a -c --foreign", "%{__automake}", $0);
+	$0 = fixedsub("libtoolize --force --automake --copy", "%{__libtoolize}", $0);
+	$0 = fixedsub("libtoolize -c -f --automake", "%{__libtoolize}", $0);
 
 	sub(/^aclocal$/, "%{__aclocal}");
 	sub(/^autoheader$/, "%{__autoheader}");
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.271&r2=1.272&f=u



More information about the pld-cvs-commit mailing list