]> git.pld-linux.org Git - packages/automake.git/commitdiff
- patch which allow using library names without lib prefix (checking is done by libto...
authorggodlewski <ggodlewski@pld-linux.org>
Thu, 29 Aug 2002 19:00:26 +0000 (19:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake-libtool.patch -> 1.1

automake-libtool.patch [new file with mode: 0644]

diff --git a/automake-libtool.patch b/automake-libtool.patch
new file mode 100644 (file)
index 0000000..6863ed2
--- /dev/null
@@ -0,0 +1,15 @@
+diff -uNr automake-1.6.3/automake.in automake-1.6.3.new/automake.in
+--- automake-1.6.3/automake.in Wed Aug 28 19:41:13 2002
++++ automake-1.6.3.new/automake.in     Wed Aug 28 19:41:47 2002
+@@ -3017,10 +3017,7 @@
+       }
+       if (basename ($onelib) !~ /$libname_rx$/)
+       {
+-          # FIXME this should only be a warning for foreign packages
+-          # FIXME should put line number here.  That means mapping
+-          # from library name back to variable name.
+-          &am_error ("`$onelib' is not a standard libtool library name");
++          warn ("`$onelib' is not a standard libtool library name");
+       }
+       if (variable_defined ($xlib . '_LIBADD'))
This page took 0.031238 seconds and 4 git commands to generate.