comparison configure @ 435:f7b25375c0cf

GCCARGS configure option
author Adam Chlipala <adamc@hcoop.net>
date Tue, 28 Oct 2008 15:05:16 -0400
parents 2f2d5c8dd320
children bed675db3aff
comparison
equal deleted inserted replaced
434:c471345f5165 435:f7b25375c0cf
616 target_alias 616 target_alias
617 BIN 617 BIN
618 LIB 618 LIB
619 INCLUDE 619 INCLUDE
620 SITELISP 620 SITELISP
621 GCCARGS
621 do_not_edit 622 do_not_edit
622 LIBOBJS 623 LIBOBJS
623 LTLIBOBJS' 624 LTLIBOBJS'
624 ac_subst_files='' 625 ac_subst_files=''
625 ac_precious_vars='build_alias 626 ac_precious_vars='build_alias
1663 1664
1664 1665
1665 1666
1666 1667
1667 1668
1669
1668 # finish the configure script and generate various files; ./configure 1670 # finish the configure script and generate various files; ./configure
1669 # will apply variable substitutions to <filename>.in to generate <filename>; 1671 # will apply variable substitutions to <filename>.in to generate <filename>;
1670 # I find it useful to mark generated files as read-only so I don't 1672 # I find it useful to mark generated files as read-only so I don't
1671 # accidentally edit them (and then lose my changes when ./configure 1673 # accidentally edit them (and then lose my changes when ./configure
1672 # runs again); I had originally done the chmod after AC_OUTPUT, but 1674 # runs again); I had originally done the chmod after AC_OUTPUT, but
2363 target_alias!$target_alias$ac_delim 2365 target_alias!$target_alias$ac_delim
2364 BIN!$BIN$ac_delim 2366 BIN!$BIN$ac_delim
2365 LIB!$LIB$ac_delim 2367 LIB!$LIB$ac_delim
2366 INCLUDE!$INCLUDE$ac_delim 2368 INCLUDE!$INCLUDE$ac_delim
2367 SITELISP!$SITELISP$ac_delim 2369 SITELISP!$SITELISP$ac_delim
2370 GCCARGS!$GCCARGS$ac_delim
2368 do_not_edit!$do_not_edit$ac_delim 2371 do_not_edit!$do_not_edit$ac_delim
2369 LIBOBJS!$LIBOBJS$ac_delim 2372 LIBOBJS!$LIBOBJS$ac_delim
2370 LTLIBOBJS!$LTLIBOBJS$ac_delim 2373 LTLIBOBJS!$LTLIBOBJS$ac_delim
2371 _ACEOF 2374 _ACEOF
2372 2375
2373 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 44; then 2376 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 45; then
2374 break 2377 break
2375 elif $ac_last_try; then 2378 elif $ac_last_try; then
2376 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 2379 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
2377 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 2380 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
2378 { (exit 1); exit 1; }; } 2381 { (exit 1); exit 1; }; }
2710 Ur/Web configuration: 2713 Ur/Web configuration:
2711 bin directory: BIN $BIN 2714 bin directory: BIN $BIN
2712 lib directory: LIB $LIB 2715 lib directory: LIB $LIB
2713 include directory: INCLUDE $INCLUDE 2716 include directory: INCLUDE $INCLUDE
2714 site-lisp directory: SITELISP $SITELISP 2717 site-lisp directory: SITELISP $SITELISP
2718 Extra GCC args: GCCARGS $GCCARGS
2715 EOF 2719 EOF