]> git.pld-linux.org Git - packages/gtk-doc.git/commitdiff
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 23:13:31 +0000 (23:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
             s/^automake -a -c -f/\%\{__automake\}/; \
     s/^autoconf/\%\{__autoconf\}/"

Changed files:
    gtk-doc.spec -> 1.14

gtk-doc.spec

index e79ebf8edaf5d94d1d382eb58ee3550bf875149c..57b44c4cae7faed708d3aac70f5d39411ffd2cce 100644 (file)
@@ -33,8 +33,8 @@ mv -f doc/README doc/README.docs
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-public-id
 %{__make}
This page took 0.029142 seconds and 4 git commands to generate.