SRB2/libs/SDL2/test/autogen.sh

12 lines
150 B
Bash
Raw Normal View History

2016-05-18 05:53:35 +00:00
#!/bin/sh
2016-05-18 05:53:35 +00:00
cp acinclude.m4 aclocal.m4
if test "$AUTOCONF"x = x; then
AUTOCONF=autoconf
2016-05-18 05:53:35 +00:00
fi
$AUTOCONF || exit 1
rm aclocal.m4
rm -rf autom4te.cache