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

cyrus-imapd.spec

index 738e34fc35eb23283b725562ff74c3b0140dc30a..f9c8e30947e45bef504e103b2b2d761637c22c85 100644 (file)
@@ -100,7 +100,7 @@ oraz KPOP.
 cd makedepend
 rm -f aclocal.m4
 aclocal
-autoconf
+%{__autoconf}
 %configure
 %{__make}
 PATH=$PATH:`pwd`; export PATH
@@ -108,7 +108,7 @@ cd ..
 rm -f aclocal.m4
 aclocal -I cmulocal
 autoheader
-autoconf
+%{__autoconf}
 %configure \
        --with-auth=unix \
        --without-libwrap \
This page took 0.035358 seconds and 4 git commands to generate.