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

gdm.spec
gdm2.20.spec

index d949c238a1cc65fa491113211f5bf7dcb796a939..f4f34dfccde61760aec71ad9ff9b00fd7041d440 100644 (file)
--- a/gdm.spec
+++ b/gdm.spec
@@ -88,8 +88,8 @@ rm -f missing
 libtoolize --copy --force
 gettextize --copy --force
 aclocal -I %{_aclocaldir}/gnome
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --with-xinerama=yes \
        --with-xdmcp=yes \
index d949c238a1cc65fa491113211f5bf7dcb796a939..f4f34dfccde61760aec71ad9ff9b00fd7041d440 100644 (file)
@@ -88,8 +88,8 @@ rm -f missing
 libtoolize --copy --force
 gettextize --copy --force
 aclocal -I %{_aclocaldir}/gnome
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --with-xinerama=yes \
        --with-xdmcp=yes \
This page took 0.028443 seconds and 4 git commands to generate.