Skip to content

Commit

Permalink
configure: rename $confdir to $qemu_confdir
Browse files Browse the repository at this point in the history
There's no "confdir" variable on Autoconf, but it's good to make it
clear that it's a variable for the Qemu-specific subdirectory inside
$sysconfdir.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
  • Loading branch information
ehabkost authored and Anthony Liguori committed Apr 24, 2012
1 parent 850da18 commit 10ea68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -2879,7 +2879,7 @@ if test "$mingw32" = "yes" ; then
done
fi

confdir=$sysconfdir$confsuffix
qemu_confdir=$sysconfdir$confsuffix

tools=
if test "$softmmu" = yes ; then
Expand Down Expand Up @@ -3025,7 +3025,7 @@ echo "mandir=$mandir" >> $config_host_mak
echo "datadir=$qemu_datadir" >> $config_host_mak
echo "sysconfdir=$sysconfdir" >> $config_host_mak
echo "docdir=$qemu_docdir" >> $config_host_mak
echo "confdir=$confdir" >> $config_host_mak
echo "confdir=$qemu_confdir" >> $config_host_mak
echo "libexecdir=\${prefix}/libexec" >> $config_host_mak
echo "CONFIG_QEMU_SHAREDIR=\"$prefix$datasuffix\"" >> $config_host_mak
echo "CONFIG_QEMU_HELPERDIR=\"$prefix/libexec\"" >> $config_host_mak
Expand Down

0 comments on commit 10ea68b

Please sign in to comment.