mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-03 01:18:00 +03:00
13 lines
158 B
Bash
Executable File
13 lines
158 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
set -x
|
|
|
|
rm -f config.status
|
|
|
|
# Make makefiles.
|
|
autoreconf --force --install --verbose
|
|
intltoolize --force --copy --automake
|
|
|
|
./configure $@
|