lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 24.05-pre 21 lines 932 B view raw
1fix case-insensitive build 2--- a/Makefile.am 3+++ b/Makefile.am 4@@ -34,7 +34,7 @@ docfiles = \ 5 README.md \ 6 RELEASE-DATE \ 7 TODO \ 8- VERSION 9+ VERSION.txt 10 11 EXTRA_DIST = \ 12 cmake \ 13@@ -61,7 +61,7 @@ SUBDIRS = port libtiff tools build contrib test doc 14 15 release: 16 (rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE) 17- (rm -f $(top_srcdir)/VERSION && echo $(LIBTIFF_VERSION) > $(top_srcdir)/VERSION) 18+ (rm -f $(top_srcdir)/VERSION.txt && echo $(LIBTIFF_VERSION) > $(top_srcdir)/VERSION.txt) 19 (rm -f $(top_srcdir)/libtiff/tiffvers.h && sed 's,LIBTIFF_VERSION,$(LIBTIFF_VERSION),;s,LIBTIFF_RELEASE_DATE,$(LIBTIFF_RELEASE_DATE),;s,LIBTIFF_MAJOR_VERSION,$(LIBTIFF_MAJOR_VERSION),;s,LIBTIFF_MINOR_VERSION,$(LIBTIFF_MINOR_VERSION),;s,LIBTIFF_MICRO_VERSION,$(LIBTIFF_MICRO_VERSION),' $(top_srcdir)/libtiff/tiffvers.h.in > $(top_srcdir)/libtiff/tiffvers.h) 20 21 pkgconfigdir = $(libdir)/pkgconfig