]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
libctf: remove AC_CONFIG_MACRO_DIR
authorIndu Bhagat <indu.bhagat@oracle.com>
Mon, 12 Dec 2022 17:34:54 +0000 (09:34 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Mon, 12 Dec 2022 17:34:54 +0000 (09:34 -0800)
ACLOCAL_AMFLAGS is being set already.  So using AC_CONFIG_MACRO_DIR is
unnecessary.

ChangeLog:

* libctf/configure: Regenerated.
* libctf/configure.ac: remove AC_CONFIG_MACRO_DIR usage.

libctf/configure
libctf/configure.ac

index cdfc0008fe5b8a6c1de61bf083c42f103395e08e..82c3fb0588d999536d0f6fdbdfe13cc5265ed9fa 100755 (executable)
@@ -2328,9 +2328,6 @@ 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
@@ -11655,7 +11652,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11658 "configure"
+#line 11655 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11761,7 +11758,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11764 "configure"
+#line 11761 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 652e95e39683b85faefc9db87e1c401e9cadb673..0e0495ba6ef30a32260ee201ce1f719851bac96d 100644 (file)
@@ -21,9 +21,6 @@ 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_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET