1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

Building libmbfl seperately fails since the shared library version is an API reference rather than a version number

This commit is contained in:
Scott MacVicar
2010-02-16 09:35:31 +00:00
parent 9077a39555
commit da727ba343
+3 -1
View File
@@ -4,7 +4,9 @@ AM_INIT_AUTOMAKE(libmbfl, 1.0.2)
AC_CONFIG_SRCDIR(mbfl/mbfilter.c)
AM_CONFIG_HEADER(config.h)
SHLIB_VERSION="1:0:2"
# SHLIB isn't a version number but the API reference
# Read http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
SHLIB_VERSION="1:1:0"
AC_SUBST(SHLIB_VERSION)
# Checks for programs.