summaryrefslogtreecommitdiff
path: root/source3/m4/substnot.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source3/m4/substnot.m4')
-rw-r--r--source3/m4/substnot.m412
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/m4/substnot.m4 b/source3/m4/substnot.m4
new file mode 100644
index 0000000000..27d3f1fbef
--- /dev/null
+++ b/source3/m4/substnot.m4
@@ -0,0 +1,12 @@
+## -*- Autoconf -*-
+# Copyright (C) 2006 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# _AM_SUBST_NOTMAKE(VARIABLE)
+# ---------------------------
+# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
+# This macro is traced by Automake.
+AC_DEFUN([_AM_SUBST_NOTMAKE])