summaryrefslogtreecommitdiff
path: root/source3/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aclocal.m4')
-rw-r--r--source3/aclocal.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/aclocal.m4 b/source3/aclocal.m4
index 39ba426e1a..5b866d583b 100644
--- a/source3/aclocal.m4
+++ b/source3/aclocal.m4
@@ -84,6 +84,14 @@ define(AC_N_DEFINE,
EOF
])
+dnl Add an #include
+dnl AC_ADD_INCLUDE(VARIABLE)
+define(AC_ADD_INCLUDE,
+[cat >> confdefs.h <<\EOF
+[#include] $1
+EOF
+])
+
## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
## Copyright (C) 1996-1999 Free Software Foundation, Inc.
## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996