Re: XForms: autoconf/automake patch

From: Angus Leeming (angus.leeming@btopenworld.com)
Date: Thu Apr 24 2003 - 11:36:36 EDT

  • Next message: Todd Denniston: "Re: XForms: autoconf/automake patch"

    # To subscribers of the xforms list from Angus Leeming <angus.leeming@btopenworld.com> :

    On Thursday 24 April 2003 2:19 pm, Jean-Marc Lasgouttes wrote:
    > >>>>> "Angus" == Angus Leeming <angus.leeming@btopenworld.com> writes:
    >
    > Angus> Once this is in, then I think it's ready to roll. Or would you
    > Angus> prefer that I commit now and you patch that?
    >
    > >> Yes, please commit first. I'll come up with something from that.
    >
    > Angus> I have done so. Over to you ;-)
    >
    > First, we have to decide about a version numbering scheme. I will not
    > be able to parse 1.1cvs into three numbers.

    Coward!

    Actually, I think that we should go with your suggestion of the xfree
    versioning scheme. The libtool stuff is entirely separate and we really
    shouldn't tangle them together.

    Angus

    PS, I had a go at the macro. Is it really as simple as:

    dnl Usage XFORMS_SET_VERSION(Version, Revision, Fixlevel)
    dnl Sets variables FL_VERSION, FL_REVISION, FL_FIXLEVEL.
    AC_DEFUN(XFORMS_SET_VERSION,[
    FL_VERSION=$1
    FL_REVISION=$2
    FL_FIXLEVEL=$3
    # Used in xforms.spec.in ???
    FL_VERSION_INFO="${FL_VERSION}.${FL_REVISION}.${FL_FIXLEVEL}"
    AC_SUBST(FL_VERSION)
    AC_SUBST(FL_REVISION)
    AC_SUBST( FL_FIXLEVEL)
    AC_SUBST(FL_VERSION_INFO)
    ])

    _________________________________________________
    To unsubscribe, send the message "unsubscribe" to
    xforms-request@bob.usuhs.mil or see
    http://bob.usuhs.mil/mailserv/xforms.html
    XForms Home Page: http://world.std.com/~xforms
    List Archive: http://bob.usuhs.mil/mailserv/list-archives/
    Development: http://savannah.nongnu.org/files/?group=xforms



    This archive was generated by hypermail 2b29 : Thu Apr 24 2003 - 10:32:18 EDT