yuzu/externals/SDL/test/autogen.sh

12 lines
150 B
Bash
Raw Normal View History

2021-04-18 07:35:25 +04:00
#!/bin/sh
2021-05-09 13:30:38 +04:00
2021-04-18 07:35:25 +04:00
cp acinclude.m4 aclocal.m4
2021-05-09 13:30:38 +04:00
if test "$AUTOCONF"x = x; then
AUTOCONF=autoconf
2021-04-18 07:35:25 +04:00
fi
2021-05-09 13:30:38 +04:00
$AUTOCONF || exit 1
rm aclocal.m4
rm -rf autom4te.cache