You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@locus.apache.org on 2000/03/30 03:56:11 UTC

cvs commit: apache-2.0/src/lib/apr config.guess config.sub

bjh         00/03/29 17:56:11

  Modified:    src/lib/apr config.guess config.sub
  Log:
  Put OS/2 detection back in.
  
  Revision  Changes    Path
  1.4       +3 -0      apache-2.0/src/lib/apr/config.guess
  
  Index: config.guess
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/config.guess,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- config.guess	2000/03/28 17:47:13	1.3
  +++ config.guess	2000/03/30 01:56:10	1.4
  @@ -944,6 +944,9 @@
       *:Rhapsody:*:*)
   	echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
   	exit 0 ;;
  +    *:OS/2:*:*)
  +	echo "i386-pc-os2_emx"
  +	exit 0;;
   esac
   
   #echo '(No uname command or uname output not recognized.)' 1>&2
  
  
  
  1.4       +2 -0      apache-2.0/src/lib/apr/config.sub
  
  Index: config.sub
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/config.sub,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- config.sub	2000/03/28 17:47:13	1.3
  +++ config.sub	2000/03/30 01:56:10	1.4
  @@ -891,6 +891,8 @@
   	-gnu/linux*)
   		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
   		;;
  +	-os2_emx)
  +		;;
   	# First accept the basic system types.
   	# The portable systems comes first.
   	# Each alternative MUST END IN A *, to match a version number.