aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/site-conf/configure.ac
diff options
context:
space:
mode:
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([])