projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9077a39
)
Building libmbfl seperately fails since the shared library version is an API referenc...
author
Scott MacVicar
<scottmac@php.net>
Tue, 16 Feb 2010 09:35:31 +0000
(09:35 +0000)
committer
Scott MacVicar
<scottmac@php.net>
Tue, 16 Feb 2010 09:35:31 +0000
(09:35 +0000)
ext/mbstring/libmbfl/configure.in
patch
|
blob
|
history
diff --git
a/ext/mbstring/libmbfl/configure.in
b/ext/mbstring/libmbfl/configure.in
index 47e1026c7d3e24e4c3fb7da38fdf489485707914..9e0a1f7895f6056e623a0f5f2177fcec53531a60 100644
(file)
--- a/
ext/mbstring/libmbfl/configure.in
+++ b/
ext/mbstring/libmbfl/configure.in
@@
-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.