Removed patches for libtool.m4 and aclocal.m4 which provided fixes

for BSD/OS support. salo@ reported this caused autoconf to run
in install target and caused build to fail on his system.
Regenerated distinfo.
This commit is contained in:
reed 2003-12-12 18:05:38 +00:00
parent 97fad08703
commit a6ac76310f
3 changed files with 1 additions and 38 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.30 2003/12/11 22:15:30 reed Exp $
$NetBSD: distinfo,v 1.31 2003/12/12 18:05:38 reed Exp $
SHA1 (libtool-ml-20010614.tar.gz) = ff746666737e420592c3017d65bf4c47f1430dac
Size (libtool-ml-20010614.tar.gz) = 784246 bytes
@ -16,6 +16,4 @@ SHA1 (patch-ak) = 7e7c6a515361863b683bbc8be24c8146501ca864
SHA1 (patch-al) = 22f1b7289d9ba477255e66364ae23af24a298dd0
SHA1 (patch-am) = 2c99398e34686ea5bcecaae254b1b240b53e46df
SHA1 (patch-ao) = 4e115e9d6ddde556205dc786cde471bfee5a5e9e
SHA1 (patch-ap) = 70786d75bf884dec6f90291ac2cdc7e018c00ba7
SHA1 (patch-aq) = 7555ca198cacec6029a95562984673ef562aade1
SHA1 (patch-ar) = cdc708515905df88069d739c392de481ed3dc756

View file

@ -1,20 +0,0 @@
$NetBSD: patch-ap,v 1.3 2003/12/11 22:15:30 reed Exp $
--- libtool.m4.orig Mon Dec 8 21:43:57 2003
+++ libtool.m4 Mon Dec 8 21:45:24 2003
@@ -523,8 +523,13 @@
lt_cv_deplibs_check_method=pass_all
;;
-bsdi4*)
- lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)']
+# Versions of BSD/OS prior to 4.0 did not have real dynamic linking
+bsdi1*|bsdi2*|bsdi3*)
+ dynamic_linker=no
+ ;;
+
+bsdi*)
+ lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='/usr/bin/file -L'
lt_cv_file_magic_test_file=/shlib/libc.so
;;

View file

@ -1,15 +0,0 @@
$NetBSD: patch-ar,v 1.1 2003/12/11 22:15:30 reed Exp $
--- libltdl/aclocal.m4.orig Mon Dec 8 22:09:34 2003
+++ libltdl/aclocal.m4 Mon Dec 8 22:10:03 2003
@@ -512,8 +512,8 @@
lt_cv_deplibs_check_method=pass_all
;;
-bsdi4*)
- lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)']
+bsdi*)
+ lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='/usr/bin/file -L'
lt_cv_file_magic_test_file=/shlib/libc.so
;;