diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-10 21:43:31 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-10 21:43:31 +0000 |
commit | 79f53f449795b9889783dea848ecfdb53c36fa89 (patch) | |
tree | 16e1ea12eecf05d424b075f6a7809265ce51b674 /configure.in | |
parent | c29b416fb2e103c7cee898ed3d1063c48479d17c (diff) | |
download | gdb-79f53f449795b9889783dea848ecfdb53c36fa89.tar.gz |
* 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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 88150ed6602..4415ae44622 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 |