libctf: Regenerate Makefile.in and acinclude.m4
authorJoel Brobecker <brobecker@adacore.com>
Sun, 5 Jan 2020 05:49:33 +0000 (09:49 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Sun, 5 Jan 2020 05:49:33 +0000 (09:49 +0400)
I noticed that if I run "autoreconf" with vanilla automake-1.15.1
and autoconf-2.69, I get some differences.

libctf/ChangeLog:

        * Makefile.in, aclocal.m4: Regenerate.

libctf/ChangeLog
libctf/Makefile.in
libctf/aclocal.m4

index ea34bae8560d0f76098f53314611d65056d338a0..fc36bf2bdc43bf99660272465fafdcff54fb19a1 100644 (file)
@@ -1,3 +1,7 @@
+2020-01-05  Joel Brobecker  <brobecker@adacore.com>
+
+       * Makefile.in, aclocal.m4: Regenerate.
+
 2019-10-16  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * swap.h (bswap_16, bswap_32, bswap_64): Make static.
index d6e73cac7329f27c562faebccd55b065626cd0aa..cfcac9536f4f367168465a386ce41f9996f98083 100644 (file)
@@ -110,13 +110,13 @@ host_triplet = @host@
 @NEED_CTF_QSORT_R_TRUE@am__append_1 = ctf-qsort_r.c
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
+       $(top_srcdir)/../config/acx.m4 \
        $(top_srcdir)/../config/depstand.m4 \
        $(top_srcdir)/../config/lead-dot.m4 \
        $(top_srcdir)/../config/override.m4 \
        $(top_srcdir)/../config/warnings.m4 \
-       $(top_srcdir)/../config/zlib.m4 \
-       $(top_srcdir)/../bfd/acinclude.m4 $(top_srcdir)/../libtool.m4 \
+       $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \
        $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
        $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
        $(top_srcdir)/configure.ac
index 04583b42f02e64a784248be6297d073cfbbd643d..15d96cd63e30bcfb18718659f3b8b8e81e30150a 100644 (file)
@@ -1227,13 +1227,13 @@ AC_SUBST([am__tar])
 AC_SUBST([am__untar])
 ]) # _AM_PROG_TAR
 
+m4_include([../bfd/acinclude.m4])
 m4_include([../config/acx.m4])
 m4_include([../config/depstand.m4])
 m4_include([../config/lead-dot.m4])
 m4_include([../config/override.m4])
 m4_include([../config/warnings.m4])
 m4_include([../config/zlib.m4])
-m4_include([../bfd/acinclude.m4])
 m4_include([../libtool.m4])
 m4_include([../ltoptions.m4])
 m4_include([../ltsugar.m4])
This page took 0.025781 seconds and 4 git commands to generate.