Skip to content

Commit

Permalink
configure.ac: remove duplicate AC_CONFIG_MACRO_DIR (#226)
Browse files Browse the repository at this point in the history
fixes build with autoconf 2.70
  • Loading branch information
jpalus committed Jan 15, 2021
1 parent fb4135c commit d15d594
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ LTLDFLAGS="-version-info ${lt_current}:${lt_revision}:${lt_age}"

AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
AC_CONFIG_MACRO_DIR([m4])

m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT
Expand Down

1 comment on commit d15d594

@mcuee
Copy link
Member

@mcuee mcuee commented on d15d594 Aug 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed to build 0.10.1 release, at least on my macOS homebrew installation.

Please sign in to comment.