From 5f4be6e3b31d552dc6d293adebf03415532592e9 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Wed, 15 Nov 2006 00:11:44 +0000 Subject: site-conf: Include builtin.m4 through aclocal.m4 and execute the defined function Document how to generate the configure script, document how to add a new package and do that for the builtin functions --- contrib/site-conf/configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contrib/site-conf/configure.ac (limited to 'contrib/site-conf/configure.ac') diff --git a/contrib/site-conf/configure.ac b/contrib/site-conf/configure.ac new file mode 100644 index 0000000000..0f08732a08 --- /dev/null +++ b/contrib/site-conf/configure.ac @@ -0,0 +1,11 @@ +AC_INIT([zeckes-tests], [aleph-1], [noreply@::1]) +AC_PREREQ([2.60]) + +# +#AC_CONFIG_MACRO_DIR([m4]) +AC_GNU_SOURCE + +OE_CHECK_BUILTIN + + +AC_OUTPUT([]) -- cgit 1.2.3-korg