Revision 6a882643 configure

b/configure
25 25
host_cc="gcc"
26 26
ar="ar"
27 27
make="make"
28
install="install"
28 29
strip="strip"
29 30
cpu=`uname -m`
30 31
target_list=""
......
172 173
  ;;
173 174
  --make=*) make="$optarg"
174 175
  ;;
176
  --install=*) install="$optarg"
177
  ;;
175 178
  --extra-cflags=*) CFLAGS="$optarg"
176 179
  ;;
177 180
  --extra-ldflags=*) LDFLAGS="$optarg"
......
256 259
echo "  --cc=CC                  use C compiler CC [$cc]"
257 260
echo "  --host-cc=CC             use C compiler CC [$host_cc] for dyngen etc."
258 261
echo "  --make=MAKE              use specified make [$make]"
262
echo "  --install=INSTALL        use specified install [$install]"
259 263
echo "  --static                 enable static build [$static]"
260 264
echo "  --enable-cocoa           enable COCOA (Mac OS X only)"
261 265
echo "  --enable-mingw32         enable Win32 cross compilation with mingw32"
......
447 451
echo "C compiler        $cc"
448 452
echo "Host C compiler   $host_cc"
449 453
echo "make              $make"
454
echo "install           $install"
450 455
echo "host CPU          $cpu"
451 456
echo "host big endian   $bigendian"
452 457
echo "target list       $target_list"
......
502 507
echo "docdir=$docdir" >> $config_mak
503 508
echo "#define CONFIG_QEMU_SHAREDIR \"$datadir\"" >> $config_h
504 509
echo "MAKE=$make" >> $config_mak
510
echo "INSTALL=$install" >> $config_mak
505 511
echo "CC=$cc" >> $config_mak
506 512
if test "$have_gcc3_options" = "yes" ; then
507 513
  echo "HAVE_GCC3_OPTIONS=yes" >> $config_mak

Also available in: Unified diff