libtool-patches
[Top][All Lists]
Advanced

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

FYI: 62-gary-libtool-version-copyright-date.patch


From: Gary V. Vaughan
Subject: FYI: 62-gary-libtool-version-copyright-date.patch
Date: Tue, 06 Jan 2004 19:36:50 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925 Thunderbird/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- --
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://www.oranda.demon.co.uk
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/+w5RFRMICSmD1gYRAoMtAJsFRYO+XEnOJwuU+xcllZ5xKN23MACdFxoK
NgFxcMqtXJcLRR4IFaoEyWA=
=M8jh
-----END PGP SIGNATURE-----
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * ltmain.in: Output 2004 in the copyright from libtool --version.


Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/ltmain.in,v
retrieving revision 1.365
diff -u -p -u -r1.365 ltmain.in
--- ltmain.in 3 Jan 2004 14:45:59 -0000 1.365
+++ ltmain.in 6 Jan 2004 19:25:55 -0000
@@ -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 lib
 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]