initial commit-moved from vulkan_guide
This commit is contained in:
11
third_party/SDL/visualtest/autogen.sh
vendored
Normal file
11
third_party/SDL/visualtest/autogen.sh
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp acinclude.m4 aclocal.m4
|
||||
|
||||
if test "$AUTOCONF"x = x; then
|
||||
AUTOCONF=autoconf
|
||||
fi
|
||||
|
||||
$AUTOCONF || exit 1
|
||||
rm aclocal.m4
|
||||
rm -rf autom4te.cache
|
||||
Reference in New Issue
Block a user