aboutsummaryrefslogtreecommitdiffstats
path: root/README.hpux
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2022-04-28 07:46:56 -0400
committerGerald Combs <gerald@wireshark.org>2022-04-28 16:19:13 +0000
commit1e0f5799527a4772d1d0b62ae395de23c0a88c15 (patch)
treed7d846c33511a8317be2fd2b509b4c415fc6d04b /README.hpux
parent7e04ea32024c91a3652cfed5141f00d8a807315b (diff)
docs: Remove references to configure
Remove some leftover references to configure in the INSTALL file and README.* files in root directory.
Diffstat (limited to 'README.hpux')
-rw-r--r--README.hpux17
1 files changed, 8 insertions, 9 deletions
diff --git a/README.hpux b/README.hpux
index 4ecd82c8f2..c1eeed5de5 100644
--- a/README.hpux
+++ b/README.hpux
@@ -1,13 +1,12 @@
Note: We *probably* don't support HP-UX any more, at least not in the
-sense that you can run `configure; make` or `cmake ... ; make` and
-expect everything to work out of the box. At the time of this writing
-(August 2017) the most recent version of Wireshark available at the
-HP-UX Porting and Archive Centre is 1.10.5 and the most recently
-reported HP-UX bug (#6550) was from 2012. The Porting and Archive Centre
-provides libraries required to build TShark, and while the GTK+ packages
-are current (2.24.31) they are 32-bit only. Recent Qt packages are not
-provided.
+sense that you can run `cmake ... ; make` and expect everything to work
+out of the box. At the time of this writing (August 2017) the most recent
+version of Wireshark available at the HP-UX Porting and Archive Centre is
+1.10.5 and the most recently reported HP-UX bug (#6550) was from 2012. The
+Porting and Archive Centre provides libraries required to build TShark,
+and while the GTK+ packages are current (2.24.31) they are 32-bit only.
+Recent Qt packages are not provided.
Contents:
@@ -49,7 +48,7 @@ By default, HP's C compiler doesn't support "long long int" to provide
64-bit integral data types on 32-bit platforms; the "-Ae" flag must be
supplied to enable extensions such as that.
-Wireshark's "configure" script automatically includes that flag if it
+Wireshark's CMake script automatically includes that flag if it
detects that the native compiler is being used on HP-UX; however, the
configure scripts for GTK+ and GLib don't do so, which means that 64-bit
integer support won't be enabled.