In libctf, make AC_CONFIG_MACRO_DIR consistent with ACLOCAL_AMFLAGS
authorNicolas Boulenguez <nicolas@debian.org>
Sun, 27 Dec 2020 10:32:52 +0000 (11:32 +0100)
committerAlan Modra <amodra@gmail.com>
Mon, 4 Jan 2021 00:38:05 +0000 (11:08 +1030)
PR 27117
* configure.ac: Make AC_CONFIG_MACRO_DIR consistent with
ACLOCAL_AMFLAGS -I dirs.
* configure: Regenerate.

libctf/ChangeLog
libctf/configure
libctf/configure.ac

index 199f89b31b716b4bfeb813990f1631f3b6189f22..fec02cea156738acff6f82c95e3c02c107744c5c 100644 (file)
@@ -1,3 +1,10 @@
+2021-01-04  Nicolas Boulenguez  <nicolas@debian.org>
+
+       PR 27117
+       * configure.ac: Make AC_CONFIG_MACRO_DIR consistent with
+       ACLOCAL_AMFLAGS -I dirs.
+       * configure: Regenerate.
+
 2021-01-01  Alan Modra  <amodra@gmail.com>
 
        Update year range in copyright notice of all files.
index b7ca7cd5003c29448a352b8c414950bc16146f68..fb77403a0cd1a99021af62f97f0b2549434329a1 100755 (executable)
@@ -2301,6 +2301,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
+
 ac_aux_dir=
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   if test -f "$ac_dir/install-sh"; then
@@ -11519,7 +11520,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11522 "configure"
+#line 11523 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11625,7 +11626,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11628 "configure"
+#line 11629 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 63bb77bae79942f1c174f2785a5450b508d03616..3c57e652c0c2aa2997e0c5c7f3d00bd261a55238 100644 (file)
@@ -21,6 +21,7 @@ dnl
 AC_PREREQ(2.64)
 AC_INIT([libctf], 1.2.0)
 AC_CONFIG_SRCDIR(ctf-impl.h)
+AC_CONFIG_MACRO_DIR(..)
 AC_CONFIG_MACRO_DIR(../config)
 AC_CONFIG_MACRO_DIR(../bfd)
 AC_USE_SYSTEM_EXTENSIONS
This page took 0.037148 seconds and 4 git commands to generate.