h1-mod/deps/udis86/autogen.sh

5 lines
149 B
Bash
Raw Normal View History

2024-03-07 00:54:15 -05:00
#!/bin/bash
#
if [ ! -e build/m4 ]; then mkdir -p build/m4; fi
autoreconf --force -v --install || ( echo "autogen: autoreconf -i failed." && false )