]> git.pld-linux.org Git - packages/FlightGear.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:
    FlightGear.spec -> 1.14

FlightGear.spec

index 30d0ba8022d887fa4139945ab9da9106d0f65ca8..1c4c306a01afdc1c786aaf1cb8bf676221f780f4 100644 (file)
@@ -47,8 +47,8 @@ find %{name}-0.7 -name 'CVS' -type d | xargs rm -rf
 %build
 rm -f missing
 aclocal -I .
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --with-network-olk
 %{__make}
This page took 0.0578149999999999 seconds and 4 git commands to generate.