The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/openzfs/config/ax_restore_flags.m4

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # ===========================================================================
    2 #     http://www.gnu.org/software/autoconf-archive/ax_restore_flags.html
    3 # ===========================================================================
    4 #
    5 # SYNOPSIS
    6 #
    7 #   AX_RESTORE_FLAGS()
    8 #
    9 # DESCRIPTION
   10 #
   11 #   Restore common compilation flags from temporary variables
   12 #
   13 # LICENSE
   14 #
   15 #   Copyright (c) 2009 Filippo Giunchedi <filippo@esaurito.net>
   16 #
   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.
   21 
   22 #serial 3
   23 
   24 AC_DEFUN([AX_RESTORE_FLAGS], [
   25   CPPFLAGS="${CPPFLAGS_save}"
   26   CFLAGS="${CFLAGS_save}"
   27   CXXFLAGS="${CXXFLAGS_save}"
   28   OBJCFLAGS="${OBJCFLAGS_save}"
   29   LDFLAGS="${LDFLAGS_save}"
   30   LIBS="${LIBS_save}"
   31 ])

Cache object: 63a52208c50840f188aa20b9007d07c9


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.