]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Linux: Add AC_CHECK_LINUX_OPERATION configure macro
authorMarc Dionne <marc.dionne@your-file-system.com>
Mon, 6 Jul 2015 15:00:10 +0000 (12:00 -0300)
committerStephan Wiesand <stephan.wiesand@desy.de>
Mon, 31 Aug 2015 19:26:25 +0000 (15:26 -0400)
commitdfcf0b348886b4a97d2c8a8b90eae98ad9e25834
tree601496da01a8efa7485623ee8ba6fd15ebd24af3
parent2e5ba7e16c6797a39323173ce17a1db698526c2c
Linux: Add AC_CHECK_LINUX_OPERATION configure macro

Add a new macro to check the signature of a particular
operation against a provided typed argument list.
One of the arguments is an arbitrary label that is used
to construct the pre-processor define name.  This will
allow for testing of different forms for the same
operation.

This can be used to replace many of the remaining odd
checks in src/cf/linux_test4.m4.

Reviewed-on: http://gerrit.openafs.org/11927
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit c2c0b6bc86c6d67814d0f7fe14fa8eefc445b4a4)

Change-Id: Id929412d87bb9fc38b2b599abbe3fddca3cda4b1
Reviewed-on: http://gerrit.openafs.org/11950
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/cf/linux-test1.m4