You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joe Moenich <mo...@us.ibm.com> on 1998/10/12 18:29:33 UTC

[PATCH] TPF src/Configure

Add TPF for configuration.  Skip sanity check, has problems if trying to create
executable on third party platform.

Index: Configure
===================================================================
RCS file: /apache/apache/src/Configure,v
retrieving revision 1.1.1.1
diff -a -b -C3 -r1.1.1.1 Configure
*** Configure   1998/10/12 09:15:40     1.1.1.1
--- Configure   1998/10/12 09:17:22
***************
*** 606,611 ****
--- 606,619 ----
        DEF_WANTHSREGEX=yes
        LIBS="$LIBS -lsocket -lnsl -lc"
        ;;
+     TPF)
+        OS='TPF'
+        OSDIR='os/tpf'
+        CC='c89'
+        CFLAGS="$CFLAGS -DTPF -DCHARSET_EBCDIC -D_POSIX_SOURCE"
+        DEF_WANTHSREGEX=yes
+        LIBS="$LIBS"
+        ;;
      *-sni-sysv4*)
        OS='SVR4'
        CFLAGS="$CFLAGS -DSVR4 -D_XPG_IV -DHAS_DLFCN -DUSE_MMAP_FILES -DUSE_SYS
***************
*** 1795,1800 ****
--- 1803,1813 ----
  ## Use TestCompile to see if $(CC) is ANSI and as a "final" sanity
  ## check
  ##
+
+ case $OS in
+    'TPF')
+    ;;
+    *)
  echo " + doing sanity check on compiler and options"
  if ./helpers/TestCompile sanity; then
      :
***************
*** 1808,1813 ****
--- 1821,1827 ----
     exitcode=1
     exit 1
  fi
+ esac

  ####################################################################
  ## Now (finish) creating the makefiles

Joe Moenich
moenich@us.ibm.com
303 773-5483
tie-line 656-7487