In autoconf v2.68, AC_LANG_PROGRAM must be quoted
authorPrakash Surya <surya1@llnl.gov>
Fri, 25 Nov 2011 00:37:27 +0000 (16:37 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 28 Nov 2011 19:16:33 +0000 (11:16 -0800)
commite89236fd28cbe8585146b8b5d0ced1f8d4aa8431
treed09de1bbfdf0ee6c1bd66c5225878fb1d1cdf51f
parentada8ec1ec5b0bfdab74bafda49e2f7a67dc7101d
In autoconf v2.68, AC_LANG_PROGRAM must be quoted

This change updates the AC_LANG_PROGRAM autoconf macro invocations to be
wrapped in quotes. As of autoconf version 2.68, the quotes are necessary
to prevent warnings from appearing. Specifically, the autoconf v2.68
Forward Porting Notes specifies:

    It is important to note that you need to ensure that the call to
    AC_LANG_SOURCE is quoted and not expanded, otherwise that will
    cause the warning to appear nonetheless.

Finally, because of the additional quoting we can drop the extra
quotas used by the ZFS_AC_CONFIG_USER_STACK_GUARD autoconf check.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #464
config/always-no-unused-but-set-variable.m4
config/user-frame-larger-than.m4
config/user-libblkid.m4
config/user-nptl_guard_within_stack.m4