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 31 31 @example 32 32 [= (texi-escape-encode (shell " 33 33 cd ${tmp_dir} 34 - cc-o hello hello.c ${CFLAGS} ${LIBS} ${LDFLAGS} || \34 -${CC:-cc} -o hello hello.c ${CFLAGS} ${LIBS} ${LDFLAGS} || \ 35 35 +%%CONFIGURE.CC%% -o hello hello.c ${CFLAGS} ${LIBS} ${LDFLAGS} || \ 36 36 die cannot compile hello 37 37 ./hello