From 4af2f18cc3adedf2dce3dd865a6b6bab336fa466 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 11 Nov 2000 05:55:41 +0000 Subject: [PATCH] Minor fixes. --- builds/cygwin/freetype-config.in | 2 +- builds/cygwin/install.mk | 3 ++- builds/unix/.cvsignore | 1 + builds/unix/freetype-config.in | 2 +- builds/unix/install.mk | 3 ++- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/builds/cygwin/freetype-config.in b/builds/cygwin/freetype-config.in index 8575a0736..b32b126e0 100644 --- a/builds/cygwin/freetype-config.in +++ b/builds/cygwin/freetype-config.in @@ -44,7 +44,7 @@ while test $# -gt 0; do echo_exec_prefix=yes ;; --version) - echo @VERSION@ + echo @version_info@ exit 0 ;; --cflags) diff --git a/builds/cygwin/install.mk b/builds/cygwin/install.mk index fb5e98e2e..938ac7897 100644 --- a/builds/cygwin/install.mk +++ b/builds/cygwin/install.mk @@ -33,7 +33,8 @@ install: $(PROJECT_LIBRARY) -for P in $(CACHE_H) ; do \ $(INSTALL_DATA) $$P $(includedir)/freetype2/freetype/cache ; \ done - $(INSTALL) -m a+x $(BUILD)/freetype-config $(bindir)/freetype-config + $(INSTALL_SCRIPT) -m 755 $(BUILD)/freetype-config \ + $(bindir)/freetype-config uninstall: diff --git a/builds/unix/.cvsignore b/builds/unix/.cvsignore index e76c25d41..cc8ec6a8d 100644 --- a/builds/unix/.cvsignore +++ b/builds/unix/.cvsignore @@ -5,3 +5,4 @@ config.cache config.log libtool ftconfig.h +freetype-config diff --git a/builds/unix/freetype-config.in b/builds/unix/freetype-config.in index 8575a0736..b32b126e0 100644 --- a/builds/unix/freetype-config.in +++ b/builds/unix/freetype-config.in @@ -44,7 +44,7 @@ while test $# -gt 0; do echo_exec_prefix=yes ;; --version) - echo @VERSION@ + echo @version_info@ exit 0 ;; --cflags) diff --git a/builds/unix/install.mk b/builds/unix/install.mk index 78b3dfc45..0b0707261 100644 --- a/builds/unix/install.mk +++ b/builds/unix/install.mk @@ -33,7 +33,8 @@ install: $(PROJECT_LIBRARY) -for P in $(CACHE_H) ; do \ $(INSTALL_DATA) $$P $(includedir)/freetype2/freetype/cache ; \ done - $(INSTALL) -m a+x $(BUILD)/freetype-config $(bindir)/freetype-config + $(INSTALL_SCRIPT) -m 755 $(BUILD)/freetype-config \ + $(bindir)/freetype-config uninstall: