added AC_SUBST(GCC)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -21419,10 +21419,11 @@ SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
|
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
|
||||||
echo "configure:21426: checking whether ${MAKE-make} sets \${MAKE}" >&5
|
echo "configure:21427: checking whether ${MAKE-make} sets \${MAKE}" >&5
|
||||||
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
|
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
@@ -21717,6 +21718,7 @@ s%@MACOSX_BUNDLE@%$MACOSX_BUNDLE%g
|
|||||||
s%@LIBWXMACRES@%$LIBWXMACRES%g
|
s%@LIBWXMACRES@%$LIBWXMACRES%g
|
||||||
s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
|
s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
|
||||||
s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
|
s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
|
||||||
|
s%@GCC@%$GCC%g
|
||||||
s%@DLLTOOL@%$DLLTOOL%g
|
s%@DLLTOOL@%$DLLTOOL%g
|
||||||
s%@AS@%$AS%g
|
s%@AS@%$AS%g
|
||||||
s%@NM@%$NM%g
|
s%@NM@%$NM%g
|
||||||
|
@@ -1223,7 +1223,7 @@ dnl defines GCC empty if not using gcc
|
|||||||
dnl defines CFLAGS
|
dnl defines CFLAGS
|
||||||
dnl
|
dnl
|
||||||
dnl this magic incantation is needed to prevent AC_PROG_CC from setting the
|
dnl this magic incantation is needed to prevent AC_PROG_CC from setting the
|
||||||
dnl default CFLAGS (something like "-g -O2") - we don't need this as add
|
dnl default CFLAGS (something like "-g -O2") -- we don't need this as we add
|
||||||
dnl -g and -O flags ourselves below
|
dnl -g and -O flags ourselves below
|
||||||
CFLAGS=${CFLAGS:=}
|
CFLAGS=${CFLAGS:=}
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
@@ -5144,7 +5144,8 @@ AC_SUBST(LIBWXMACRES)
|
|||||||
AC_SUBST(LIBWXMACRESCOMP)
|
AC_SUBST(LIBWXMACRESCOMP)
|
||||||
AC_SUBST(LIBWXMACRESWXCONFIG)
|
AC_SUBST(LIBWXMACRESWXCONFIG)
|
||||||
|
|
||||||
dnl These seem to be missing
|
dnl other tools
|
||||||
|
AC_SUBST(GCC)
|
||||||
AC_SUBST(DLLTOOL)
|
AC_SUBST(DLLTOOL)
|
||||||
AC_SUBST(AS)
|
AC_SUBST(AS)
|
||||||
AC_SUBST(NM)
|
AC_SUBST(NM)
|
||||||
|
Reference in New Issue
Block a user