You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ab...@locus.apache.org on 2000/02/19 01:23:52 UTC

cvs commit: xml-xerces/c/samples configure.in

abagchi     00/02/18 16:23:52

  Modified:    c/samples configure.in
  Log:
  Added OS400 as a platform
  
  Revision  Changes    Path
  1.5       +1 -0      xml-xerces/c/samples/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/configure.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configure.in	2000/01/19 17:32:27	1.4
  +++ configure.in	2000/02/19 00:23:51	1.5
  @@ -35,6 +35,7 @@
           *-*-aix*)       platform=AIX ;;
           *-*-hp*)        platform=HPUX ;;
           *-*-mvs*)       platform=OS390 ;;
  +	*-*-OS400*)     platform=OS400 ;;
           *)              platform=UNKNOWN ;;
   esac
   AC_SUBST(platform)