libtool-patches
[Top][All Lists]
Advanced

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

Re: FYI: support .f03 and .F03


From: Gary V. Vaughan
Subject: Re: FYI: support .f03 and .F03
Date: Sun, 25 Feb 2007 15:03:48 -0800

Hallo Ralf,

On 21 Jan 2007, at 06:58, Ralf Wildenhues wrote:
I'm putting the
copyright years in HEAD's ltmain.m4sh in one line, so that
  ./libtool --version

looks nice.  Somebody should fix the func_version sed script to allow
multiple lines in copyright year lists to avoid long lines;

Here's how the master copy of func_version now looks to solve that
exact problem :-)

# func_version
# Echo version message to standard output and exit.
func_version ()
{
    $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / {
        s/^# //
        s/^ *$//
        :a
        /[[1-9]][[0-9]]*[[,-]]$/N; s/[[1-9]][[0-9]]*[[,-]]\n# *//; ta
        s/\((C)\)[[ 0-9,-]]*\( [[1-9]][[0-9]]*\)/\1\2/
        p
     }' < "$progpath"
     exit $?
}

Okay to apply (with ChangeLog etc)?

Cheers,
        Gary
--
  ())_.              Email me: address@hidden
  ( '/           Read my blog: http://blog.azazil.net
  / )=         ...and my book: http://sources.redhat.com/autobook
`(_~)_ Join my AGLOCO Network: http://www.agloco.com/r/BBBS7912




Attachment: PGP.sig
Description: This is a digitally signed message part


reply via email to

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