Changeset 12417
- Timestamp:
- Mar 12, 2007, 3:24:50 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r12335 r12417 12 12 AM_MAINTAINER_MODE 13 13 14 PSLIB_LT_VERSION="1:1:1" 14 dnl So, libtool library versions are described by three integers: 15 dnl 16 dnl current 17 dnl The most recent interface number that this library implements. 18 dnl revision 19 dnl The implementation number of the current interface. 20 dnl age 21 dnl The difference between the newest and oldest interfaces that this 22 dnl library implements. In other words, the library implements all the 23 dnl interface numbers in the range from number current - age to current 24 25 PSLIB_LT_VERSION="1:1:0" 15 26 AC_SUBST(PSLIB_LT_VERSION,$PSLIB_LT_VERSION) 16 27
Note:
See TracChangeset
for help on using the changeset viewer.
