IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12417


Ignore:
Timestamp:
Mar 12, 2007, 3:24:50 PM (19 years ago)
Author:
jhoblitt
Message:

attempt to fix libtool version number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r12335 r12417  
    1212AM_MAINTAINER_MODE
    1313
    14 PSLIB_LT_VERSION="1:1:1"
     14dnl So, libtool library versions are described by three integers:
     15dnl
     16dnl current
     17dnl     The most recent interface number that this library implements.
     18dnl revision
     19dnl     The implementation number of the current interface.
     20dnl age
     21dnl     The difference between the newest and oldest interfaces that this
     22dnl library implements. In other words, the library implements all the
     23dnl interface numbers in the range from number current - age to current
     24
     25PSLIB_LT_VERSION="1:1:0"
    1526AC_SUBST(PSLIB_LT_VERSION,$PSLIB_LT_VERSION)
    1627
Note: See TracChangeset for help on using the changeset viewer.