Add empty and almost empty m4 files for packages we have test results from
authorHolger Freyther <zecke@selfish.org>
Wed, 15 Nov 2006 00:10:21 +0000 (00:10 +0000)
committerHolger Freyther <zecke@selfish.org>
Wed, 15 Nov 2006 00:10:21 +0000 (00:10 +0000)
    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...

42 files changed:
contrib/site-conf/m4/.mtn2git_empty [new file with mode: 0644]
contrib/site-conf/m4/apache.m4 [new file with mode: 0644]
contrib/site-conf/m4/bash.m4 [new file with mode: 0644]
contrib/site-conf/m4/builtin.m4 [new file with mode: 0644]
contrib/site-conf/m4/clamav.m4 [new file with mode: 0644]
contrib/site-conf/m4/coreutils.m4 [new file with mode: 0644]
contrib/site-conf/m4/cvs.m4 [new file with mode: 0644]
contrib/site-conf/m4/dbus.m4 [new file with mode: 0644]
contrib/site-conf/m4/dpkg.m4 [new file with mode: 0644]
contrib/site-conf/m4/edb.m4 [new file with mode: 0644]
contrib/site-conf/m4/enca.m4 [new file with mode: 0644]
contrib/site-conf/m4/ettercap.m4 [new file with mode: 0644]
contrib/site-conf/m4/fget.m4 [new file with mode: 0644]
contrib/site-conf/m4/fnmatch.m4 [new file with mode: 0644]
contrib/site-conf/m4/gettext.m4 [new file with mode: 0644]
contrib/site-conf/m4/glib.m4 [new file with mode: 0644]
contrib/site-conf/m4/glib2.m4 [new file with mode: 0644]
contrib/site-conf/m4/httppc.m4 [new file with mode: 0644]
contrib/site-conf/m4/ipsectools.m4 [new file with mode: 0644]
contrib/site-conf/m4/jikes.m4 [new file with mode: 0644]
contrib/site-conf/m4/lftp.m4 [new file with mode: 0644]
contrib/site-conf/m4/libesmtp.m4 [new file with mode: 0644]
contrib/site-conf/m4/libidl.m4 [new file with mode: 0644]
contrib/site-conf/m4/libnet.m4 [new file with mode: 0644]
contrib/site-conf/m4/libxfce4util.m4 [new file with mode: 0644]
contrib/site-conf/m4/links.m4 [new file with mode: 0644]
contrib/site-conf/m4/mono.m4 [new file with mode: 0644]
contrib/site-conf/m4/mysql.m4 [new file with mode: 0644]
contrib/site-conf/m4/nano.m4 [new file with mode: 0644]
contrib/site-conf/m4/orbit2.m4 [new file with mode: 0644]
contrib/site-conf/m4/pcap.m4 [new file with mode: 0644]
contrib/site-conf/m4/php.m4 [new file with mode: 0644]
contrib/site-conf/m4/rsync.m4 [new file with mode: 0644]
contrib/site-conf/m4/samba.m4 [new file with mode: 0644]
contrib/site-conf/m4/screen.m4 [new file with mode: 0644]
contrib/site-conf/m4/sleepycat.m4 [new file with mode: 0644]
contrib/site-conf/m4/slrn.m4 [new file with mode: 0644]
contrib/site-conf/m4/socat.m4 [new file with mode: 0644]
contrib/site-conf/m4/ssh.m4 [new file with mode: 0644]
contrib/site-conf/m4/startupnotification.m4 [new file with mode: 0644]
contrib/site-conf/m4/sudo.m4 [new file with mode: 0644]
contrib/site-conf/m4/xffm.m4 [new file with mode: 0644]

diff --git a/contrib/site-conf/m4/.mtn2git_empty b/contrib/site-conf/m4/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/contrib/site-conf/m4/apache.m4 b/contrib/site-conf/m4/apache.m4
new file mode 100644 (file)
index 0000000..73e5d0f
--- /dev/null
@@ -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 (file)
index 0000000..33bc406
--- /dev/null
@@ -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 (file)
index 0000000..03152f9
--- /dev/null
@@ -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 (file)
index 0000000..1a095d9
--- /dev/null
@@ -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 (file)
index 0000000..2253589
--- /dev/null
@@ -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 (file)
index 0000000..7b89778
--- /dev/null
@@ -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 (file)
index 0000000..4548597
--- /dev/null
@@ -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 (file)
index 0000000..b177131
--- /dev/null
@@ -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 (file)
index 0000000..5cd79d2
--- /dev/null
@@ -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 (file)
index 0000000..bfe9e6c
--- /dev/null
@@ -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 (file)
index 0000000..81ac0c4
--- /dev/null
@@ -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 (file)
index 0000000..16d67cf
--- /dev/null
@@ -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 (file)
index 0000000..30d5401
--- /dev/null
@@ -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 (file)
index 0000000..d7abc87
--- /dev/null
@@ -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 (file)
index 0000000..0ddd7cf
--- /dev/null
@@ -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 (file)
index 0000000..96313b4
--- /dev/null
@@ -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 (file)
index 0000000..72bb7c5
--- /dev/null
@@ -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 (file)
index 0000000..a638142
--- /dev/null
@@ -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 (file)
index 0000000..7c20970
--- /dev/null
@@ -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 (file)
index 0000000..5c2286e
--- /dev/null
@@ -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 (file)
index 0000000..ae897fa
--- /dev/null
@@ -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 (file)
index 0000000..b36f725
--- /dev/null
@@ -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 (file)
index 0000000..3724ed1
--- /dev/null
@@ -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 (file)
index 0000000..666f494
--- /dev/null
@@ -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 (file)
index 0000000..d0fae72
--- /dev/null
@@ -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 (file)
index 0000000..4dcd34f
--- /dev/null
@@ -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 (file)
index 0000000..5c6157f
--- /dev/null
@@ -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 (file)
index 0000000..75f3a82
--- /dev/null
@@ -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 (file)
index 0000000..8555deb
--- /dev/null
@@ -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 (file)
index 0000000..a9f7589
--- /dev/null
@@ -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 (file)
index 0000000..da70c06
--- /dev/null
@@ -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 (file)
index 0000000..98d3e31
--- /dev/null
@@ -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 (file)
index 0000000..99f9bf0
--- /dev/null
@@ -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 (file)
index 0000000..750893b
--- /dev/null
@@ -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 (file)
index 0000000..7f00982
--- /dev/null
@@ -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 (file)
index 0000000..d12bfb6
--- /dev/null
@@ -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 (file)
index 0000000..c854eba
--- /dev/null
@@ -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 (file)
index 0000000..4676209
--- /dev/null
@@ -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 (file)
index 0000000..18cb025
--- /dev/null
@@ -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 (file)
index 0000000..2b7cf55
--- /dev/null
@@ -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 (file)
index 0000000..78f178e
--- /dev/null
@@ -0,0 +1 @@
+# Tests for xffm