Skip to content

Commit 49b5649

Browse files
committed
version bump to 3.6
1 parent e59cc8a commit 49b5649

File tree

7 files changed

+1773
-10729
lines changed

7 files changed

+1773
-10729
lines changed

ChangeLog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# 3.6 (unreleased master branch)
1+
# 3.7 (unreleased master branch)
2+
3+
### New Features
4+
5+
### Bugfixes
6+
7+
8+
# 3.6 (26-10-2019)
29

310
### New Features
411

Makefile.in

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ check_PROGRAMS = sendmetric$(EXEEXT)
109109
@SSL_ENABLED_TRUE@am__append_1 = dual-ssl large-ssl
110110
subdir = .
111111
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112-
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
112+
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
113+
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
114+
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
115+
$(top_srcdir)/configure.ac
113116
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114117
$(ACLOCAL_M4)
115118
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
@@ -317,7 +320,6 @@ LIPO = @LIPO@
317320
LN_S = @LN_S@
318321
LTLIBOBJS = @LTLIBOBJS@
319322
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
320-
MAINT = @MAINT@
321323
MAKEINFO = @MAKEINFO@
322324
MANIFEST_TOOL = @MANIFEST_TOOL@
323325
MKDIR_P = @MKDIR_P@
@@ -466,7 +468,7 @@ all: config.h
466468
.SUFFIXES: .c .lo .o .obj
467469
am--refresh: Makefile
468470
@:
469-
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
471+
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
470472
@for dep in $?; do \
471473
case '$(am__configure_deps)' in \
472474
*$$dep*) \
@@ -492,9 +494,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
492494
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
493495
$(SHELL) ./config.status --recheck
494496

495-
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
497+
$(top_srcdir)/configure: $(am__configure_deps)
496498
$(am__cd) $(srcdir) && $(AUTOCONF)
497-
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
499+
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
498500
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
499501
$(am__aclocal_m4_deps):
500502

@@ -505,7 +507,7 @@ config.h: stamp-h1
505507
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
506508
@rm -f stamp-h1
507509
cd $(top_builddir) && $(SHELL) ./config.status config.h
508-
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
510+
$(srcdir)/config.h.in: $(am__configure_deps)
509511
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
510512
rm -f stamp-h1
511513
touch $@

0 commit comments

Comments
 (0)