]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- perl -pi -e "s/^automake -a -c$/automake -a -c -f/"
authorkloczek <kloczek@pld-linux.org>
Sun, 24 Mar 2002 23:28:24 +0000 (23:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.303

rpm.spec

index 6c655b3e07e77f9e4b1bc213b03053c2ac7f80c0..99d4e46980d756b0f2f3d82f918bfdfb741059ea 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -376,7 +376,7 @@ awk -f %{SOURCE14} %{SOURCE1}
 
 cd popt
 autoconf
-automake -a -c
+automake -a -c -f
 aclocal
 autoheader
 automake -a -c -f
@@ -390,7 +390,7 @@ aclocal
 autoupdate
 autoheader || :
 %{__autoconf}
-automake -a -c
+automake -a -c -f
 sed -e 's#cpio.c $(DBLIBOBJS) depends.c#cpio.c depends.c#g' \
        lib/Makefile.am > lib/Makefile.am.new
 mv -f lib/Makefile.am.new lib/Makefile.am
This page took 0.038951 seconds and 4 git commands to generate.