removed code already present in AC_BAKEFILE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2004-08-19 13:33:27 +00:00
parent af8ebe8a04
commit a0f9686df5
2 changed files with 24 additions and 53 deletions

66
configure vendored

File diff suppressed because one or more lines are too long

View File

@ -1380,16 +1380,6 @@ case ${INSTALL} in
INSTALL=`pwd`/${INSTALL} ;;
esac
dnl HP-UX install doesn't handle the "-d" switch so don't use it there
case ${host} in
*-hp-hpux* )
INSTALL_DIR="mkdir"
;;
*) INSTALL_DIR="$INSTALL -d"
;;
esac
case "${host}" in
@ -6243,7 +6233,6 @@ AC_SUBST(NM)
AC_SUBST(LD)
AC_SUBST(MAKEINFO)
AC_SUBST(INSTALL_LIBRARY)
AC_SUBST(INSTALL_DIR)
dnl MAKE_SET will be replaced with "MAKE=..." or nothing if make sets MAKE