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

Eterm.spec

index 3a94d4af9a26c5421cde54c66e5216d1d8b30a91..18ea4f86318bfc165a166604f1ba2a907e027b95 100644 (file)
@@ -46,8 +46,8 @@ grafice.
 rm -f missing
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --with-delete="\033[3~" \
        --disable-static \
This page took 0.10185 seconds and 4 git commands to generate.