From 3f084a6e89f0ccf8116e2e03e06ef2c3099ed814 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 6 Jan 2004 19:26:17 +0000 Subject: [PATCH] * ltmain.in: Output 2004 in the copyright from libtool --version. --- ChangeLog | 6 +++++- ltmain.in | 12 ++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 648869029..d820b9e49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-06 Gary V. Vaughan + + * ltmain.in: Output 2004 in the copyright from libtool --version. + 2004-01-03 Stefan Nordhausen Scott James Remnant @@ -9,7 +13,7 @@ 2004-01-02 Peter O'Gorman * 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. diff --git a/ltmain.in b/ltmain.in index aee690b59..18bc95e4f 100644 --- 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 -- 2.47.2