mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
Do not rely on BSD style echo (which accepts -n option)
http://www.opengroup.org/onlinepubs/7990989775/xcu/echo.html git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6072 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
08c119ef8b
commit
fc9902d9c7
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1094,7 +1094,7 @@ config_h="config-host.h"
|
|||
test -f $config_h && mv $config_h ${config_h}~
|
||||
|
||||
echo "# Automatically generated by configure - do not modify" > $config_mak
|
||||
echo -n "# Configured with:" >> $config_mak
|
||||
printf "# Configured with:" >> $config_mak
|
||||
printf " '%s'" "$0" "$@" >> $config_mak
|
||||
echo >> $config_mak
|
||||
echo "/* Automatically generated by configure - do not modify */" > $config_h
|
||||
|
|
Loading…
Reference in a new issue