Skip to content

Commit

Permalink
configure.ac: remove duplicate AC_CONFIG_MACRO_DIR
Browse files Browse the repository at this point in the history
fixes build with autoconf 2.70
  • Loading branch information
jpalus committed Dec 25, 2020
1 parent fb4135c commit 3634614
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

0 comments on commit 3634614

Please # to comment.