aboutsummaryrefslogtreecommitdiff
path: root/libobjc/ChangeLog
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-04-09 11:50:51 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-04-09 11:50:51 +0000
commit1fcfac9834ccf59d8997749cf80e9351709c29d7 (patch)
tree1f4bb2b905a090d6e244a20bc51088da4d1908d9 /libobjc/ChangeLog
parent9c01f3959321c173aeabab180a947b7a4a57795d (diff)
downloadgcc-1fcfac9834ccf59d8997749cf80e9351709c29d7.zip
gcc-1fcfac9834ccf59d8997749cf80e9351709c29d7.tar.gz
gcc-1fcfac9834ccf59d8997749cf80e9351709c29d7.tar.bz2
configure.in: Move PACKAGE and VERSION settings up top.
* configure.in: Move PACKAGE and VERSION settings up top. Remove unused call to AC_PROG_LN_S. Default RANLIB to ':'. Remove redundant checks for values of RANLIB, AR, INSTALL. * configure: Regenerate. From-SVN: r80547
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r--libobjc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index fb94a08..341852b 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,5 +1,10 @@
2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
+ * configure.in: Move PACKAGE and VERSION settings up top. Remove
+ unused call to AC_PROG_LN_S. Default RANLIB to ':'. Remove
+ redundant checks for values of RANLIB, AR, INSTALL.
+ * configure: Regenerate.
+
* configure.in: Clean up handling of
--enable-version-specific-runtime-libs and related variables;
replace 'if test' with 'case' where reasonable. Fix comments.