diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2009-11-14 Kaz Kylheku <kkylheku@gmail.com> + configure (cc): Compute variable properly. + +2009-11-14 Kaz Kylheku <kkylheku@gmail.com> + Fixes for bug 28086. When constructing a cobj, whose associated C structure contains obj_t * references, we should initialize that C structure after allocating the cobj. If we initialize @@ -103,7 +103,7 @@ datadir=${datadir-'$(prefix)/share/txr'} mandir=${mandir-'$(prefix)/share/man'} cross=${cross-} compiler_prefix=${compiler_prefix-} -cc=${compiler-'$(cross)$(compiler_prefix)gcc'} +cc=${cc-'$(cross)$(compiler_prefix)gcc'} tool_prefix=${tool_prefix-} lex=${lex-'$(cross)$(tool_prefix)flex'} lexlib=${lexlib--lfl} |