1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Output $CC and $CFLAGS as well. A Tor Arntsen patch.

This commit is contained in:
Daniel Stenberg 2004-02-25 09:03:09 +00:00
parent 3be66f3a03
commit be62b27ce2

View File

@ -132,6 +132,8 @@ log "NAME = $name"
log "EMAIL = $email" log "EMAIL = $email"
log "DESC = $desc" log "DESC = $desc"
log "CONFOPTS = $confopts" log "CONFOPTS = $confopts"
log "CFLAGS = $CFLAGS"
log "CC = $CC"
log "version = $version" log "version = $version"
log "date = `date -u`" log "date = `date -u`"