You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Dean Gaudet <dg...@hyperreal.com> on 1997/06/24 02:51:56 UTC

cvs commit: apache/src Configure CHANGES

dgaudet     97/06/23 17:51:56

  Modified:    src       Configure CHANGES
  Log:
  PR#388: Support for DEC cc compiler under Ultrix.
  
  Revision  Changes    Path
  1.99      +3 -0      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -C3 -r1.98 -r1.99
  *** Configure	1997/06/24 00:46:11	1.98
  --- Configure	1997/06/24 00:51:53	1.99
  ***************
  *** 436,441 ****
  --- 436,444 ----
    	CFLAGS="-DULTRIX"
    	DEF_WANTHSREGEX=yes
    	SHELL="/bin/sh5"
  + 	if [ "$CC" = "cc" ] || [ "$COMPILER" = "cc" ]; then
  + 	    CFLAGS="$CFLAGS -std"
  + 	fi
    	;;
        *powerpc-tenon-machten*)
    	OS='MachTen PPC'
  
  
  
  1.292     +3 -0      apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.291
  retrieving revision 1.292
  diff -C3 -r1.291 -r1.292
  *** CHANGES	1997/06/24 00:47:18	1.291
  --- CHANGES	1997/06/24 00:51:54	1.292
  ***************
  *** 8,13 ****
  --- 8,16 ----
    
    Changes with Apache 1.2.1
      
  +   *) Support for dec cc compiler under ultrix.
  +      ["P. Alejandro Lopez-Valencia" <al...@ideam.gov.co>] PR#388
  +   
      *) Support for Maxion/OS SVR4.2 Real Time Unix. [no name given] PR#383
    
      *) mod_status dumps core in inetd mode.  [Marc Slemko and Roy Fielding]