pineapple/externals/SDL/test/autogen.sh

10 lines
107 B
Bash
Raw Normal View History

2021-04-18 05:35:25 +02:00
#!/bin/sh
2021-05-09 11:30:38 +02:00
2022-07-15 04:00:50 +02:00
set -e
2021-05-09 11:30:38 +02:00
2022-07-15 04:00:50 +02:00
cp acinclude.m4 aclocal.m4
2021-05-09 11:30:38 +02:00
2022-07-15 04:00:50 +02:00
"${AUTOCONF:-autoconf}"
2021-05-09 11:30:38 +02:00
rm aclocal.m4
rm -rf autom4te.cache