virt-manager/autogen.sh

14 lines
159 B
Bash
Executable File

#!/bin/sh
set -e
set -x
rm -f config.status
# Make makefiles.
autoreconf --install --force
intltoolize --automake --copy --force
autoreconf
./configure $@