diff options
author | Nicolas Boulenguez <nicolas@debian.org> | 2020-12-27 11:32:52 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-01-04 11:08:05 +1030 |
commit | a7c23ac9317e590893906a4b425ea1344eafdc52 (patch) | |
tree | db72fa71b028897e5c7a905213554eaf298d2568 | |
parent | 90320e40958020aea265dc693d0613a330e40b61 (diff) | |
download | binutils-a7c23ac9317e590893906a4b425ea1344eafdc52.zip binutils-a7c23ac9317e590893906a4b425ea1344eafdc52.tar.gz binutils-a7c23ac9317e590893906a4b425ea1344eafdc52.tar.bz2 |
In libctf, make AC_CONFIG_MACRO_DIR consistent with ACLOCAL_AMFLAGS
PR 27117
* configure.ac: Make AC_CONFIG_MACRO_DIR consistent with
ACLOCAL_AMFLAGS -I dirs.
* configure: Regenerate.
-rw-r--r-- | libctf/ChangeLog | 7 | ||||
-rwxr-xr-x | libctf/configure | 5 | ||||
-rw-r--r-- | libctf/configure.ac | 1 |
3 files changed, 11 insertions, 2 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 199f89b..fec02ce 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -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. diff --git a/libctf/configure b/libctf/configure index b7ca7cd..fb77403 100755 --- a/libctf/configure +++ b/libctf/configure @@ -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 diff --git a/libctf/configure.ac b/libctf/configure.ac index 63bb77b..3c57e65 100644 --- a/libctf/configure.ac +++ b/libctf/configure.ac @@ -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 |