* configure: Search current dir first in .gdbinit.
authorStu Grossman <grossman@cygnus>
Sat, 23 Jul 1994 00:54:57 +0000 (00:54 +0000)
committerStu Grossman <grossman@cygnus>
Sat, 23 Jul 1994 00:54:57 +0000 (00:54 +0000)
ChangeLog
configure

index 92f32a53fe41362c1f2cb117930f5b628888a481..b47ceea3d22d30c727baa01ed781f238726789ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
+
+       * configure:  Search current dir first in .gdbinit.
+
+Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.sub:  Recognize freebsd (merged from gcc config.sub).
+
 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
 
        * config.sub:  Refer to NeXT's operating system as nextstep.
index 65185c2f44db8cdee91cfb311bcc3c657dcf53f5..296576ca650f27e5ea425df9d15f081500f41ede 100755 (executable)
--- a/configure
+++ b/configure
@@ -463,7 +463,7 @@ case "${srcdir}" in
 esac
 
 # default exec_prefix
-case "${exec_prefix}" in
+case "${exec_prefixoption}" in
 "") exec_prefix="\$(prefix)" ;;
 *) ;;
 esac
@@ -492,6 +492,7 @@ esac
 
 # keep this filename short for &%*%$*# 14 char file names
 tmpfile=${TMPDIR}/cONf$$
+trap "rm -f ${tmpfile}.com ${tmpfile}.tgt ${tmpfile}.hst ${tmpfile}.pos; exit 1" 1 2 15
 trap "rm -f ${tmpfile}.com ${tmpfile}.tgt ${tmpfile}.hst ${tmpfile}.pos" 0
 
 # split ${srcdir}/configure.in into common, per-host, per-target,
@@ -681,8 +682,8 @@ for subdir in . ${subdirs} ; do
                 .) ;;
                 *) cat > ${subdir}/.gdbinit <<EOF
 # ${NO_EDIT}
-dir .
 dir ${makesrcdir}
+dir .
 source ${makesrcdir}/.gdbinit
 EOF
                         ;;
This page took 0.031451 seconds and 4 git commands to generate.