aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-05-30 21:40:18 +0000
committerJim Blandy1993-05-30 21:40:18 +0000
commitcc40a99ee03ca415c060db1ab7285889dc4c2fdc (patch)
tree57fbc00db30f4781f202183c63f6086e7f91534e
parente6cc3307516191803c1976fffbd6f4c6adf666e3 (diff)
downloademacs-cc40a99ee03ca415c060db1ab7285889dc4c2fdc.tar.gz
emacs-cc40a99ee03ca415c060db1ab7285889dc4c2fdc.zip
* configure.in: Use s/bsd4-3.h for mips-mips-riscos4.
* configure.in: Fix logic to detect if srcdir is already configured.
-rwxr-xr-xconfigure1.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/configure1.in b/configure1.in
index 1758155efd8..b24dfb18af2 100755
--- a/configure1.in
+++ b/configure1.in
@@ -356,10 +356,11 @@ esac
356 356
357#### Make sure that the source directory doesn't already have a 357#### Make sure that the source directory doesn't already have a
358#### configured system in it. 358#### configured system in it.
359if [ -f "${srcdir}/src/config.h" ] ; then 359if [ `pwd` != `(cd ${srcdir} && pwd)` ] \
360 (echo "${progname}: the directory tree \`${srcdir}' is being used as a build" 360 && [ -f "${srcdir}/src/config.h" ] ; then
361 echo " directory right now; it has been configured in its own right." 361 (echo "${progname}: the directory tree \`${srcdir}' is being used"
362 echo " You can't use srcdir in this situation.") >&2 362 echo " as a build directory right now; it has been configured in its own"
363 echo " right. You can't use srcdir in this situation.") >&2
363 exit 1 364 exit 1
364fi 365fi
365 366
@@ -686,7 +687,7 @@ case "${configuration}" in
686 ## handling two odd situations, and that every other situation 687 ## handling two odd situations, and that every other situation
687 ## should use mips.h and usg5-2-2, they being listed first. 688 ## should use mips.h and usg5-2-2, they being listed first.
688 mips-mips-riscos4* ) 689 mips-mips-riscos4* )
689 machine=mips4 opsys=usg5-2-2 690 machine=mips4 opsys=bsd4-3
690 ;; 691 ;;
691 mips-mips-bsd* ) 692 mips-mips-bsd* )
692 machine=mips opsys=bsd4-3 693 machine=mips opsys=bsd4-3