summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/SDL2/test/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/SDL2/test/autogen.sh')
-rw-r--r--3rdparty/SDL2/test/autogen.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/3rdparty/SDL2/test/autogen.sh b/3rdparty/SDL2/test/autogen.sh
deleted file mode 100644
index 939f34c0f39..00000000000
--- a/3rdparty/SDL2/test/autogen.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# Regenerate configuration files
-cp acinclude.m4 aclocal.m4
-found=false
-for autoconf in autoconf autoconf259 autoconf-2.59
-do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
-done
-if test x$found = xfalse; then
- echo "Couldn't find autoconf, aborting"
- exit 1
-fi