diff options
author | mdejong <mdejong> | 2001-07-03 20:40:37 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-07-03 20:40:37 (GMT) |
commit | 04333eb265924d49091056337ff98317d9fe7b7a (patch) | |
tree | 173a1dcf25bbee491344ee5f2a1111bb5bb625b8 /win/tcl.m4 | |
parent | 0c014698e77d29ad50f61b887703a34c93778339 (diff) | |
download | tcl-04333eb265924d49091056337ff98317d9fe7b7a.zip tcl-04333eb265924d49091056337ff98317d9fe7b7a.tar.gz tcl-04333eb265924d49091056337ff98317d9fe7b7a.tar.bz2 |
* win/tcl.m4 (SC_CONFIG_CFLAGS): Don't pass the v flag
to ${AR} when using gcc, verbose output is not needed.
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -349,7 +349,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ RC_INCLUDE=--include RC_DEFINE=--define RES=res.o - MAKE_LIB="\${AR} crv \[$]@" + MAKE_LIB="\${AR} cr \[$]@" POST_MAKE_LIB="\${RANLIB} \[$]@" MAKE_EXE="\${CC} -o \[$]@" LIBPREFIX="lib" |