summaryrefslogtreecommitdiff
path: root/source4/lib/replace/libreplace_macros.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-13 16:15:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:36 -0500
commit3de6b469ccadfbaa0c16535c3f17049ffb96aef1 (patch)
tree8aa2540d323358739d85053bb1bbe5f24ab7bdbb /source4/lib/replace/libreplace_macros.m4
parentea50e4f30aad94320c7d8bbc3e33dd6b10777bbe (diff)
downloadsamba-3de6b469ccadfbaa0c16535c3f17049ffb96aef1.tar.gz
samba-3de6b469ccadfbaa0c16535c3f17049ffb96aef1.tar.bz2
samba-3de6b469ccadfbaa0c16535c3f17049ffb96aef1.zip
r18479: start hiding libreplace configure tests behind macros
AC_LIBREPLACE_CC_CHECKS AC_LIBREPLACE_BROKEN_CHECKS and AC_LIBREPLACE_ALL_CHECKS which calls the 2 others I'll add some more, so that samba3/samba4 can later call them in the wanted order and all standalone builds use AC_LIBREPLACE_ALL_CHECKS. metze (This used to be commit e7a30456c76f4bf9a79cdcff6b15c894bc20c954)
Diffstat (limited to 'source4/lib/replace/libreplace_macros.m4')
-rw-r--r--source4/lib/replace/libreplace_macros.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/replace/libreplace_macros.m4 b/source4/lib/replace/libreplace_macros.m4
index 71ef64337b..67a770c9e2 100644
--- a/source4/lib/replace/libreplace_macros.m4
+++ b/source4/lib/replace/libreplace_macros.m4
@@ -251,4 +251,6 @@ define(AC_ADD_INCLUDE,
EOF
])
+m4_include(libreplace_cc.m4)
m4_include(autoconf-2.60.m4)
+