[packages/adapter: 282/631] - various more auto*
glen
glen at pld-linux.org
Mon Sep 12 19:58:05 CEST 2016
commit 56699a3281638d06371b23fe3882ad9ff56d8fae
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Mon Jan 30 17:07:31 2006 +0000
- various more auto*
Changed files:
adapter.awk -> 1.272
adapter.awk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index 0a74f71..16b9f52 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -368,8 +368,10 @@ function b_makekey(a, b, s) {
$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}");
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list