mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-07-23 00:51:15 +03:00
10 lines
107 B
Bash
10 lines
107 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cp acinclude.m4 aclocal.m4
|
|
|
|
"${AUTOCONF:-autoconf}"
|
|
rm aclocal.m4
|
|
rm -rf autom4te.cache
|