mirror of
https://github.com/ModOrganizer2/udis86.git
synced 2026-07-27 14:05:57 -07:00
5 lines
149 B
Bash
Executable File
5 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
if [ ! -e build/m4 ]; then mkdir -p build/m4; fi
|
|
autoreconf --force -v --install || ( echo "autogen: autoreconf -i failed." && false )
|