@@ -109,7 +109,10 @@ check_PROGRAMS = sendmetric$(EXEEXT)
109109@SSL_ENABLED_TRUE@am__append_1 = dual-ssl large-ssl
110110subdir = .
111111ACLOCAL_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
113116am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
114117 $(ACLOCAL_M4 )
115118DIST_COMMON = $(srcdir ) /Makefile.am $(top_srcdir ) /configure \
@@ -317,7 +320,6 @@ LIPO = @LIPO@
317320LN_S = @LN_S@
318321LTLIBOBJS = @LTLIBOBJS@
319322LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
320- MAINT = @MAINT@
321323MAKEINFO = @MAKEINFO@
322324MANIFEST_TOOL = @MANIFEST_TOOL@
323325MKDIR_P = @MKDIR_P@
@@ -466,7 +468,7 @@ all: config.h
466468.SUFFIXES : .c .lo .o .obj
467469am--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
505507stamp-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