Use gcc as default if the CC environment variable is empty.

This commit is contained in:
Lutz Kettner 2004-03-24 13:03:20 +00:00
parent e16386a213
commit fa239a1849
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ LATEX_CONV_RESOURCE=${HOME}/.latex_to_html.rc
# C Compiler: Gnu gcc 2.6.3 (or above) or the usual system cc:
# CC=gcc
if [ "$CC" == "" ]; then
CC=gcc
fi
# The header files within the \ccInclude macro can be linked to the original
# header files if the -header option is given to the cc_extract_html program.