* builds/cygwin/cygwin-def.in: Same fix as previous. * builds/unix/unix-def.in: Add so that installation of freetype-config does not fail.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
diff --git a/ChangeLog b/ChangeLog
index 661a25d..2eaf3f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+2000-11-11 Werner Lemberg <wl@gnu.org>
+
+ * builds/cygwin/cygwin-def.in: Same fix as previous.
+
2000-11-10 Tom Kacvinsky <tjk@ams.org>
- * builds/unix/unix-def.in
- Add
+ * builds/unix/unix-def.in: Add
+
INSTALL_PROGRAM := @INSTALL_PROGRAM@
INSTALL_SCRIPT := @INSTALL_SCRIPT@
- So that install of freetype-config does not fail.
+
+ so that installation of freetype-config does not fail.
2000-11-10 Werner Lemberg <wl@gnu.org>
diff --git a/builds/cygwin/cygwin-def.in b/builds/cygwin/cygwin-def.in
index 8e6e90c..5fd1d74 100644
--- a/builds/cygwin/cygwin-def.in
+++ b/builds/cygwin/cygwin-def.in
@@ -29,9 +29,11 @@ PLATFORM := cygwin
#
FTSYS_SRC = @FTSYS_SRC@
-INSTALL := @INSTALL@
-INSTALL_DATA := @INSTALL_DATA@
-MKINSTALLDIRS := $(BUILD)/mkinstalldirs
+INSTALL := @INSTALL@
+INSTALL_DATA := @INSTALL_DATA@
+INSTALL_PROGRAM := @INSTALL_PROGRAM@
+INSTALL_SCRIPT := @INSTALL_SCRIPT@
+MKINSTALLDIRS := $(BUILD)/mkinstalldirs
DISTCLEAN += $(BUILD)/config.cache \
$(BUILD)/config.log \
@@ -76,7 +78,7 @@ endif
LIB_DIR := $(OBJ_DIR)
-# the NO_OUTPUT macro is appended to command lines in order to ignore
+# The NO_OUTPUT macro is appended to command lines in order to ignore
# the output of some programs.
#
NO_OUTPUT := 2> /dev/null