]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- various more auto*
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 30 Jan 2006 17:07:31 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.272

adapter.awk

index 0a74f71a8188307a31972e156fbb28cba57d28e5..16b9f526246132c199be8c24468269c0a8e02bfc 100644 (file)
@@ -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}");
This page took 0.039663 seconds and 4 git commands to generate.