]> git.ozlabs.org Git - ccan/blobdiff - ccan_tools/talloc/configure.ac
Removed ccan_tools versions of talloc and libtap in favor of ccan ones.
[ccan] / ccan_tools / talloc / configure.ac
diff --git a/ccan_tools/talloc/configure.ac b/ccan_tools/talloc/configure.ac
deleted file mode 100644 (file)
index e972bbd..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-AC_PREREQ(2.50)
-AC_INIT(talloc, 1.1.0)
-AC_CONFIG_SRCDIR([talloc.c])
-AC_SUBST(datarootdir)
-AC_CONFIG_HEADER(config.h)
-
-m4_include(libtalloc.m4)
-
-AC_PATH_PROG(XSLTPROC,xsltproc)
-DOC_TARGET=""
-if test -n "$XSLTPROC"; then
-       DOC_TARGET=doc
-fi
-AC_SUBST(DOC_TARGET)
-
-AC_OUTPUT(Makefile talloc.pc)