dosemu2/scripts/aconf.sh
geos_one 17bb5d7efa
Some checks failed
Build / build (push) Has been cancelled
New upstream version 2.0-0.9
2025-08-14 09:28:49 +02:00

11 lines
144 B
Bash
Executable File

if [ $# != 2 ]; then
exit 1
fi
if [ -d "$2/m4" ]; then
AC_F="-I $2/m4 -I $1/m4"
else
AC_F="-I $1/m4"
fi
autoreconf -v $AC_F
exit $?