news: update w.r.t. recent depcomp changes
[automake.git] / m4 / substnot.m4
blob1830e796dd568ae3559008638aee6340e0731b9c
1 ##                                                          -*- Autoconf -*-
2 # Copyright (C) 2006-2012 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 # _AM_SUBST_NOTMAKE(VARIABLE)
9 # ---------------------------
10 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
11 # This macro is traced by Automake.
12 AC_DEFUN([_AM_SUBST_NOTMAKE])
14 # AM_SUBST_NOTMAKE(VARIABLE)
15 # --------------------------
16 # Public sister of _AM_SUBST_NOTMAKE.
17 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])