TIVI-153: Adding automake14 as dep for iputils package
[profile/ivi/automake14.git] / packaging / automake-1.4-subdir.patch
1 2001-04-07  H.J. Lu <hjl@gnu.org>
2
3         * automake.in (handle_single_transform_list): Don't warn source
4         in subdirectory.
5
6 --- automake-1.4/automake.in.ylwrap     Sat Apr  7 23:04:45 2001
7 +++ automake-1.4/automake.in    Sat Apr  7 23:17:32 2001
8 @@ -1072,9 +1072,11 @@ sub handle_single_transform_list
9             # the directory.  Later.
10             if (/\//)
11             {
12 -               &am_error
13 -                   ("not supported: source file `$_' is in subdirectory");
14 -               next;
15 +               # It breaks gas/Makefile.in in binutils. For now, we
16 +               # turn off this warning.
17 +               # &am_error
18 +               # ("not supported: source file `$_' is in subdirectory");
19 +               # next;
20             }
21  
22             # Split file name into base and extension.