From: Holger Freyther Date: Tue, 14 Nov 2006 23:02:24 +0000 (+0000) Subject: Add site-conf a one stop to the utilized autoconf scripts X-Git-Tag: Release-2010-05/1~9453^2~495 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eeeea5198e888833deafbfaa99724e72f519452;p=openembedded.git Add site-conf a one stop to the utilized autoconf scripts --- diff --git a/contrib/site-conf/.mtn-ignore b/contrib/site-conf/.mtn-ignore new file mode 100644 index 0000000000..ffb77a4d67 --- /dev/null +++ b/contrib/site-conf/.mtn-ignore @@ -0,0 +1,3 @@ +configure +config.log +config.status diff --git a/contrib/site-conf/.mtn2git_empty b/contrib/site-conf/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/contrib/site-conf/README b/contrib/site-conf/README new file mode 100644 index 0000000000..08976970d7 --- /dev/null +++ b/contrib/site-conf/README @@ -0,0 +1,7 @@ +Unified source of autoconf tests used to generate the site results + + +Executing this on a new platform will generate the necessary results +to write the right site-conf. + +Copy and paste the autoconf test to an approriate file diff --git a/contrib/site-conf/confifure.ac b/contrib/site-conf/confifure.ac new file mode 100644 index 0000000000..8b02750dec --- /dev/null +++ b/contrib/site-conf/confifure.ac @@ -0,0 +1,2 @@ +AC_INIT([zeckes-tests], [aleph-1], [noreply@::1]) +AC_OUTPUT