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

htmldoc.spec

index 2e97af109f75718c01a388a29ec98f4e74bee175..5ff536dddf5c0f8bf67fbca918879f8eccd7da0e 100644 (file)
@@ -35,7 +35,7 @@ PDF ze spisem tre
 
 %build
 aclocal
-autoconf
+%{__autoconf}
 if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
         CPPFLAGS="`pkg-config libpng12 --cflags`";
 fi
This page took 2.354199 seconds and 4 git commands to generate.