You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Victor J. Orlikowski" <v....@gte.net> on 2000/07/12 19:56:04 UTC

[PATCH] Quick fix for HPUX configure

This should fix the reported problem on HPUX configure
in 1.3.1x.

Index: src/Configure
===================================================================
RCS file: /cvs/apache/apache-1.3/src/Configure,v
retrieving revision 1.399
diff -u -r1.399 Configure
--- Configure	2000/06/15 13:01:34	1.399
+++ Configure	2000/07/12 17:48:57
@@ -349,14 +349,14 @@
 	OS='HI-UX'
 	CFLAGS="$CFLAGS -DHIUX"
 	;;
-    *-hp-hpux11.*)
+    *-hp*-hpux11.*)
 	OS='HP-UX 11'
 	CFLAGS="$CFLAGS -DHPUX11"
 	RANLIB="/bin/true"
 	LIBS="$LIBS -lm -lpthread"
 	DEF_WANTHSREGEX=yes
 	;;
-    *-hp-hpux10.*)
+    *-hp*-hpux10.*)
 	OS='HP-UX 10'
 	CFLAGS="$CFLAGS -DHPUX10"
 	RANLIB="/bin/true"
@@ -369,7 +369,7 @@
  	esac
 	DEF_WANTHSREGEX=yes
 	;;
-    *-hp-hpux*)
+    *-hp*-hpux*)
 	OS='HP-UX'
 	CFLAGS="$CFLAGS -DHPUX"
 	RANLIB="/bin/true"

-- 
Victor J. Orlikowski            v.j.orlikowski@gte.net
                                vjo@raleigh.ibm.com
                                vjo@us.ibm.com


RE: [PATCH] Quick fix for HPUX configure

Posted by "William A. Rowe, Jr." <wr...@lnd.com>.
> From: Bill Stoddard [mailto:stoddard@raleigh.ibm.com]
> Sent: Wednesday, July 12, 2000 1:54 PM
> 
> +1 on applying this patch to 1.3. It is isolated to HP and 
> has been tested by the
> submitter.

I concur.  Will someone make the time?

> ----- Original Message -----
> From: Victor J. Orlikowski <v....@gte.net>
> To: <ne...@apache.org>
> Sent: Wednesday, July 12, 2000 1:56 PM
> Subject: [PATCH] Quick fix for HPUX configure
> 
> 
> > This should fix the reported problem on HPUX configure
> > in 1.3.1x.
> >
> > Index: src/Configure
> > ===================================================================
> > RCS file: /cvs/apache/apache-1.3/src/Configure,v
> > retrieving revision 1.399
> > diff -u -r1.399 Configure
> > --- Configure 2000/06/15 13:01:34 1.399
> > +++ Configure 2000/07/12 17:48:57
> > @@ -349,14 +349,14 @@
> >   OS='HI-UX'
> >   CFLAGS="$CFLAGS -DHIUX"
> >   ;;
> > -    *-hp-hpux11.*)
> > +    *-hp*-hpux11.*)
> >   OS='HP-UX 11'
> >   CFLAGS="$CFLAGS -DHPUX11"
> >   RANLIB="/bin/true"
> >   LIBS="$LIBS -lm -lpthread"
> >   DEF_WANTHSREGEX=yes
> >   ;;
> > -    *-hp-hpux10.*)
> > +    *-hp*-hpux10.*)
> >   OS='HP-UX 10'
> >   CFLAGS="$CFLAGS -DHPUX10"
> >   RANLIB="/bin/true"
> > @@ -369,7 +369,7 @@
> >   esac
> >   DEF_WANTHSREGEX=yes
> >   ;;
> > -    *-hp-hpux*)
> > +    *-hp*-hpux*)
> >   OS='HP-UX'
> >   CFLAGS="$CFLAGS -DHPUX"
> >   RANLIB="/bin/true"
> >
> > --
> > Victor J. Orlikowski            v.j.orlikowski@gte.net
> >                                 vjo@raleigh.ibm.com
> >                                 vjo@us.ibm.com
> >
> 

Re: [PATCH] Quick fix for HPUX configure

Posted by Bill Stoddard <st...@raleigh.ibm.com>.
+1 on applying this patch to 1.3. It is isolated to HP and has been tested by the
submitter.

Bill

----- Original Message -----
From: Victor J. Orlikowski <v....@gte.net>
To: <ne...@apache.org>
Sent: Wednesday, July 12, 2000 1:56 PM
Subject: [PATCH] Quick fix for HPUX configure


> This should fix the reported problem on HPUX configure
> in 1.3.1x.
>
> Index: src/Configure
> ===================================================================
> RCS file: /cvs/apache/apache-1.3/src/Configure,v
> retrieving revision 1.399
> diff -u -r1.399 Configure
> --- Configure 2000/06/15 13:01:34 1.399
> +++ Configure 2000/07/12 17:48:57
> @@ -349,14 +349,14 @@
>   OS='HI-UX'
>   CFLAGS="$CFLAGS -DHIUX"
>   ;;
> -    *-hp-hpux11.*)
> +    *-hp*-hpux11.*)
>   OS='HP-UX 11'
>   CFLAGS="$CFLAGS -DHPUX11"
>   RANLIB="/bin/true"
>   LIBS="$LIBS -lm -lpthread"
>   DEF_WANTHSREGEX=yes
>   ;;
> -    *-hp-hpux10.*)
> +    *-hp*-hpux10.*)
>   OS='HP-UX 10'
>   CFLAGS="$CFLAGS -DHPUX10"
>   RANLIB="/bin/true"
> @@ -369,7 +369,7 @@
>   esac
>   DEF_WANTHSREGEX=yes
>   ;;
> -    *-hp-hpux*)
> +    *-hp*-hpux*)
>   OS='HP-UX'
>   CFLAGS="$CFLAGS -DHPUX"
>   RANLIB="/bin/true"
>
> --
> Victor J. Orlikowski            v.j.orlikowski@gte.net
>                                 vjo@raleigh.ibm.com
>                                 vjo@us.ibm.com
>