aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-01-10 21:43:31 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-01-10 21:43:31 +0000
commit586c0873792f146255b2dd143555801f10a0093d (patch)
treee91b79298811e7e2f5c1f3c058348e8f0840b6e5 /configure.in
parent86669319d0e6f1aa3f7b7d1faae472dbc3a569bc (diff)
downloadgdb-586c0873792f146255b2dd143555801f10a0093d.zip
gdb-586c0873792f146255b2dd143555801f10a0093d.tar.gz
gdb-586c0873792f146255b2dd143555801f10a0093d.tar.bz2
* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 88150ed..4415ae4 100644
--- a/configure.in
+++ b/configure.in
@@ -83,7 +83,7 @@ if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
# Export original configure arguments for use by sub-configures.
TOPLEVEL_CONFIGURE_ARGUMENTS="$progname $@"
-export TOPLEVEL_CONFIGURE_ARGUMENTS
+AC_SUBST(TOPLEVEL_CONFIGURE_ARGUMENTS)
moveifchange=${srcdir}/move-if-change