]> git.pld-linux.org Git - packages/automake.git/blob - automake-libtool.patch
- obsolete
[packages/automake.git] / automake-libtool.patch
1 diff -uNr automake-1.6.3/automake.in automake-1.6.3.new/automake.in
2 --- automake-1.6.3/automake.in  Wed Aug 28 19:41:13 2002
3 +++ automake-1.6.3.new/automake.in      Wed Aug 28 19:41:47 2002
4 @@ -3017,10 +3017,7 @@
5         }
6         if (basename ($onelib) !~ /$libname_rx$/)
7         {
8 -           # FIXME this should only be a warning for foreign packages
9 -           # FIXME should put line number here.  That means mapping
10 -           # from library name back to variable name.
11 -           &am_error ("`$onelib' is not a standard libtool library name");
12 +           warn ("`$onelib' is not a standard libtool library name");
13         }
14  
15         if (variable_defined ($xlib . '_LIBADD'))
This page took 0.076139 seconds and 3 git commands to generate.