pcs 97/08/13 01:52:52
Modified: src Configure
Log:
If user gives module file source on AddModule line, map onto the object file.
Revision Changes Path
1.132 +1 -0 apachen/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apachen/src/Configure,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- Configure 1997/08/11 11:58:22 1.131
+++ Configure 1997/08/13 08:52:51 1.132
@@ -752,6 +752,7 @@
modbase=`echo $modfile | sed 's/\.[^.]*$//'`
if [ x$ext = x$modfile ]; then ext=o; modbase=$modfile;
modfile=$modbase.o; fi
if [ x$ext = x ] ; then ext=o; modbase=$modfile; fi
+ if [ x$ext = xc ] ; then ext=o; fi
# modbase is the path+filename without extension, ext is the
# extension given, or if none, o