Displaying 2 results from an estimated 2 matches for "matzigkeit".
2009 Jun 05
2
need help with libtool/aclocal error
...e of the ones mentioned in
this error:
% libtool --version
ltmain.sh (GNU libtool) 1.5.22 Debian 1.5.22-4 (1.1220.2.365
2005/12/18 22:14:06)
<FSF disclaimer>
The libtool in the R directory has version 2.2:
% /path/to/R/bin/libtool --version
ltmain.sh (GNU libtool) 2.2
Written by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
<FSF disclaimer>
Strangely enough, this same libtool script has the following lines in
its source code:
# Which release of libtool.m4 was used?
macro_version=2.2.6
macro_revision=1.3012
I don't know what to make of this.
Be that as it may, does...
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...h
+++ /dev/null
@@ -1,548 +0,0 @@
-#! /bin/sh
-# Output a system dependent set of variables, describing how to set the
-# run time search path of shared libraries in an executable.
-#
-# Copyright 1996-2003 Free Software Foundation, Inc.
-# Taken from GNU libtool, 2001
-# Originally by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version....