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

expect.spec

index fed1f01c0a16cf749e5dc4c85270e94c1db7ad09..2c71ebce8a1f966701b3517ea93eb73ae7fa856e 100644 (file)
@@ -114,11 +114,11 @@ chmod +w {.,testsuite}/configure
 %build
 install /usr/share/automake/config.* .
 aclocal
-autoconf
+%{__autoconf}
 cd testsuite
 # aclocal doesn't work
 cp ../aclocal.m4 .
-autoconf
+%{__autoconf}
 cd -
 %configure \
        --enable-gcc \
This page took 0.049491 seconds and 4 git commands to generate.