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

gnumeric.spec

index 1c19517045b8db370129dbbb70d1dd242d755d4b..13101398b0dd7c52434ec7c36000bba1a324b273 100644 (file)
@@ -96,8 +96,8 @@ libtoolize --copy --force
 gettextize --copy --force
 intltoolize --copy --force
 aclocal -I macros
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 GNOME_LIBCONFIG_PATH=/usr/lib; export GNOME_LIBCONFIG_PATH
 %configure \
        --disable-gtk-doc \
This page took 0.170714 seconds and 4 git commands to generate.