libtool-patches
[Top][All Lists]
Advanced

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

Re: display bug report address in --help


From: Robert Boehne
Subject: Re: display bug report address in --help
Date: Sun, 23 Feb 2003 10:17:25 -0600

Approved! Checking in to CVS head.

Robert

Alexandre Duret-Lutz wrote:
> 
> This also tweaks --version's output, and expands year ranges in
> copyright dates.  All these from the GNU Coding Standards.
> 
> 2003-02-20  Alexandre Duret-Lutz  <address@hidden>
> 
>         * ltmain.in (--help): Show mailing-address for bug reports.
>         (--version): Mention only the most recent copyright year.
>         * libtoolize.in (--help): Show mailing-address for bug reports.
>         (--version): Mention only the most recent copyright year.
> 
> Index: libtoolize.in
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/libtoolize.in,v
> retrieving revision 1.20
> diff -u -b -r1.20 libtoolize.in
> --- libtoolize.in       12 Feb 2003 05:54:20 -0000      1.20
> +++ libtoolize.in       20 Feb 2003 12:48:42 -0000
> @@ -1,7 +1,8 @@
>  #! /bin/sh
>  # libtoolize - Prepare a package to use libtool.
>  # @configure_input@
> -# Copyright (C) 1996-2000, 2001 Free Software Foundation, Inc.
> +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003
> +# Free Software Foundation, Inc.
>  # Originally by Gordon Matzigkeit <address@hidden>, 1996
>  #
>  # This program is free software; you can redistribute it and/or modify
> @@ -77,6 +78,8 @@
> 
>  You must \`cd' to the top directory of your package before you run
>  \`$progname'.
> +
> +Report bugs to <address@hidden>.
>  EOF
>      exit 0
>      ;;
> @@ -84,7 +87,7 @@
>    --version)
>      echo "$PROGRAM (GNU $PACKAGE) $VERSION"
>      echo
> -    echo "Copyright 1996-2000, 2001 Free Software Foundation, Inc."
> +    echo "Copyright (C) 2003 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
> Index: ltmain.in
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/ltmain.in,v
> retrieving revision 1.323
> diff -u -b -r1.323 ltmain.in
> --- ltmain.in   17 Feb 2003 18:55:45 -0000      1.323
> +++ ltmain.in   20 Feb 2003 12:48:50 -0000
> @@ -1,7 +1,7 @@
>  # ltmain.sh - Provide generalized library-building support services.
>  # NOTE: Changing this file will not affect anything until you rerun 
> configure.
>  #
> -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
> +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003
>  # Free Software Foundation, Inc.
>  # Originally by Gordon Matzigkeit <address@hidden>, 1996
>  #
> @@ -221,8 +221,7 @@
>    --version)
>      echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
>      echo
> -    echo "Copyright 1996, 1997, 1998, 1999, 2000, 2001"
> -    echo "Free Software Foundation, Inc."
> +    echo "Copyright (C) 2003  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
> @@ -5960,7 +5959,9 @@
>        uninstall       remove libraries from an installed directory
> 
>  MODE-ARGS vary depending on the MODE.  Try \`$modename --help --mode=MODE' 
> for
> -a more detailed description of MODE."
> +a more detailed description of MODE.
> +
> +Report bugs to <address@hidden>."
>    exit 0
>    ;;
> 
> 
> --
> Alexandre Duret-Lutz
> 
> _______________________________________________
> Libtool-patches mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool-patches




reply via email to

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