mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-09 17:51:36 +00:00
9 lines
107 B
Bash
Executable file
9 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cp acinclude.m4 aclocal.m4
|
|
|
|
"${AUTOCONF:-autoconf}"
|
|
rm aclocal.m4
|
|
rm -rf autom4te.cache
|