Ticket #31636: autogen__files__patch_doc_auto-opts.tpl.diff.diff

File autogen__files__patch_doc_auto-opts.tpl.diff.diff, 450 bytes (added by rmstonecipher@…, 13 years ago)
  • patch_doc_auto-opts.tpl.diff

    old new  
    3131 @example
    3232 [= (texi-escape-encode (shell "
    3333 cd ${tmp_dir}
    34 -cc -o hello hello.c ${CFLAGS} ${LIBS} ${LDFLAGS} || \
     34-${CC:-cc} -o hello hello.c ${CFLAGS} ${LIBS} ${LDFLAGS} || \
    3535+%%CONFIGURE.CC%% -o hello hello.c ${CFLAGS} ${LIBS} ${LDFLAGS} || \
    3636   die cannot compile hello
    3737 ./hello