1 # ===========================================================================
2 # http://www.gnu.org/software/autoconf-archive/ax_add_am_macro.html
3 # ===========================================================================
7 # AX_ADD_AM_MACRO([RULE])
11 # Adds the specified rule to $AMINCLUDE. This macro will only work
12 # properly with implementations of Make which allow include statements.
13 # See also AX_ADD_AM_MACRO_STATIC.
17 # Copyright (c) 2009 Tom Howard <tomhoward@users.sf.net>
19 # Copying and distribution of this file, with or without modification, are
20 # permitted in any medium without royalty provided the copyright notice
21 # and this notice are preserved. This file is offered as-is, without any
26 AC_DEFUN([AX_ADD_AM_MACRO],[
27 AC_REQUIRE([AX_AM_MACROS])
28 AX_APPEND_TO_FILE([$AMINCLUDE],[$1])