aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-05-08 14:44:43 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-05-08 14:44:43 +0000
commit1f50f8d1d4b7c3c6e86b149e1beba12da0b9cd27 (patch)
treeaf6067dcbd9b7e073c6d632cdbf919004957fd4c /configure
parenta1b74fe8fea8ff7b48a6339407451ceca02b8c5e (diff)
better install
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@789 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 4facab5fda..843e1490fe 100755
--- a/configure
+++ b/configure
@@ -266,6 +266,7 @@ if test -z "$prefix" ; then
fi
mandir="$prefix"
sharedir="$prefix"
+docdir="$prefix"
bindir="$prefix"
else
if test -z "$prefix" ; then
@@ -273,6 +274,7 @@ if test -z "$prefix" ; then
fi
mandir="$prefix/share/man"
sharedir="$prefix/share/qemu"
+docdir="$prefix/share/doc/qemu"
bindir="$prefix/bin"
fi
@@ -314,6 +316,7 @@ echo "prefix=$prefix" >> $config_mak
echo "bindir=$bindir" >> $config_mak
echo "mandir=$mandir" >> $config_mak
echo "sharedir=$sharedir" >> $config_mak
+echo "docdir=$docdir" >> $config_mak
echo "#define CONFIG_QEMU_SHAREDIR \"$sharedir\"" >> $config_h
echo "MAKE=$make" >> $config_mak
echo "CC=$cc" >> $config_mak