mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-06 21:58:34 +00:00
Use ./install-sh instead of install -c
This commit is contained in:
parent
29f5830325
commit
197af341de
@ -1,3 +1,9 @@
|
||||
2013-03-07 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* Use ./install-sh (already present) instead of "install -c" to
|
||||
install executables to fix portability problems against different
|
||||
UNIX variants.
|
||||
|
||||
2013-03-03 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* Add protected terminateParsing method to
|
||||
|
@ -112,14 +112,14 @@ install: all
|
||||
./mkinstalldirs $(DESTDIR)$(includedir)/qpdf
|
||||
./mkinstalldirs $(DESTDIR)$(docdir)
|
||||
./mkinstalldirs $(DESTDIR)$(mandir)/man1
|
||||
$(LIBTOOL) --mode=install install -c \
|
||||
$(LIBTOOL) --mode=install ./install-sh \
|
||||
libqpdf/$(OUTPUT_DIR)/libqpdf.la \
|
||||
$(DESTDIR)$(libdir)/libqpdf.la
|
||||
$(LIBTOOL) --finish $(DESTDIR)$(libdir)
|
||||
$(LIBTOOL) --mode=install install -c \
|
||||
$(LIBTOOL) --mode=install ./install-sh \
|
||||
qpdf/$(OUTPUT_DIR)/qpdf \
|
||||
$(DESTDIR)$(bindir)/qpdf
|
||||
$(LIBTOOL) --mode=install install -c \
|
||||
$(LIBTOOL) --mode=install ./install-sh \
|
||||
zlib-flate/$(OUTPUT_DIR)/zlib-flate \
|
||||
$(DESTDIR)$(bindir)/zlib-flate
|
||||
cp qpdf/fix-qdf $(DESTDIR)$(bindir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user