Tag 2.2.0-rc4
[zfs.git] / config / ax_save_flags.m4
blobd2a054223b910e8da1815417b9488d17ed707105
1 # ===========================================================================
2 #       http://www.gnu.org/software/autoconf-archive/ax_save_flags.html
3 # ===========================================================================
5 # SYNOPSIS
7 #   AX_SAVE_FLAGS()
9 # DESCRIPTION
11 #   Save common compilation flags into temporary variables
13 # LICENSE
15 #   Copyright (c) 2009 Filippo Giunchedi <filippo@esaurito.net>
17 #   Copying and distribution of this file, with or without modification, are
18 #   permitted in any medium without royalty provided the copyright notice
19 #   and this notice are preserved. This file is offered as-is, without any
20 #   warranty.
22 #serial 3
24 AC_DEFUN([AX_SAVE_FLAGS], [
25   CPPFLAGS_save="${CPPFLAGS}"
26   CFLAGS_save="${CFLAGS}"
27   CXXFLAGS_save="${CXXFLAGS}"
28   OBJCFLAGS_save="${OBJCFLAGS}"
29   LDFLAGS_save="${LDFLAGS}"
30   LIBS_save="${LIBS}"