aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-07-04 17:27:30 +0000
committerIan Lance Taylor <ian@airs.com>1997-07-04 17:27:30 +0000
commit8270cd762b43fe979274f8c5e8f4338793bd9dad (patch)
treea39516bbe7e660ef9744fbacc07d01d38bf9dbd4 /ChangeLog
parent9039701bda1d0ab513c2abed287b27bd7293cc57 (diff)
downloadfsf-binutils-gdb-8270cd762b43fe979274f8c5e8f4338793bd9dad.zip
fsf-binutils-gdb-8270cd762b43fe979274f8c5e8f4338793bd9dad.tar.gz
fsf-binutils-gdb-8270cd762b43fe979274f8c5e8f4338793bd9dad.tar.bz2
* Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
(INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS). (INSTALL_SCRIPT): New variable. (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT. * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS to -x. * install-sh: Add support for -x option.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d417f3..ec67dc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
+ (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
+ (INSTALL_SCRIPT): New variable.
+ (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
+ * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
+ to -x.
+ * install-sh: Add support for -x option.
+
Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
* configure.in, Makefile.in: Treat tix like itcl.