stripping is now done during installation, not linking

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-03-10 14:24:50 +00:00
parent bdcbd8a791
commit 5f0f31fefd
4 changed files with 361 additions and 327 deletions

663
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -369,6 +369,11 @@ dnl ===========
AC_PROG_AWK
dnl defines AWK with the appropriate command
dnl strip command
dnl =============
AC_CHECK_PROG(STRIP, strip, strip, true)
dnl defines STRIP as strip or nothing if not found
dnl ###############
dnl # make checks #
dnl ###############
@ -915,7 +920,7 @@ AC_OVERRIDES(serial,serial,
wxUSE_SERIAL)
AC_OVERRIDES(sockets,sockets,
**--with-sockets use wxSocket etc classes,
**--with-sockets use wxSocket etc classes,
wxUSE_SOCKETS)
dnl ----------------------------------------------------------------
@ -1142,17 +1147,15 @@ EXTRA_LINK=
WXDEBUG=
if test "$wxUSE_DEBUG_GDB" = 1 ; then
wxUSE_DEBUG_INFO=1
WXDEBUG="-ggdb"
wxUSE_OPTIMISE=0
else
if test "$wxUSE_DEBUG_INFO" = 1 ; then
wxUSE_DEBUG_INFO=1
WXDEBUG="-ggdb"
fi
if test "$wxUSE_DEBUG_INFO" = 1 ; then
WXDEBUG="-g"
wxUSE_OPTIMISE=0
else
EXTRA_LINK="-s $EXTRA_LINK"
fi
fi
AC_SUBST(WXDEBUG)
if test "$wxUSE_DEBUG_FLAG" = 1 ; then

View File

@ -55,7 +55,8 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
AWK = @AWK@
LN_S = @LN_S@
CJPEG_PROG =
STRIP = @STRIP@
CJPEG_PROG =
CONVERT_PATH = /usr/bin/X11
CONVERT_PROG = /usr/bin/X11/convert
DJPEG_PROG =

View File

@ -24,6 +24,7 @@ s|*INSTALL_PROGRAM*|@INSTALL_PROGRAM@|g
s|*INSTALL_DATA*|@INSTALL_DATA@|g
s|*AWK*|@AWK@|g
s|*LN_S*|@LN_S@|g
s|*STRIP*|@STRIP@|g
s|*prefix*|@prefix@|g
s|*exec_prefix*|@exec_prefix@|g
s|*libdir*|@libdir@|g