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:
11
configure.in
11
configure.in
@@ -1380,16 +1380,6 @@ case ${INSTALL} in
|
|||||||
INSTALL=`pwd`/${INSTALL} ;;
|
INSTALL=`pwd`/${INSTALL} ;;
|
||||||
esac
|
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
|
case "${host}" in
|
||||||
|
|
||||||
@@ -6243,7 +6233,6 @@ AC_SUBST(NM)
|
|||||||
AC_SUBST(LD)
|
AC_SUBST(LD)
|
||||||
AC_SUBST(MAKEINFO)
|
AC_SUBST(MAKEINFO)
|
||||||
AC_SUBST(INSTALL_LIBRARY)
|
AC_SUBST(INSTALL_LIBRARY)
|
||||||
AC_SUBST(INSTALL_DIR)
|
|
||||||
|
|
||||||
|
|
||||||
dnl MAKE_SET will be replaced with "MAKE=..." or nothing if make sets MAKE
|
dnl MAKE_SET will be replaced with "MAKE=..." or nothing if make sets MAKE
|
||||||
|
Reference in New Issue
Block a user