Mercurial > hg > xemacs-beta
comparison configure.usage @ 594:fd49b88b9f06
[xemacs-hg @ 2001-05-31 12:47:21 by ben]
goddamn fucking cvs
author | ben |
---|---|
date | Thu, 31 May 2001 12:47:28 +0000 |
parents | 5aa1854ad537 |
children | 45ba69404a1f |
comparison
equal
deleted
inserted
replaced
593:5fd7ba8b56e7 | 594:fd49b88b9f06 |
---|---|
27 | 27 |
28 | 28 |
29 Compilation options: | 29 Compilation options: |
30 | 30 |
31 --compiler=PROG C compiler to use | 31 --compiler=PROG C compiler to use |
32 --xemacs-compiler=PROG compiler to use to compile just the xemacs executable | |
32 --with-gcc (*) Use GCC to compile XEmacs. | 33 --with-gcc (*) Use GCC to compile XEmacs. |
33 --cflags=FLAGS Compiler flags (such as -O) | 34 --cflags=FLAGS Compiler flags (such as -O) |
34 --cpp=PROG C preprocessor to use (e.g. /usr/ccs/lib/cpp or cc -E) | 35 --cpp=PROG C preprocessor to use (e.g. /usr/ccs/lib/cpp or cc -E) |
35 --cppflags=FLAGS C preprocessor flags (e.g. -I/foo or -Dfoo=bar) | 36 --cppflags=FLAGS C preprocessor flags (e.g. -I/foo or -Dfoo=bar) |
36 --libs=LIBS Additional libraries (e.g. -lfoo) | 37 --libs=LIBS Additional libraries (e.g. -lfoo) |
276 | 277 |
277 environment corresponding | 278 environment corresponding |
278 variable configure flag | 279 variable configure flag |
279 ----------- -------------- | 280 ----------- -------------- |
280 CC --compiler | 281 CC --compiler |
282 XEMACS_CC --xemacs-compiler | |
281 CPP --cpp | 283 CPP --cpp |
282 CFLAGS --cflags | 284 CFLAGS --cflags |
283 CPPFLAGS --cppflags | 285 CPPFLAGS --cppflags |
284 LDFLAGS --ldflags | 286 LDFLAGS --ldflags |
285 LIBS --libs | 287 LIBS --libs |