singe/thirdparty/librs232/autogen.sh
2023-10-23 19:38:18 -05:00

14 lines
188 B
Bash
Executable file

#!/bin/sh
run ()
{
echo "running: $*"
eval $*
if test $? != 0 ; then
echo "error: while running '$*'"
exit 1
fi
}
run autoreconf --force --install --symlink --verbose