Clarify overriding of `*_DEPENDENCIES' in LIBOBJS node.
[automake/ericb.git] / m4 / substnot.m4
blob811d28685437681c2c7ee45cd596f4c31d2957e3
1 ##                                                          -*- Autoconf -*-
2 # Copyright (C) 2006, 2008  Free Software Foundation, Inc.
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # serial 2
10 # _AM_SUBST_NOTMAKE(VARIABLE)
11 # ---------------------------
12 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
13 # This macro is traced by Automake.
14 AC_DEFUN([_AM_SUBST_NOTMAKE])
16 # AM_SUBST_NOTMAKE(VARIABLE)
17 # ---------------------------
18 # Public sister of _AM_SUBST_NOTMAKE.
19 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])