HPUX is not a testable nor a primary target platform for us
])
])
-# Force some compilers to use ANSI features
-#
-case "$host" in
- *-hp-hpux*)
- if test "x$ac_cv_prog_CC" = "xcc" ; then
- AC_MSG_NOTICE([adding '-Ae' to cc args for $host])
- CC="cc -Ae";
- ac_cv_prog_CC="$CC"
- fi
- ;;
-esac
-
-
-dnl automake handles this AC_PATH_PROG(MAKEDEPEND, makedepend, $TRUE)
-
-case "$host" in
- *hpux*)
- AC_MSG_NOTICE([Disabling ranlib for HP-UX...])
- RANLIB=":"
- ;;
-esac
-
dnl Check for headers
AC_HEADER_DIRENT
AC_HEADER_STDC
<sect1>Known issues
<p>Although this release is deemed good enough for use in many setups, please note the existence of
<url url="http://bugs.squid-cache.org/buglist.cgi?query_format=advanced&product=Squid&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&version=6" name="open bugs against Squid-6">.
+<p>Support for compiling on HPUX with the native HP <em>xcc</em> compiler has been removed. To build on that OS/compiler combination, it is possible to pass these environemnt variables to ./configure: <em>CC="cxx -Ae" RANLIB=":"</em>
<sect1>Changes since earlier releases of Squid-6
<p>