diff options
author | Sascha Schumann <sas@php.net> | 2000-03-26 02:47:00 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-03-26 02:47:00 +0000 |
commit | a2d42419a5fe1c0f4d9376fcf5d62eee3b915a7f (patch) | |
tree | 4b0c367130ddbb232d0e17715aee7fe1886de79a /genif.sh | |
parent | a0f70aa618ae046507ef6a861363d45dc099f1f5 (diff) | |
download | php-git-a2d42419a5fe1c0f4d9376fcf5d62eee3b915a7f.tar.gz |
Revamp session's config.m4 and reenable support for mm. The shared memory
module works now successfully again under Apache and other web servers.
Diffstat (limited to 'genif.sh')
-rw-r--r-- | genif.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,19 +1,21 @@ #! /bin/sh -# $Id: genif.sh,v 1.7 1999-09-03 17:46:39 sas Exp $ +# $Id: genif.sh,v 1.8 2000-03-26 02:46:59 sas Exp $ # replacement for genif.pl infile="$1" shift srcdir="$1" shift +extra_module_ptrs="$1" +shift if test "$infile" = "" -o "$srcdir" = ""; then echo "please supply infile and srcdir" exit 1 fi -module_ptrs="" +module_ptrs="$extra_module_ptrs" includes="" olddir=`pwd` |