Minor fixes.

VER-2-0-4-PATCH
Werner Lemberg 25 years ago
parent 645a153c0d
commit cafeb8abb2
  1. 2
      builds/cygwin/freetype-config.in
  2. 3
      builds/cygwin/install.mk
  3. 1
      builds/unix/.cvsignore
  4. 2
      builds/unix/freetype-config.in
  5. 3
      builds/unix/install.mk

@ -44,7 +44,7 @@ while test $# -gt 0; do
echo_exec_prefix=yes
;;
--version)
echo @VERSION@
echo @version_info@
exit 0
;;
--cflags)

@ -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:

@ -5,3 +5,4 @@ config.cache
config.log
libtool
ftconfig.h
freetype-config

@ -44,7 +44,7 @@ while test $# -gt 0; do
echo_exec_prefix=yes
;;
--version)
echo @VERSION@
echo @version_info@
exit 0
;;
--cflags)

@ -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:

Loading…
Cancel
Save