summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-28 15:05:16 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-28 15:05:16 -0400
commite0f5b40bb999cf78e9ad479d8004cf00ed7b3059 (patch)
tree8e0aad54166cad58304b8a79fca0862592693969 /configure
parent5d118aafe9b7cecdb429836b61bb9fdf6e8fc24e (diff)
GCCARGS configure option
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index e205575b..e34c6b57 100755
--- a/configure
+++ b/configure
@@ -618,6 +618,7 @@ BIN
LIB
INCLUDE
SITELISP
+GCCARGS
do_not_edit
LIBOBJS
LTLIBOBJS'
@@ -1665,6 +1666,7 @@ do_not_edit="Do not edit this file. It was generated automatically from"
+
# 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 @@ BIN!$BIN$ac_delim
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 @@ Ur/Web configuration:
lib directory: LIB $LIB
include directory: INCLUDE $INCLUDE
site-lisp directory: SITELISP $SITELISP
+ Extra GCC args: GCCARGS $GCCARGS
EOF