pineapple/externals/SDL/visualtest/autogen.sh

12 lines
150 B
Bash
Raw Normal View History

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