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

texinfo.spec

index 4c824abe8b7d93885568837c7106733e95cb7a19..69f3abc73c1da2d9eb4bab28044deb65f9b07cff 100644 (file)
@@ -170,8 +170,8 @@ rm -f missing m4/{codeset,gettext,glibc21,iconv,isc-posix,lcmessage,progtest}.m4
 ln -sf version.texi doc/version2.texi
 gettextize --copy --force
 aclocal -I m4
 ln -sf version.texi doc/version2.texi
 gettextize --copy --force
 aclocal -I m4
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --without-included-gettext
 %{__make} -C doc maintainer-clean-aminfo
 %configure \
        --without-included-gettext
 %{__make} -C doc maintainer-clean-aminfo
This page took 0.142749 seconds and 4 git commands to generate.