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

aide.spec

index 7de4f16ce7f59f484e18891fc6494c3c60d2e5dd..d99da30ca15777357e6638a50937734fa6513987 100644 (file)
--- a/aide.spec
+++ b/aide.spec
@@ -57,8 +57,8 @@ rm -f missing po/Makefile*
 find . -name "*.c" -type f > po/POTFILES.in
 gettextize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --with-config-file=%{_sysconfdir}/aide.conf
 %{__make}
This page took 0.062633 seconds and 4 git commands to generate.