Skip to content

Commit ebabcdf

Browse files
committed
Initial pristine autosetup bits.
1 parent 7d8fab3 commit ebabcdf

19 files changed

+33042
-14077
lines changed

auto.def

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Initial auto.def created by 'autosetup --init=make'
2+
3+
use cc
4+
5+
# Add any user options here
6+
options {
7+
}
8+
9+
make-config-header config.h
10+
make-template Makefile.in

autosetup/LICENSE

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Unless explicitly stated, all files which form part of autosetup
2+
are released under the following license:
3+
4+
---------------------------------------------------------------------
5+
autosetup - A build environment "autoconfigurator"
6+
7+
Copyright (c) 2010-2011, WorkWare Systems <http://workware.net.au/>
8+
9+
Redistribution and use in source and binary forms, with or without
10+
modification, are permitted provided that the following conditions
11+
are met:
12+
13+
1. Redistributions of source code must retain the above copyright
14+
notice, this list of conditions and the following disclaimer.
15+
2. Redistributions in binary form must reproduce the above
16+
copyright notice, this list of conditions and the following
17+
disclaimer in the documentation and/or other materials
18+
provided with the distribution.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE WORKWARE SYSTEMS ``AS IS'' AND ANY
21+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
22+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
23+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WORKWARE
24+
SYSTEMS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
25+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
26+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
29+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
31+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32+
33+
The views and conclusions contained in the software and documentation
34+
are those of the authors and should not be interpreted as representing
35+
official policies, either expressed or implied, of WorkWare Systems.

autosetup/README.autosetup

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
README.autosetup created by autosetup v0.7.2
2+
3+
This is the autosetup directory for a local install of autosetup.
4+
It contains autosetup, support files and loadable modules.
5+
6+
*.tcl files in this directory are optional modules which
7+
can be loaded with the 'use' directive.
8+
9+
*.auto files in this directory are auto-loaded.
10+
11+
For more information, see https://msteveb.github.io/autosetup/

0 commit comments

Comments
 (0)