]> git.pld-linux.org Git - packages/enscript.git/commitdiff
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 23:12:59 +0000 (23:12 +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:
    enscript.spec -> 1.24

enscript.spec

index a4897dd5a440312e2ef62e09b0bde161cc110ec4..aaaa2413173679e42da8623a5bc407011abbcfee 100644 (file)
@@ -55,8 +55,8 @@ rm -rf missing
 gettextize --copy --force
 aclocal
 autoheader
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --with-media=A4 \
        --sysconfdir=%{_sysconfdir}
This page took 0.034836 seconds and 4 git commands to generate.