From 6150443532ef714fcd060e4fe384db11552eb673 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 6 Sep 2006 09:52:16 +0000 Subject: r18152: move our AC macros into lib/replace/libreplace_macros.m4 and include them from there metze (This used to be commit 38f9e90a120b4e62f005a1bac89139ee87f63071) --- source4/lib/replace/aclocal.m4 | 1 + 1 file changed, 1 insertion(+) create mode 100644 source4/lib/replace/aclocal.m4 (limited to 'source4/lib/replace/aclocal.m4') diff --git a/source4/lib/replace/aclocal.m4 b/source4/lib/replace/aclocal.m4 new file mode 100644 index 0000000000..2a7ad94963 --- /dev/null +++ b/source4/lib/replace/aclocal.m4 @@ -0,0 +1 @@ +m4_include(libreplace_macros.m4) -- cgit