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

rpm.spec

index bd04eceb8994adbb7e9668cc8f954fd1a7dda761..28554471e9ff458f6c9730f2969fcbfd36f259d9 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -386,8 +386,8 @@ chmod +x %{SOURCE4}
 awk -f %{SOURCE14} %{SOURCE1}
 
 cd popt
-autoconf
-automake -a -c -f
+rm -f missing
+libtoolize --force --copy
 aclocal
 autoheader
 automake -a -c -f
@@ -396,12 +396,12 @@ cd ..
 
 rm -f missing
 libtoolize --force --copy
-autoconf
+gettextize --copy --force
 aclocal
 autoupdate
 autoheader || :
 %{__autoconf}
-automake -a -c -f
+# ugly workaround for automake
 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.046417 seconds and 4 git commands to generate.