Ignore:
Timestamp:
Nov 28, 2007, 8:14:55 AM (15 years ago)
Author:
Sam Hocevar
Message:
  • Use libtool’s -version-number instead of -version-info and its insane major/minor computation scheme.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/configure.ac

    r2072 r2087  
    88
    99AM_INIT_AUTOMAKE(libcaca, 0.99.beta12)
    10 LT_VERSION="99:0:99"
     10LT_MAJOR="0"
     11LT_MINOR="99"
     12LT_MICRO="12"
     13AC_SUBST(LT_MAJOR)
     14AC_SUBST(LT_MINOR)
     15AC_SUBST(LT_MICRO)
     16LT_VERSION="$LT_MAJOR:$LT_MINOR:$LT_MICRO"
    1117AC_SUBST(LT_VERSION)
    1218AM_CONFIG_HEADER(config.h)
Note: See TracChangeset for help on using the changeset viewer.