Revision 94dd53c5

b/Makefile
348 348
qemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx
349 349
	$(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -t < $< > $@,"  GEN   $@")
350 350

  
351
POD2MAN = pod2man --utf8
352 351
qemu.1: qemu-doc.texi qemu-options.texi qemu-monitor.texi
353 352
	$(call quiet-command, \
354 353
	  perl -Ww -- $(SRC_PATH)/scripts/texi2pod.pl $< qemu.pod && \
b/configure
2821 2821
    fi
2822 2822
fi
2823 2823

  
2824
# test if pod2man has --utf8 option
2825
if pod2man --help | grep -q utf8; then
2826
    POD2MAN="pod2man --utf8"
2827
else
2828
    POD2MAN="pod2man"
2829
fi
2830

  
2824 2831
# Use ASLR, no-SEH and DEP if available
2825 2832
if test "$mingw32" = "yes" ; then
2826 2833
    for flag in --dynamicbase --no-seh --nxcompat; do
......
3358 3365
echo "LIBS_TOOLS+=$libs_tools" >> $config_host_mak
3359 3366
echo "EXESUF=$EXESUF" >> $config_host_mak
3360 3367
echo "LIBS_QGA+=$libs_qga" >> $config_host_mak
3368
echo "POD2MAN=$POD2MAN" >> $config_host_mak
3361 3369

  
3362 3370
# generate list of library paths for linker script
3363 3371

  

Also available in: Unified diff