]> git.pld-linux.org Git - packages/cdparanoia-III.git/commitdiff
- proper fix - just update config.* files with fresh ones from automake
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 5 Jan 2003 22:26:59 +0000 (22:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (looks strange because this configure.in copies them from second copy :o)

Changed files:
    cdparanoia-III.spec -> 1.3

cdparanoia-III.spec

index 25ec81cefb436c70242ffac32c40f1b0c3227cf5..4f77411fc54c0073a7f17ea045dd6b568effabeb 100644 (file)
@@ -121,11 +121,9 @@ Bibliotecas est
 %patch1 -p1
 
 %build
-
-%ifarch athlon
-       %define _target_platform i686-pld-linux
-%endif
-
+# bleh? look at the beginning of configure.in
+cp -f /usr/share/automake/config.guess configure.guess
+cp -f /usr/share/automake/config.sub configure.sub
 %{__aclocal}
 %{__autoconf}
 %configure
This page took 0.080279 seconds and 4 git commands to generate.