libx52/.github/scripts/configure-build.sh

10 lines
165 B
Bash
Executable File

#!/bin/bash
# Run configure in the build directory and stop
# The generated files will be used to run Doxygen
set -e
./autogen.sh
mkdir build
cd build
../configure