]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix copyright notice.
authorAkim Demaille <demaille@gostai.com>
Fri, 19 Dec 2008 10:45:05 +0000 (11:45 +0100)
committerEric Blake <ebb9@byu.net>
Fri, 19 Dec 2008 13:07:37 +0000 (06:07 -0700)
* libltdl/config/ltmain.m4sh: Add missing comma.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
libltdl/config/ltmain.m4sh

index ce3b324a3aa6e82dd1d63e52ba7728a884931428..65eef10ef6beef10b06d7a259215d49d85bbdae0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 27691492e70571f0c33dc6823ab9c0bd63b80a42..20ca07bbe9c9df6a6d8c27c342b33c694fcba19e 100644 (file)
@@ -4,7 +4,8 @@ m4_divert_push([SCRIPT])# @configure_input@
 # 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.
 
@@ -455,7 +456,7 @@ $opt_help || {
 # 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
 }