0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-01-10 12:00:48 +00:00
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