summaryrefslogtreecommitdiff
path: root/ext/mbstring
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-12 16:44:00 +0000
committerSascha Schumann <sas@php.net>2002-03-12 16:44:00 +0000
commit5cba3a99c207c338b70e8bca7d434c975e5c5a4a (patch)
treec356384e4fddf3796977139e4bf249f2a416d84d /ext/mbstring
parent3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff)
downloadphp-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/mbstring')
-rw-r--r--ext/mbstring/Makefile.in7
-rw-r--r--ext/mbstring/config.m42
2 files changed, 1 insertions, 8 deletions
diff --git a/ext/mbstring/Makefile.in b/ext/mbstring/Makefile.in
deleted file mode 100644
index 0b365b1bc2..0000000000
--- a/ext/mbstring/Makefile.in
+++ /dev/null
@@ -1,7 +0,0 @@
-# $Id$
-
-LTLIBRARY_NAME = libmbstring.la
-LTLIBRARY_SOURCES = mbfilter_ja.c mbfilter.c mbstring.c mbregex.c php_mbregex.c
-LTLIBRARY_SHARED_NAME = mbstring.la
-
-include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4
index 875b8f928a..b96415736e 100644
--- a/ext/mbstring/config.m4
+++ b/ext/mbstring/config.m4
@@ -7,7 +7,7 @@ PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
if test "$PHP_MBSTRING" != "no"; then
AC_DEFINE(HAVE_MBSTRING,1,[ ])
- PHP_EXTENSION(mbstring, $ext_shared)
+ PHP_NEW_EXTENSION(mbstring, mbfilter_ja.c mbfilter.c mbstring.c mbregex.c php_mbregex.c, $ext_shared)
fi
AC_MSG_CHECKING(whether to enable japanese encoding translation)