summaryrefslogtreecommitdiff
path: root/builds/unix
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2000-11-11 05:55:41 +0000
committerWerner Lemberg <wl@gnu.org>2000-11-11 05:55:41 +0000
commit4af2f18cc3adedf2dce3dd865a6b6bab336fa466 (patch)
treecbded697efaffaa2ac7ada69527701c15f248155 /builds/unix
parenta82cd844fb68d14741725946aa43e31490c8468c (diff)
downloadfreetype2-4af2f18cc3adedf2dce3dd865a6b6bab336fa466.tar.gz
Minor fixes.
Diffstat (limited to 'builds/unix')
-rw-r--r--builds/unix/.cvsignore1
-rw-r--r--builds/unix/freetype-config.in2
-rw-r--r--builds/unix/install.mk3
3 files changed, 4 insertions, 2 deletions
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: