diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-05-03 01:11:39 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-05-03 01:11:39 -0700 |
commit | de8c678961226d0a7eb1f1276e8f5e842a33c3af (patch) | |
tree | bdfe3a077e651c60319dde62535185cde924d90d /bootstrap |
*: initial commit derived from whale stage code
This code was used in whale [1], and prior to that was used in
a smaller project called mal. Since I seemed to be doing a lot of
reusing and building upon this, it seemed prudent to just stick it
in a repo as a .a I could submodule in future SDL2 art projects.
There are some kludges in this code currently, which will be fixed up
in time.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..99f6f06 --- /dev/null +++ b/bootstrap @@ -0,0 +1,5 @@ +#!/bin/sh + +aclocal \ +&& automake --gnu --add-missing \ +&& autoconf |