aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-03 15:54:34 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-03 15:54:34 +0000
commit4b4df16fc1a96fcff2c52e0309dc4e7fa1b2fa84 (patch)
treee8665aee87381ae9b90f3aa4272ad962764966af
parent317d55acc9c1f37b89b3a23cf5411126a0156fa0 (diff)
* egcs-1.0 release.egcs_1_0_release
* configure (gxx_include_dir): Fix thinko. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/egcs_1_00_branch@16925 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure6
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f81e867079b..c1e01ea8e2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
+
+ * egcs-1.0 release.
+
+ * configure (gxx_include_dir): Fix thinko.
+
Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
* Makefile.in (INSTALL_TARGET): Do install-gcc first.
diff --git a/configure b/configure
index dd9ed1d20b3..80a9facd4f0 100755
--- a/configure
+++ b/configure
@@ -81,7 +81,7 @@ subdirs=
target_alias=NOTARGET
target_makefile_frag=
undefs=NOUNDEFS
-version="$Revision: 1.2 $"
+version="$Revision: 1.2.2.1 $"
x11=default
### we might need to use some other shell than /bin/sh for running subshells
@@ -1174,10 +1174,10 @@ EOF
# provide a proper gxx_include_dir to all subdirs.
# Note, if you change the default, make sure to fix both here
# and in the gcc subdirectory.
- if test -z "${gxx_include_dir}"; then
+ if test -z "${with_gxx_include_dir}"; then
echo gxx_include_dir = '${prefix}/include/g++' >> ${Makefile}
else
- echo gxx_include_dir = ${gxx_include_dir} >> ${Makefile}
+ echo gxx_include_dir = ${with_gxx_include_dir} >> ${Makefile}
fi
# reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,