Mercurial > urweb
comparison configure.ac @ 435:f7b25375c0cf
GCCARGS configure option
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 28 Oct 2008 15:05:16 -0400 |
parents | 2f2d5c8dd320 |
children | d4cd54a4ea06 |
comparison
equal
deleted
inserted
replaced
434:c471345f5165 | 435:f7b25375c0cf |
---|---|
54 # write @ARCHOS@ somewhere in a written file to get it substituted | 54 # write @ARCHOS@ somewhere in a written file to get it substituted |
55 AC_SUBST(BIN) | 55 AC_SUBST(BIN) |
56 AC_SUBST(LIB) | 56 AC_SUBST(LIB) |
57 AC_SUBST(INCLUDE) | 57 AC_SUBST(INCLUDE) |
58 AC_SUBST(SITELISP) | 58 AC_SUBST(SITELISP) |
59 AC_SUBST(GCCARGS) | |
59 AC_SUBST(do_not_edit) | 60 AC_SUBST(do_not_edit) |
60 | 61 |
61 # finish the configure script and generate various files; ./configure | 62 # finish the configure script and generate various files; ./configure |
62 # will apply variable substitutions to <filename>.in to generate <filename>; | 63 # will apply variable substitutions to <filename>.in to generate <filename>; |
63 # I find it useful to mark generated files as read-only so I don't | 64 # I find it useful to mark generated files as read-only so I don't |
96 Ur/Web configuration: | 97 Ur/Web configuration: |
97 bin directory: BIN $BIN | 98 bin directory: BIN $BIN |
98 lib directory: LIB $LIB | 99 lib directory: LIB $LIB |
99 include directory: INCLUDE $INCLUDE | 100 include directory: INCLUDE $INCLUDE |
100 site-lisp directory: SITELISP $SITELISP | 101 site-lisp directory: SITELISP $SITELISP |
102 Extra GCC args: GCCARGS $GCCARGS | |
101 EOF | 103 EOF |