trawick     2004/02/18 02:15:58

  Modified:    build    config.guess config.sub
  Log:
  remove Apache-specific changes for zSeries from APR's config.sub/config.guess
  
  potentially affected platforms are
  
  . z/OS a.k.a. OS/390 a.k.a. MVS
    Apache and APR on this OS use a non-standard libtool which includes and
    forces the use of its own copy of config.sub and config.guess, so there
    is no immediate breakage
  
  . TPF
    dunno if anybody builds APR there
  
  . VM/CMS
    dunno if anybody builds APR there
  
  Revision  Changes    Path
  1.8       +0 -6      apr/build/config.guess
  
  Index: config.guess
  ===================================================================
  RCS file: /home/cvs/apr/build/config.guess,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- config.guess      16 Apr 2002 08:49:03 -0000      1.7
  +++ config.guess      18 Feb 2004 10:15:58 -0000      1.8
  @@ -301,12 +301,6 @@
   #########################
   # Apache changes
   #
  -#   *:OS/390:*:*)
  -#      echo i370-ibm-openedition
  -#      exit 0 ;;
  -    *:OS390:*:* | *:OS/390:*:*)
  -       echo s390-ibm-os390
  -       exit 0 ;; 
       *:OS400:*:* | *:OS/400:*:*) 
          echo as400-ibm-os400
          exit 0 ;;
  
  
  
  1.7       +1 -15     apr/build/config.sub
  
  Index: config.sub
  ===================================================================
  RCS file: /home/cvs/apr/build/config.sub,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- config.sub        16 Apr 2002 08:49:03 -0000      1.6
  +++ config.sub        18 Feb 2004 10:15:58 -0000      1.7
  @@ -130,18 +130,10 @@
   ########################
   # changes for Apache
   #
  -  tpf | os390 | vmcms)
  -    os=-$maybe_os
  -    basic_machine=s390;
  -    ;;
     os400)
       os=-$maybe_os
       basic_machine=as400;
       ;;
  -  mvs)
  -    os=-mvs
  -    basic_machine=i370;
  -    ;;
   #
   # end Apache changes
   ########################
  @@ -1103,7 +1095,7 @@
   ########################
   # changes for Apache
   #
  -     -os2_emx | -tpf* | -os390* | -vmcms* | -os400* )
  +     -os2_emx | -os400* )
                ;;
   #
   # end Apache changes
  @@ -1320,12 +1312,6 @@
   #
        *-ibm)
                case $basic_machine in
  -                     s390*)
  -                             os=-os390;
  -                             ;;
  -                     i370*)
  -                             os=-mvs;
  -                             ;;
                        as400*)
                                os=-os400;
                                ;;
  
  
  

Reply via email to