Skip to content

Commit

Permalink
In libctf, make AC_CONFIG_MACRO_DIR consistent with ACLOCAL_AMFLAGS
Browse files Browse the repository at this point in the history
	PR 27117
	* configure.ac: Make AC_CONFIG_MACRO_DIR consistent with
	ACLOCAL_AMFLAGS -I dirs.
	* configure: Regenerate.
  • Loading branch information
asarhaddon authored and amodra committed Jan 4, 2021
1 parent 90320e4 commit a7c23ac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions libctf/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2021-01-04 Nicolas Boulenguez <[email protected]>

PR 27117
* configure.ac: Make AC_CONFIG_MACRO_DIR consistent with
ACLOCAL_AMFLAGS -I dirs.
* configure: Regenerate.

2021-01-01 Alan Modra <[email protected]>

Update year range in copyright notice of all files.
Expand Down
5 changes: 3 additions & 2 deletions libctf/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions libctf/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7c23ac

Please sign in to comment.