+2008-12-19 Akim Demaille <demaille@gostai.com>
+
+ Fix copyright notice.
+ * libltdl/config/ltmain.m4sh: Add missing comma.
+
2008-12-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Add cache variables to link tests.
# libtool (GNU @PACKAGE@@TIMESTAMP@) @VERSION@
# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+# 2006, 2007, 2008 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# determined imposters.
func_lalib_p ()
{
- test -f "$1" &&
+ test -f "$1" &&
$SED -e 4q "$1" 2>/dev/null \
| $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
}