Minor fixes.

This commit is contained in:
Werner Lemberg 2000-11-11 05:55:41 +00:00
parent a82cd844fb
commit 4af2f18cc3
5 changed files with 7 additions and 4 deletions

View File

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

View File

@ -33,7 +33,8 @@ install: $(PROJECT_LIBRARY)
-for P in $(CACHE_H) ; do \ -for P in $(CACHE_H) ; do \
$(INSTALL_DATA) $$P $(includedir)/freetype2/freetype/cache ; \ $(INSTALL_DATA) $$P $(includedir)/freetype2/freetype/cache ; \
done done
$(INSTALL) -m a+x $(BUILD)/freetype-config $(bindir)/freetype-config $(INSTALL_SCRIPT) -m 755 $(BUILD)/freetype-config \
$(bindir)/freetype-config
uninstall: uninstall:

View File

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

View File

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

View File

@ -33,7 +33,8 @@ install: $(PROJECT_LIBRARY)
-for P in $(CACHE_H) ; do \ -for P in $(CACHE_H) ; do \
$(INSTALL_DATA) $$P $(includedir)/freetype2/freetype/cache ; \ $(INSTALL_DATA) $$P $(includedir)/freetype2/freetype/cache ; \
done done
$(INSTALL) -m a+x $(BUILD)/freetype-config $(bindir)/freetype-config $(INSTALL_SCRIPT) -m 755 $(BUILD)/freetype-config \
$(bindir)/freetype-config
uninstall: uninstall: