[seed] Update some autotools junk? I guess. I could only really say if I understood autotools



commit 2638adf4800488a044db21f567945584030adb0a
Author: Robert Carr <racarr gnome org>
Date:   Thu Dec 17 15:23:34 2009 -0500

    Update some autotools junk? I guess. I could only really say if I understood autotools

 config.h.in   |    3 +++
 m4/libtool.m4 |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/config.h.in b/config.h.in
index 25050a3..035e732 100644
--- a/config.h.in
+++ b/config.h.in
@@ -79,6 +79,9 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 2ca1c1f..1e7ea47 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -4261,6 +4261,9 @@ dnl Note also adjust exclude_expsyms for C++ above.
   openbsd*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]