diff options
author | Holger Freyther <zecke@selfish.org> | 2006-11-14 23:02:24 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-11-14 23:02:24 +0000 |
commit | 8eeeea5198e888833deafbfaa99724e72f519452 (patch) | |
tree | 8192187b1b10e41652466a1568b9cf2800fdf7e9 /contrib | |
parent | 0b152ed05c0cd22f440c00e44357b95d470ccbf0 (diff) |
Add site-conf a one stop to the utilized autoconf scripts
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/site-conf/.mtn-ignore | 3 | ||||
-rw-r--r-- | contrib/site-conf/.mtn2git_empty | 0 | ||||
-rw-r--r-- | contrib/site-conf/README | 7 | ||||
-rw-r--r-- | contrib/site-conf/confifure.ac | 2 |
4 files changed, 12 insertions, 0 deletions
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 --- /dev/null +++ b/contrib/site-conf/.mtn2git_empty 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 |