restored double square brackets for now, my last fix was wrong
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1214,7 +1214,7 @@ if test "$wxUSE_GUI" = "yes"; then
|
|||||||
echo "$var=$value" >> ${wx_arg_cache_file}
|
echo "$var=$value" >> ${wx_arg_cache_file}
|
||||||
fi
|
fi
|
||||||
if test "$value" = 1; then
|
if test "$value" = 1; then
|
||||||
toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
|
toolkit_echo=`echo $toolkit | tr "[[A-Z]]" "[[a-z]]"`
|
||||||
AC_MSG_RESULT($toolkit_echo)
|
AC_MSG_RESULT($toolkit_echo)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
@@ -2830,7 +2830,7 @@ equivalent variable and GTK+ is version 1.2.3 or above.
|
|||||||
if test "$TOOLKIT" = "PM" ; then
|
if test "$TOOLKIT" = "PM" ; then
|
||||||
TOOLKIT_DIR="os2"
|
TOOLKIT_DIR="os2"
|
||||||
else
|
else
|
||||||
TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
|
TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[[A-Z]]" "[[a-z]]"`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl misc other files depending on the port
|
dnl misc other files depending on the port
|
||||||
@@ -3082,7 +3082,7 @@ if test "$wxUSE_DEBUG_INFO" = "yes"; then
|
|||||||
DEBUG_INFO=1
|
DEBUG_INFO=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
|
WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[[a-z]]" "[[A-Z]]"`
|
||||||
|
|
||||||
TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
|
TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
|
||||||
TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
|
TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
|
||||||
@@ -5751,7 +5751,7 @@ AC_SUBST(BUILD)
|
|||||||
AC_SUBST(DEBUG_INFO)
|
AC_SUBST(DEBUG_INFO)
|
||||||
AC_SUBST(DEBUG_FLAG)
|
AC_SUBST(DEBUG_FLAG)
|
||||||
AC_SUBST(SHARED)
|
AC_SUBST(SHARED)
|
||||||
TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
|
TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[[A-Z]]" "[[a-z]]"`
|
||||||
AC_SUBST(TOOLKIT_LOWERCASE)
|
AC_SUBST(TOOLKIT_LOWERCASE)
|
||||||
AC_SUBST(TOOLKIT_VERSION)
|
AC_SUBST(TOOLKIT_VERSION)
|
||||||
AC_SUBST(SAMPLES_RPATH_FLAG)
|
AC_SUBST(SAMPLES_RPATH_FLAG)
|
||||||
|
Reference in New Issue
Block a user