]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Output 2004 in the copyright from libtool --version.
authorGary V. Vaughan <gary@gnu.org>
Tue, 6 Jan 2004 19:26:17 +0000 (19:26 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 6 Jan 2004 19:26:17 +0000 (19:26 +0000)
ChangeLog
ltmain.in

index 648869029163da307e6dd58708e2a4022d2185fc..d820b9e49924ec31fd89d5b0f3327e3414b4a825 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-06  Gary V. Vaughan  <gary@gnu.org>
+
+       * ltmain.in: Output 2004 in the copyright from libtool --version.
+
 2004-01-03  Stefan Nordhausen  <nordhaus@informatik.hu-berlin.de>
        Scott James Remnant  <scott@netsplit.com>
 
@@ -9,7 +13,7 @@
 2004-01-02  Peter O'Gorman  <peter@pogma.com>
 
        * m4/libtool.m4: Ensure that ${ZSH_VERSION+set} is properly escaped.
-       
+
        * m4/libtool.m4 (CDPATH): Change the CDPATH setting so that it
        allows for zsh differences, as noted in the autoconf manual's
        Portable Shell - Special Shell Variables section.
index aee690b59978e0e1570ab4dbd0e02954db91fd34..18bc95e4f86acfb4721af0378720b92b235de63d 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -247,7 +247,7 @@ do
   --version)
     $echo "$PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION"
     $echo
-    $echo "Copyright (C) 2003  Free Software Foundation, Inc."
+    $echo "Copyright (C) 2004  Free Software Foundation, Inc."
     $echo "This is free software; see the source for copying conditions.  There is NO"
     $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
     exit 0
@@ -4667,10 +4667,10 @@ EOF
 #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
   defined (__OS2__)
 # define HAVE_DOS_BASED_FILE_SYSTEM
-# ifndef DIR_SEPARATOR_2 
+# ifndef DIR_SEPARATOR_2
 #  define DIR_SEPARATOR_2 '\\'
 # endif
-# ifndef PATH_SEPARATOR_2 
+# ifndef PATH_SEPARATOR_2
 #  define PATH_SEPARATOR_2 ';'
 # endif
 #endif
@@ -4696,7 +4696,7 @@ EOF
 #if defined DEBUGWRAPPER
 # define DEBUG(format, ...) fprintf(stderr, format, __VA_ARGS__)
 #else
-# define DEBUG(format, ...) 
+# define DEBUG(format, ...)
 #endif
 
 const char *program_name = NULL;
@@ -4819,7 +4819,7 @@ find_executable (const char* wrapper)
   char* concat_name;
 
   DEBUG("(find_executable)  : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
-  
+
   if ((wrapper == NULL) || (*wrapper == '\0'))
     return NULL;
 
@@ -6419,7 +6419,7 @@ Compile a source file into a libtool library object.
 This mode accepts the following additional options:
 
   -o OUTPUT-FILE    set the output file name to OUTPUT-FILE
-  -no-suppress      do not suppress compiler output for multiple passes  
+  -no-suppress      do not suppress compiler output for multiple passes
   -prefer-pic       try to building PIC objects only
   -prefer-non-pic   try to building non-PIC objects only
   -shared           do not build a \`.o' file suitable for static linking