diff options
| author | auth12 <[email protected]> | 2020-07-21 13:07:42 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-21 13:07:42 -0700 |
| commit | f09669dd5846d95b063712571ccb7519910a0d6e (patch) | |
| tree | 902f5ad201651f2d96ccf619e90b76cfa06a7b9b /client/wolfssl/wolfcrypt/user-crypto/autogen.sh | |
| parent | Syscalls. (diff) | |
| download | loader-f09669dd5846d95b063712571ccb7519910a0d6e.tar.xz loader-f09669dd5846d95b063712571ccb7519910a0d6e.zip | |
Added game selection.
Started process wrapper.
Removed asmjit.
Diffstat (limited to 'client/wolfssl/wolfcrypt/user-crypto/autogen.sh')
| -rw-r--r-- | client/wolfssl/wolfcrypt/user-crypto/autogen.sh | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/client/wolfssl/wolfcrypt/user-crypto/autogen.sh b/client/wolfssl/wolfcrypt/user-crypto/autogen.sh deleted file mode 100644 index 89e475c..0000000 --- a/client/wolfssl/wolfcrypt/user-crypto/autogen.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# Create configure and makefile stuff... -# - -# Git hooks should come before autoreconf. -if test -d .git; then - if ! test -d .git/hooks; then - mkdir .git/hooks - fi - ln -s -f ../../pre-commit.sh .git/hooks/pre-commit - ln -s -f ../../pre-push.sh .git/hooks/pre-push -fi - -# If this is a source checkout then call autoreconf with error as well -if test -d .git; then - WARNINGS="all,error" -else - WARNINGS="all" -fi - -autoreconf --install --force --verbose - |