summaryrefslogtreecommitdiff
path: root/source3/aclocal.m4
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2000-03-31 22:30:13 +0000
committerHerb Lewis <herb@samba.org>2000-03-31 22:30:13 +0000
commit42796c43472885486b3b081003d87917c46951c3 (patch)
tree267c9360b5ef97f8c7776135dc1f235ace63be52 /source3/aclocal.m4
parent15bb28ccd2aeb712c2d874912adc465d83809d60 (diff)
downloadsamba-42796c43472885486b3b081003d87917c46951c3.tar.gz
samba-42796c43472885486b3b081003d87917c46951c3.tar.bz2
samba-42796c43472885486b3b081003d87917c46951c3.zip
fixes for broken IRIX header file merged from 2.0 branch
(This used to be commit 351b25727e69864f06f363c1fce1ab04f3f2ca77)
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