summaryrefslogtreecommitdiff
path: root/genif.sh
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-03-26 02:47:00 +0000
committerSascha Schumann <sas@php.net>2000-03-26 02:47:00 +0000
commita2d42419a5fe1c0f4d9376fcf5d62eee3b915a7f (patch)
tree4b0c367130ddbb232d0e17715aee7fe1886de79a /genif.sh
parenta0f70aa618ae046507ef6a861363d45dc099f1f5 (diff)
downloadphp-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.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/genif.sh b/genif.sh
index 4c182ec67e..787b9dbc96 100644
--- a/genif.sh
+++ b/genif.sh
@@ -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`