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

XmHTML.spec

index 380905f9a60cbba3884c8f90cb2297daf9f15260..3ffdeb89520f4c027616182c5a39ecb464a616f0 100644 (file)
@@ -69,8 +69,8 @@ mv -f Motif/*.c .
 
 libtoolize --copy --force
 aclocal
 
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 CFLAGS="%{rpmcflags} \
        -I`pwd`/include/XmHTML -I`pwd`/include/common \
        %{!?debug:-DNDEBUG -Dproduction} -DVERSION=1107"
 CFLAGS="%{rpmcflags} \
        -I`pwd`/include/XmHTML -I`pwd`/include/common \
        %{!?debug:-DNDEBUG -Dproduction} -DVERSION=1107"
This page took 0.061389 seconds and 4 git commands to generate.