From 80d1f7e28d79c2cbf32fbb9d23e7645642a6fb59 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 22 Mar 2016 23:33:55 +0300 Subject: [PATCH] Fix incorrectly regenerated Makefile.in (revert part of commit aae1c04) * Makefile.in: Regenerate properly (remove ltmain.sh from DIST_COMMON). --- ChangeLog | 4 ++++ Makefile.in | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e761403..387099c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2016-03-22 Ivan Maidanski + * Makefile.in: Regenerate properly (remove ltmain.sh from DIST_COMMON). + +2016-03-22 Ivan Maidanski + * Makefile.in: Regenerate (by autoreconf -vif using autoconf-2.69, automake-1.14.1 and libtool-2.4.2). * config.guess: Likewise. diff --git a/Makefile.in b/Makefile.in index 13c9515..6908e98 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,8 +85,7 @@ DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \ $(top_srcdir)/pkgconfig/atomic_ops.pc.in \ $(top_srcdir)/pkgconfig/atomic_ops-uninstalled.pc.in COPYING \ - compile config.guess config.sub depcomp install-sh missing \ - ltmain.sh + compile config.guess config.sub depcomp install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ -- 2.7.4