aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-10-09 00:48:26 +0000
committerK. Richard Pixley <rich@cygnus>1991-10-09 00:48:26 +0000
commit639665deb8e24a91ef8747b92e214dc96ad3a8a2 (patch)
tree751d6eded63ade1abc789054c4b277872d5a6af5 /configure
parent5298a14b493b5fe60a0a7d92dd534f497d9c3fbf (diff)
downloadgdb-639665deb8e24a91ef8747b92e214dc96ad3a8a2.zip
gdb-639665deb8e24a91ef8747b92e214dc96ad3a8a2.tar.gz
gdb-639665deb8e24a91ef8747b92e214dc96ad3a8a2.tar.bz2
Another patch from jim.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 7 insertions, 2 deletions
diff --git a/configure b/configure
index 1500f69..7dca445 100755
--- a/configure
+++ b/configure
@@ -205,7 +205,9 @@ if [ -n "${fatal}" -o "${hosts}" = "help" ] ; then
echo " +norecursion configure this directory only. [recurse]" ;
echo " +objdir=ODIR configure in a parallel tree rooted in ODIR. [rooted in \".\"]" ;
echo " +rm remove this configuration. [build a configuration]" ;
- echo " +subdirs configure in subdirectories. [in source directories]" ;
+ echo " +site configure with site specific makefile" ;
+# This is correctly aligned in the output, even though it isn't here.
+ echo " +subdirs configure in subdirectories. [in source directories]" ;
echo " +target=TARGET configure for TARGET. [TARGET = HOST]" ;
echo " +tmpdir=TMPDIR create temporary files in TMPDIR. [ TMPDIR = \"/tmp\" ]" ;
echo ;
@@ -618,7 +620,10 @@ exit 0
#
#
# $Log$
-# Revision 1.51 1991/10/08 06:07:58 wilson
+# Revision 1.52 1991/10/09 00:48:26 rich
+# Another patch from jim.
+#
+# Revision 1.51 1991/10/08 06:07:58 wilson
# Fix bug in smake- file code.
#
# Revision 1.50 1991/10/04 23:49:37 rich