rasmus      98/03/09 11:02:31

  Modified:    src      Configure
  Log:
  The generated CFLAGS line needs to end up looking like:
  -DSERVER_SUBVERSION=\"WHATEVER\"
  
  Need to add a bunch of escapes here to achieve that.
  
  Revision  Changes    Path
  1.199     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.198
  retrieving revision 1.199
  diff -u -r1.198 -r1.199
  --- Configure 1998/03/09 16:47:08     1.198
  +++ Configure 1998/03/09 19:02:29     1.199
  @@ -1081,7 +1081,7 @@
   #
   if [ "x$SUBVERSION" != "x" ] ; then
           SUBVERSION=`echo $SUBVERSION | sed 's/^ +//'`
  -     CFLAGS="$CFLAGS -DSERVER_SUBVERSION=\"$SUBVERSION\""
  +     CFLAGS="$CFLAGS -DSERVER_SUBVERSION=\\\"$SUBVERSION\\\""
   fi
   
   ####################################################################
  
  
  

Reply via email to