summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-11-15 00:10:21 +0000
committerHolger Freyther <zecke@selfish.org>2006-11-15 00:10:21 +0000
commit942f721377d2a42a1f130d774858333d58ee7767 (patch)
tree31dbd64beb43995cf90dc2513d3355ba170323c7
parent99a536b0501b9e5dc4883c3ca8861ef852566218 (diff)
Add empty and almost empty m4 files for packages we have test results from
Start with the builtin.m4 which will generate test results for the default/builtin autoconf functions. The same pattern needs to be applied to every file...
-rw-r--r--contrib/site-conf/m4/.mtn2git_empty0
-rw-r--r--contrib/site-conf/m4/apache.m41
-rw-r--r--contrib/site-conf/m4/bash.m41
-rw-r--r--contrib/site-conf/m4/builtin.m419
-rw-r--r--contrib/site-conf/m4/clamav.m41
-rw-r--r--contrib/site-conf/m4/coreutils.m41
-rw-r--r--contrib/site-conf/m4/cvs.m41
-rw-r--r--contrib/site-conf/m4/dbus.m41
-rw-r--r--contrib/site-conf/m4/dpkg.m41
-rw-r--r--contrib/site-conf/m4/edb.m41
-rw-r--r--contrib/site-conf/m4/enca.m41
-rw-r--r--contrib/site-conf/m4/ettercap.m41
-rw-r--r--contrib/site-conf/m4/fget.m41
-rw-r--r--contrib/site-conf/m4/fnmatch.m41
-rw-r--r--contrib/site-conf/m4/gettext.m41
-rw-r--r--contrib/site-conf/m4/glib.m41
-rw-r--r--contrib/site-conf/m4/glib2.m41
-rw-r--r--contrib/site-conf/m4/httppc.m41
-rw-r--r--contrib/site-conf/m4/ipsectools.m41
-rw-r--r--contrib/site-conf/m4/jikes.m41
-rw-r--r--contrib/site-conf/m4/lftp.m41
-rw-r--r--contrib/site-conf/m4/libesmtp.m41
-rw-r--r--contrib/site-conf/m4/libidl.m41
-rw-r--r--contrib/site-conf/m4/libnet.m41
-rw-r--r--contrib/site-conf/m4/libxfce4util.m41
-rw-r--r--contrib/site-conf/m4/links.m41
-rw-r--r--contrib/site-conf/m4/mono.m41
-rw-r--r--contrib/site-conf/m4/mysql.m41
-rw-r--r--contrib/site-conf/m4/nano.m41
-rw-r--r--contrib/site-conf/m4/orbit2.m41
-rw-r--r--contrib/site-conf/m4/pcap.m41
-rw-r--r--contrib/site-conf/m4/php.m41
-rw-r--r--contrib/site-conf/m4/rsync.m41
-rw-r--r--contrib/site-conf/m4/samba.m41
-rw-r--r--contrib/site-conf/m4/screen.m41
-rw-r--r--contrib/site-conf/m4/sleepycat.m41
-rw-r--r--contrib/site-conf/m4/slrn.m41
-rw-r--r--contrib/site-conf/m4/socat.m41
-rw-r--r--contrib/site-conf/m4/ssh.m41
-rw-r--r--contrib/site-conf/m4/startupnotification.m41
-rw-r--r--contrib/site-conf/m4/sudo.m41
-rw-r--r--contrib/site-conf/m4/xffm.m41
42 files changed, 59 insertions, 0 deletions
diff --git a/contrib/site-conf/m4/.mtn2git_empty b/contrib/site-conf/m4/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/contrib/site-conf/m4/.mtn2git_empty
diff --git a/contrib/site-conf/m4/apache.m4 b/contrib/site-conf/m4/apache.m4
new file mode 100644
index 0000000000..73e5d0fe42
--- /dev/null
+++ b/contrib/site-conf/m4/apache.m4
@@ -0,0 +1 @@
+# tests from the apache project
diff --git a/contrib/site-conf/m4/bash.m4 b/contrib/site-conf/m4/bash.m4
new file mode 100644
index 0000000000..33bc40683f
--- /dev/null
+++ b/contrib/site-conf/m4/bash.m4
@@ -0,0 +1 @@
+# Tests for bash
diff --git a/contrib/site-conf/m4/builtin.m4 b/contrib/site-conf/m4/builtin.m4
new file mode 100644
index 0000000000..03152f9560
--- /dev/null
+++ b/contrib/site-conf/m4/builtin.m4
@@ -0,0 +1,19 @@
+# Built in tests of autoconf
+
+# Check the builtins
+AC_DEFUN([OE_CHECK_BUILTIN],
+[
+AC_REQUIRE_CPP
+AC_PROG_CC
+AC_LANG_C
+
+AC_FUNC_FNMATCH
+AC_FUNC_MALLOC
+AC_FUNC_GETPGRP
+AC_FUNC_LSTAT
+AC_FUNC_MMAP
+AC_FUNC_MEMCMP
+AC_FUNC_REALLOC
+AC_FUNC_SETPGRP
+AC_FUNC_SETVBUF_REVERSED
+])
diff --git a/contrib/site-conf/m4/clamav.m4 b/contrib/site-conf/m4/clamav.m4
new file mode 100644
index 0000000000..1a095d9900
--- /dev/null
+++ b/contrib/site-conf/m4/clamav.m4
@@ -0,0 +1 @@
+# Tests for clamav
diff --git a/contrib/site-conf/m4/coreutils.m4 b/contrib/site-conf/m4/coreutils.m4
new file mode 100644
index 0000000000..2253589573
--- /dev/null
+++ b/contrib/site-conf/m4/coreutils.m4
@@ -0,0 +1 @@
+# Tests of coreutils
diff --git a/contrib/site-conf/m4/cvs.m4 b/contrib/site-conf/m4/cvs.m4
new file mode 100644
index 0000000000..7b89778fd0
--- /dev/null
+++ b/contrib/site-conf/m4/cvs.m4
@@ -0,0 +1 @@
+# Tests for cvs
diff --git a/contrib/site-conf/m4/dbus.m4 b/contrib/site-conf/m4/dbus.m4
new file mode 100644
index 0000000000..4548597299
--- /dev/null
+++ b/contrib/site-conf/m4/dbus.m4
@@ -0,0 +1 @@
+# Tests of D-BUS
diff --git a/contrib/site-conf/m4/dpkg.m4 b/contrib/site-conf/m4/dpkg.m4
new file mode 100644
index 0000000000..b1771316dc
--- /dev/null
+++ b/contrib/site-conf/m4/dpkg.m4
@@ -0,0 +1 @@
+# Tests for dpkg
diff --git a/contrib/site-conf/m4/edb.m4 b/contrib/site-conf/m4/edb.m4
new file mode 100644
index 0000000000..5cd79d2942
--- /dev/null
+++ b/contrib/site-conf/m4/edb.m4
@@ -0,0 +1 @@
+# Tests of edb
diff --git a/contrib/site-conf/m4/enca.m4 b/contrib/site-conf/m4/enca.m4
new file mode 100644
index 0000000000..bfe9e6c93d
--- /dev/null
+++ b/contrib/site-conf/m4/enca.m4
@@ -0,0 +1 @@
+# tests for enca
diff --git a/contrib/site-conf/m4/ettercap.m4 b/contrib/site-conf/m4/ettercap.m4
new file mode 100644
index 0000000000..81ac0c4fc6
--- /dev/null
+++ b/contrib/site-conf/m4/ettercap.m4
@@ -0,0 +1 @@
+# Tests of ettercap
diff --git a/contrib/site-conf/m4/fget.m4 b/contrib/site-conf/m4/fget.m4
new file mode 100644
index 0000000000..16d67cfd45
--- /dev/null
+++ b/contrib/site-conf/m4/fget.m4
@@ -0,0 +1 @@
+# Tests for fget
diff --git a/contrib/site-conf/m4/fnmatch.m4 b/contrib/site-conf/m4/fnmatch.m4
new file mode 100644
index 0000000000..30d5401616
--- /dev/null
+++ b/contrib/site-conf/m4/fnmatch.m4
@@ -0,0 +1 @@
+# Tests for fnmatch
diff --git a/contrib/site-conf/m4/gettext.m4 b/contrib/site-conf/m4/gettext.m4
new file mode 100644
index 0000000000..d7abc87e4d
--- /dev/null
+++ b/contrib/site-conf/m4/gettext.m4
@@ -0,0 +1 @@
+# Test for gettext
diff --git a/contrib/site-conf/m4/glib.m4 b/contrib/site-conf/m4/glib.m4
new file mode 100644
index 0000000000..0ddd7cf901
--- /dev/null
+++ b/contrib/site-conf/m4/glib.m4
@@ -0,0 +1 @@
+# Tests of glib
diff --git a/contrib/site-conf/m4/glib2.m4 b/contrib/site-conf/m4/glib2.m4
new file mode 100644
index 0000000000..96313b4a98
--- /dev/null
+++ b/contrib/site-conf/m4/glib2.m4
@@ -0,0 +1 @@
+# Tests of glib-2.0
diff --git a/contrib/site-conf/m4/httppc.m4 b/contrib/site-conf/m4/httppc.m4
new file mode 100644
index 0000000000..72bb7c5a5e
--- /dev/null
+++ b/contrib/site-conf/m4/httppc.m4
@@ -0,0 +1 @@
+# Tests of httpppc
diff --git a/contrib/site-conf/m4/ipsectools.m4 b/contrib/site-conf/m4/ipsectools.m4
new file mode 100644
index 0000000000..a638142697
--- /dev/null
+++ b/contrib/site-conf/m4/ipsectools.m4
@@ -0,0 +1 @@
+# Tests for ipsec-tools
diff --git a/contrib/site-conf/m4/jikes.m4 b/contrib/site-conf/m4/jikes.m4
new file mode 100644
index 0000000000..7c209708c7
--- /dev/null
+++ b/contrib/site-conf/m4/jikes.m4
@@ -0,0 +1 @@
+# Test of jiles
diff --git a/contrib/site-conf/m4/lftp.m4 b/contrib/site-conf/m4/lftp.m4
new file mode 100644
index 0000000000..5c2286edeb
--- /dev/null
+++ b/contrib/site-conf/m4/lftp.m4
@@ -0,0 +1 @@
+# Tests of lftp
diff --git a/contrib/site-conf/m4/libesmtp.m4 b/contrib/site-conf/m4/libesmtp.m4
new file mode 100644
index 0000000000..ae897fa64e
--- /dev/null
+++ b/contrib/site-conf/m4/libesmtp.m4
@@ -0,0 +1 @@
+# Tests of esmtp
diff --git a/contrib/site-conf/m4/libidl.m4 b/contrib/site-conf/m4/libidl.m4
new file mode 100644
index 0000000000..b36f72532a
--- /dev/null
+++ b/contrib/site-conf/m4/libidl.m4
@@ -0,0 +1 @@
+# Tests for libidl
diff --git a/contrib/site-conf/m4/libnet.m4 b/contrib/site-conf/m4/libnet.m4
new file mode 100644
index 0000000000..3724ed1583
--- /dev/null
+++ b/contrib/site-conf/m4/libnet.m4
@@ -0,0 +1 @@
+# Tests of libnet
diff --git a/contrib/site-conf/m4/libxfce4util.m4 b/contrib/site-conf/m4/libxfce4util.m4
new file mode 100644
index 0000000000..666f494ebd
--- /dev/null
+++ b/contrib/site-conf/m4/libxfce4util.m4
@@ -0,0 +1 @@
+# Tests for libxfc4eutil
diff --git a/contrib/site-conf/m4/links.m4 b/contrib/site-conf/m4/links.m4
new file mode 100644
index 0000000000..d0fae721e5
--- /dev/null
+++ b/contrib/site-conf/m4/links.m4
@@ -0,0 +1 @@
+# Tests of links
diff --git a/contrib/site-conf/m4/mono.m4 b/contrib/site-conf/m4/mono.m4
new file mode 100644
index 0000000000..4dcd34fbf8
--- /dev/null
+++ b/contrib/site-conf/m4/mono.m4
@@ -0,0 +1 @@
+# Tests for mono
diff --git a/contrib/site-conf/m4/mysql.m4 b/contrib/site-conf/m4/mysql.m4
new file mode 100644
index 0000000000..5c6157f865
--- /dev/null
+++ b/contrib/site-conf/m4/mysql.m4
@@ -0,0 +1 @@
+# Tests for mysql
diff --git a/contrib/site-conf/m4/nano.m4 b/contrib/site-conf/m4/nano.m4
new file mode 100644
index 0000000000..75f3a82dc9
--- /dev/null
+++ b/contrib/site-conf/m4/nano.m4
@@ -0,0 +1 @@
+# Tests of nano
diff --git a/contrib/site-conf/m4/orbit2.m4 b/contrib/site-conf/m4/orbit2.m4
new file mode 100644
index 0000000000..8555debbd8
--- /dev/null
+++ b/contrib/site-conf/m4/orbit2.m4
@@ -0,0 +1 @@
+# Tests for orbit2
diff --git a/contrib/site-conf/m4/pcap.m4 b/contrib/site-conf/m4/pcap.m4
new file mode 100644
index 0000000000..a9f7589805
--- /dev/null
+++ b/contrib/site-conf/m4/pcap.m4
@@ -0,0 +1 @@
+# Tests of libpcap
diff --git a/contrib/site-conf/m4/php.m4 b/contrib/site-conf/m4/php.m4
new file mode 100644
index 0000000000..da70c06fcb
--- /dev/null
+++ b/contrib/site-conf/m4/php.m4
@@ -0,0 +1 @@
+# Tests of php
diff --git a/contrib/site-conf/m4/rsync.m4 b/contrib/site-conf/m4/rsync.m4
new file mode 100644
index 0000000000..98d3e319d5
--- /dev/null
+++ b/contrib/site-conf/m4/rsync.m4
@@ -0,0 +1 @@
+# Tests for rsync
diff --git a/contrib/site-conf/m4/samba.m4 b/contrib/site-conf/m4/samba.m4
new file mode 100644
index 0000000000..99f9bf0d66
--- /dev/null
+++ b/contrib/site-conf/m4/samba.m4
@@ -0,0 +1 @@
+# Tests of samba
diff --git a/contrib/site-conf/m4/screen.m4 b/contrib/site-conf/m4/screen.m4
new file mode 100644
index 0000000000..750893b5f2
--- /dev/null
+++ b/contrib/site-conf/m4/screen.m4
@@ -0,0 +1 @@
+# Tests of screen
diff --git a/contrib/site-conf/m4/sleepycat.m4 b/contrib/site-conf/m4/sleepycat.m4
new file mode 100644
index 0000000000..7f00982ed6
--- /dev/null
+++ b/contrib/site-conf/m4/sleepycat.m4
@@ -0,0 +1 @@
+# Tests of sleepycat db
diff --git a/contrib/site-conf/m4/slrn.m4 b/contrib/site-conf/m4/slrn.m4
new file mode 100644
index 0000000000..d12bfb6f8f
--- /dev/null
+++ b/contrib/site-conf/m4/slrn.m4
@@ -0,0 +1 @@
+# Tests for slrn
diff --git a/contrib/site-conf/m4/socat.m4 b/contrib/site-conf/m4/socat.m4
new file mode 100644
index 0000000000..c854ebac21
--- /dev/null
+++ b/contrib/site-conf/m4/socat.m4
@@ -0,0 +1 @@
+# Tests of socat
diff --git a/contrib/site-conf/m4/ssh.m4 b/contrib/site-conf/m4/ssh.m4
new file mode 100644
index 0000000000..4676209292
--- /dev/null
+++ b/contrib/site-conf/m4/ssh.m4
@@ -0,0 +1 @@
+# tests from the OpenSSH project
diff --git a/contrib/site-conf/m4/startupnotification.m4 b/contrib/site-conf/m4/startupnotification.m4
new file mode 100644
index 0000000000..18cb0250cd
--- /dev/null
+++ b/contrib/site-conf/m4/startupnotification.m4
@@ -0,0 +1 @@
+# Tests for startup notification
diff --git a/contrib/site-conf/m4/sudo.m4 b/contrib/site-conf/m4/sudo.m4
new file mode 100644
index 0000000000..2b7cf55e99
--- /dev/null
+++ b/contrib/site-conf/m4/sudo.m4
@@ -0,0 +1 @@
+# Tests for sudo
diff --git a/contrib/site-conf/m4/xffm.m4 b/contrib/site-conf/m4/xffm.m4
new file mode 100644
index 0000000000..78f178e0a8
--- /dev/null
+++ b/contrib/site-conf/m4/xffm.m4
@@ -0,0 +1 @@
+# Tests for xffm