substnot.m4 675 B

1234567891011121314151617
  1. ## -*- Autoconf -*-
  2. # Copyright (C) 2006-2017 Free Software Foundation, Inc.
  3. #
  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.
  7. # _AM_SUBST_NOTMAKE(VARIABLE)
  8. # ---------------------------
  9. # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
  10. # This macro is traced by Automake.
  11. AC_DEFUN([_AM_SUBST_NOTMAKE])
  12. # AM_SUBST_NOTMAKE(VARIABLE)
  13. # --------------------------
  14. # Public sister of _AM_SUBST_NOTMAKE.
  15. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])