]> git.pld-linux.org Git - packages/automake.git/blob - automake-amd64.patch
- updated to 1.9.1
[packages/automake.git] / automake-amd64.patch
1 diff -durN -x '*~' -x '*.orig' automake-1.8.orig/lib/config.sub automake-1.8/lib/config.sub
2 --- automake-1.8.orig/lib/config.sub    2003-11-25 23:07:32.000000000 +0100
3 +++ automake-1.8/lib/config.sub 2004-01-02 21:29:53.839623027 +0100
4 @@ -380,6 +380,9 @@
5         amd64)
6                 basic_machine=x86_64-pc
7                 ;;
8 +       amd64-*)
9 +               basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
10 +               ;;
11         amdahl)
12                 basic_machine=580-amdahl
13                 os=-sysv
This page took 0.122218 seconds and 3 git commands to generate.