Using @VARNAME@ is a normal style of automake, so lets match that.
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
my $group = 0;
while (<TEMPLATE>) {
- if (/::CONFIG::/) {
+ if (/\@CONFIG\@/) {
my $group = 0;
print " let conf = \"";
while (<CONFIG>) {
module Test_libvirtd_bhyve =
- ::CONFIG::
+ @CONFIG@
test Libvirtd_bhyve.lns get conf =
{ "firmware_dir" = "/usr/local/share/uefi-firmware" }
module Test_libvirtd_libxl =
- ::CONFIG::
+ @CONFIG@
test Libvirtd_libxl.lns get conf =
{ "autoballoon" = "1" }
module Test_libvirt_lockd =
- ::CONFIG::
+ @CONFIG@
test Libvirt_lockd.lns get conf =
{ "auto_disk_leases" = "0" }
module Test_libvirt_sanlock =
- ::CONFIG::
+ @CONFIG@
test Libvirt_sanlock.lns get conf =
{ "auto_disk_leases" = "1" }
module Test_virtlockd =
- ::CONFIG::
+ @CONFIG@
test Virtlockd.lns get conf =
{ "log_level" = "3" }
module Test_virtlogd =
- ::CONFIG::
+ @CONFIG@
test Virtlogd.lns get conf =
{ "log_level" = "3" }
module Test_libvirtd_lxc =
- ::CONFIG::
+ @CONFIG@
test Libvirtd_lxc.lns get conf =
{ "log_with_libvirtd" = "1" }
module Test_libvirtd_qemu =
- ::CONFIG::
+ @CONFIG@
test Libvirtd_qemu.lns get conf =
{ "default_tls_x509_cert_dir" = "/etc/pki/qemu" }
module Test_libvirtd =
- ::CONFIG::
+ @CONFIG@
test Libvirtd.lns get conf =
{ "listen_tls" = "0" }