diff options
author | Sascha Schumann <sas@php.net> | 1999-11-20 19:00:17 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-11-20 19:00:17 +0000 |
commit | 51c83e9f4b00c6bed2f4656ebcd8dfbe8f1f3f63 (patch) | |
tree | f2ad6101d6df8ec67eadc032e5ca58b1fed396bd /acinclude.m4 | |
parent | e4e8c3539fed94c04aa204f0b5a0880acac9c625 (diff) | |
download | php-git-51c83e9f4b00c6bed2f4656ebcd8dfbe8f1f3f63.tar.gz |
--enable-versioning can now be used with CGI/AOLserver as well. Note that
we do not use versioning per se anymore, but export only the required
symbols.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 489cf3001d..85d01850e1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -3,6 +3,16 @@ dnl dnl This file contains local autoconf functions. dnl +dnl PHP_SET_SYM_FILE(path) +dnl +dnl set the path of the file which contains the symbol export list +dnl +AC_DEFUN(PHP_SET_SYM_FILE, +[ + PHP_SYM_FILE="$1" +]) + +dnl dnl PHP_BUILD_SHARED dnl AC_DEFUN(PHP_BUILD_SHARED,[ |