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

nautilus.spec

index 888769f7cf8613e7e03ba85f20f42dee49cdbe3c..7faaa4c38ec2be10fccc03e34b01350a3eb50e6a 100644 (file)
@@ -141,8 +141,8 @@ gettextize --force --copy
 xml-i18n-toolize --force --copy --automake
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 CFLAGS="%{rpmcflags} -DENABLE_SCROLLKEEPER_SUPPORT"
 CPPFLAGS="`/usr/bin/nspr-config --cflags`"; export CPPFLAGS
 LDFLAGS="%{rpmldflags} `/usr/bin/nspr-config --libs`"
This page took 0.049061 seconds and 4 git commands to generate.