Revision 21655882 configure

b/configure
3721 3721
echo "INSTALL=$install" >> $config_host_mak
3722 3722
echo "INSTALL_DIR=$install -d -m 0755" >> $config_host_mak
3723 3723
echo "INSTALL_DATA=$install -c -m 0644" >> $config_host_mak
3724
echo "INSTALL_PROG=$install -c -m 0755" >> $config_host_mak
3724
if test -n "$libtool"; then
3725
  echo "INSTALL_PROG=\$(LIBTOOL) --mode=install $install -c -m 0755" >> $config_host_mak
3726
  echo "INSTALL_LIB=\$(LIBTOOL) --mode=install $install -c -m 0644" >> $config_host_mak
3727
else
3728
  echo "INSTALL_PROG=$install -c -m 0755" >> $config_host_mak
3729
  echo "INSTALL_LIB=$install -c -m 0644" >> $config_host_mak
3730
fi
3725 3731
echo "PYTHON=$python" >> $config_host_mak
3726 3732
echo "CC=$cc" >> $config_host_mak
3727 3733
echo "CC_I386=$cc_i386" >> $config_host_mak

Also available in: Unified diff