aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/site-conf/configure.ac
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-11-15 00:11:44 +0000
committerHolger Freyther <zecke@selfish.org>2006-11-15 00:11:44 +0000
commit5f4be6e3b31d552dc6d293adebf03415532592e9 (patch)
tree6751696a15d119417ef659f53815c0659c868253 /contrib/site-conf/configure.ac
parent942f721377d2a42a1f130d774858333d58ee7767 (diff)
downloadopenembedded-5f4be6e3b31d552dc6d293adebf03415532592e9.tar.gz
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
Diffstat (limited to 'contrib/site-conf/configure.ac')
-rw-r--r--contrib/site-conf/configure.ac11
1 files changed, 11 insertions, 0 deletions
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([])