]> Git Repo - qemu.git/blobdiff - configure
readline: Add missing GCC_FMT_ATTR
[qemu.git] / configure
index b472694cb2f76e3de651c2307eecaabb4342cee7..236764a3bddb23acaedc339d5f429fe8f633cc3c 100755 (executable)
--- a/configure
+++ b/configure
@@ -4774,6 +4774,10 @@ for bios_file in \
 do
     FILES="$FILES pc-bios/`basename $bios_file`"
 done
+for test_file in `find $source_path/tests/acpi-test-data -type f`
+do
+    FILES="$FILES tests/acpi-test-data`echo $test_file | sed -e 's/.*acpi-test-data//'`"
+done
 mkdir -p $DIRS
 for f in $FILES ; do
     if [ -e "$source_path/$f" ] && [ "$source_path" != `pwd` ]; then
This page took 0.022937 seconds and 4 git commands to generate.