autoconf-patches
[Top][All Lists]
Advanced

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

Re: 06-config-man-pages.patch


From: Akim Demaille
Subject: Re: 06-config-man-pages.patch
Date: 06 Dec 2000 16:47:35 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

>>>>> "Ben" == Ben Elliston <address@hidden> writes:

Ben> I've added the --version (and -v, as a synonym) options to the
Ben> scripts.

Thanks Ben, I'm adjusting my patch to your changes.

Would it be possible to have a standard --version?  Something like
what I originally sent.  Again, the keywords are (i) standardized
output, (ii) help2man ready.

Which means that 

   @@ -62,6 +62,7 @@
    Operation modes:
      -h, --help         print this help, then exit
      -t, --time-stamp   print date of last modification, then exit
   +  -v, --version      print version number, then exit
    
    Report bugs and patches to <address@hidden>.
   
and

    --version | -v )
       echo "GNU config.guess (last modified $timestamp)" ; exit 0 ;;

should have been, imvho,

+version="\
+config.guess (GNU Config) $timestamp
+Written by Per Bothner.
+
+Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000 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."
 

I strongly regret that you didn't even keep the documentation I gave
for CC and CC_FOR_BUILD.  But after all you're the chief, and I'm
tired of this issue.



reply via email to

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