jim         98/12/09 14:07:52

  Modified:    src      Configure
  Log:
  Typo: lack of newline
  
  Revision  Changes    Path
  1.312     +2 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.311
  retrieving revision 1.312
  diff -u -r1.311 -r1.312
  --- Configure 1998/12/09 21:26:14     1.311
  +++ Configure 1998/12/09 22:07:51     1.312
  @@ -1801,7 +1801,8 @@
                  sed -e 's;^EXTRA_CFLAGS=;;' -e 's;\`.*\`;;'`
   tmpstr=`echo $CFLAGS $TEXTRA_CFLAGS |\
           sed -e 's;[  ]-;!-;g' -e 's/\\\"/\"/g' -e 's/\([^\\]\)"/\1/g'`
  -OIFS="$IFS" IFS='!'
  +OIFS="$IFS"
  +IFS='!'
   for cflag in $tmpstr; do
       echo "$cflag" >>$tmpconfig
   done
  
  
  

Reply via email to