]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Linux: allow compile flags to be passed to AC_CHECK_LINUX_BUILD
authorMarc Dionne <marc.c.dionne@gmail.com>
Sat, 29 Jan 2011 00:03:39 +0000 (19:03 -0500)
committerRuss Allbery <rra@debian.org>
Mon, 28 Feb 2011 23:58:11 +0000 (15:58 -0800)
commitbd7c63deeb897ab28fee0cf8fc7f841fb20d5fb5
treea54f83be66bcc843786c2d2f3db2b0ddbe85e27b
parent09ee69e2ff1e9b41e16edb970db7e143ec4ad42d
Linux: allow compile flags to be passed to AC_CHECK_LINUX_BUILD

Some linux autoconf tests require particular compile flags such as
-Werror.  Add a parameter to the AC_CHECK_LINUX_BUILD macro that
lets the caller pass in any needed special flags.

Reviewed-on: http://gerrit.openafs.org/3769
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit ca38c9546e323b59189670b80740510fb9ec5269)

Change-Id: I8798e103b2aff77b87684b7fce56c730f0a74b8b
[andersk@mit.edu: Remove modifications of existing tests]
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Reviewed-on: http://gerrit.openafs.org/3996
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Russ Allbery <rra@stanford.edu>
(cherry picked from commit a9ca625ba761d28a54bf817438cb9d42eb421672)
src/cf/linux-test1.m4
src/cf/linux-test4.m4