autoconf: fix pio checks name 92/12992/3
authorMichael Meffie <mmeffie@sinenomine.net>
Wed, 4 Apr 2018 22:13:24 +0000 (18:13 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 19 Oct 2018 03:47:23 +0000 (23:47 -0400)
The autoconf macro to perform the positional i/o checks was misnamed as
hpux checks (since there happens to be a specific check for hpux at the
top of the macro).  Change the macro name and m4 file name to be more
accurately named.

Change-Id: Ib85728fbfe67930cb5f9f1f0e34f7aa1195fdfc6
Reviewed-on: https://gerrit.openafs.org/12992
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>

acinclude.m4
src/cf/pio.m4 [moved from src/cf/hpux.m4 with 96% similarity]

index c06945c..bb3cb2b 100644 (file)
@@ -60,7 +60,7 @@ OPENAFS_NETDB_CHECKS
 AC_HEADER_TIME
 OPENAFS_ROKEN_HEADERS
 OPENAFS_BSWAP_CHECKS
-OPENAFS_HPUX_CHECKS
+OPENAFS_PIO_CHECKS
 OPENAFS_REGEX_CHECKS
 OPENAFS_MORE_PTHREAD_CHECKS
 OPENAFS_TYPE_CHECKS
similarity index 96%
rename from src/cf/hpux.m4
rename to src/cf/pio.m4
index 0ceed16..6286e5d 100644 (file)
@@ -1,4 +1,4 @@
-AC_DEFUN([OPENAFS_HPUX_CHECKS],[
+AC_DEFUN([OPENAFS_PIO_CHECKS],[
 case $AFS_SYSNAME in
 *hp_ux* | *hpux*)
    AC_MSG_WARN([Some versions of HP-UX have a buggy positional I/O implementation. Forcing no positional I/O.])