Skip to content

Commit

Permalink
config-ml.in doesn't need to worry about cygnus configure
Browse files Browse the repository at this point in the history
From-SVN: r55149
  • Loading branch information
Nathanael Nerode committed Jul 1, 2002
1 parent eafa1af commit 5fd3853
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
2002-07-01 Nathanael Nerode <neroden@twcny.rr.com>
2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>

* config-ml.in: Eliminate references to Cygnus configure.

2002-07-01 Nathanael Nerode <neroden@twcny.rr.com>

* Makefile.in: Eliminate references to building emacs.

Expand Down
24 changes: 4 additions & 20 deletions config-ml.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@
# newlib. It is up to each target to turn on multilib support for the other
# libraries as desired.

# We have to handle being invoked by both Cygnus configure and Autoconf.
#
# Cygnus configure incoming variables:
# srcdir, subdir, host, arguments
#
# Autoconf incoming variables:
# srcdir, host, ac_configure_args
#
Expand All @@ -78,21 +73,10 @@
# Note that `host' in this case is GCC's `target'. Target libraries are
# configured for a particular host.

if [ -n "${ac_configure_args}" ]; then
Makefile=${ac_file-Makefile}
ml_config_shell=${CONFIG_SHELL-/bin/sh}
ml_arguments="${ac_configure_args}"
ml_realsrcdir=${srcdir}
else
Makefile=${Makefile-Makefile}
ml_config_shell=${config_shell-/bin/sh}
ml_arguments="${arguments}"
if [ -n "${subdir}" -a "${subdir}" != "." ] ; then
ml_realsrcdir=${srcdir}/${subdir}
else
ml_realsrcdir=${srcdir}
fi
fi
Makefile=${ac_file-Makefile}
ml_config_shell=${CONFIG_SHELL-/bin/sh}
ml_arguments="${ac_configure_args}"
ml_realsrcdir=${srcdir}

# Scan all the arguments and set all the ones we need.

Expand Down

0 comments on commit 5fd3853

Please sign in to comment.