ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/Makefile.in
(Generate patch)

Comparing ircd-hybrid/trunk/Makefile.in (file contents):
Revision 8314 by michael, Wed Jul 20 19:31:22 2016 UTC vs.
Revision 8315 by michael, Wed Feb 28 17:48:10 2018 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.15 from Makefile.am.
1 > # Makefile.in generated by automake 1.15.1 from Makefile.am.
2   # @configure_input@
3  
4 < # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4 > # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5  
6   # This Makefile.in is free software; the Free Software Foundation
7   # gives unlimited permission to copy and/or distribute it,
# Line 97 | Line 97 | am__aclocal_m4_deps = $(top_srcdir)/m4/a
97          $(top_srcdir)/m4/ax_arg_enable_warnings.m4 \
98          $(top_srcdir)/m4/ax_arg_gnutls.m4 \
99          $(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \
100        $(top_srcdir)/m4/ax_arg_libgeoip.m4 \
100          $(top_srcdir)/m4/ax_arg_openssl.m4 \
101          $(top_srcdir)/m4/ax_check_compile_flag.m4 \
102          $(top_srcdir)/m4/ax_library_net.m4 \
# Line 598 | Line 597 | distdir: $(DISTFILES)
597            ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
598          || chmod -R a+r "$(distdir)"
599   dist-gzip: distdir
600 <        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
600 >        tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
601          $(am__post_remove_distdir)
602  
603   dist-bzip2: distdir
# Line 624 | Line 623 | dist-shar: distdir
623          @echo WARNING: "Support for shar distribution archives is" \
624                         "deprecated." >&2
625          @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
626 <        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
626 >        shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
627          $(am__post_remove_distdir)
628  
629   dist-zip: distdir
# Line 642 | Line 641 | dist dist-all:
641   distcheck: dist
642          case '$(DIST_ARCHIVES)' in \
643          *.tar.gz*) \
644 <          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
644 >          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
645          *.tar.bz2*) \
646            bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
647          *.tar.lz*) \
# Line 652 | Line 651 | distcheck: dist
651          *.tar.Z*) \
652            uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
653          *.shar.gz*) \
654 <          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
654 >          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
655          *.zip*) \
656            unzip $(distdir).zip ;;\
657          esac

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)