diff 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
line wrap: on
line diff
--- a/configure	Mon Oct 27 08:27:45 2008 -0400
+++ b/configure	Tue Oct 28 15:05:16 2008 -0400
@@ -618,6 +618,7 @@
 LIB
 INCLUDE
 SITELISP
+GCCARGS
 do_not_edit
 LIBOBJS
 LTLIBOBJS'
@@ -1665,6 +1666,7 @@
 
 
 
+
 # finish the configure script and generate various files; ./configure
 # will apply variable substitutions to <filename>.in to generate <filename>;
 # I find it useful to mark generated files as read-only so I don't
@@ -2365,12 +2367,13 @@
 LIB!$LIB$ac_delim
 INCLUDE!$INCLUDE$ac_delim
 SITELISP!$SITELISP$ac_delim
+GCCARGS!$GCCARGS$ac_delim
 do_not_edit!$do_not_edit$ac_delim
 LIBOBJS!$LIBOBJS$ac_delim
 LTLIBOBJS!$LTLIBOBJS$ac_delim
 _ACEOF
 
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 44; then
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 45; then
     break
   elif $ac_last_try; then
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
@@ -2712,4 +2715,5 @@
   lib directory:       LIB       $LIB
   include directory:   INCLUDE   $INCLUDE
   site-lisp directory: SITELISP  $SITELISP
+  Extra GCC args:      GCCARGS   $GCCARGS
 EOF