Skip to content

Commit

Permalink
Merge pull request #1516 from linas/autoreconf
Browse files Browse the repository at this point in the history
Get the latest m4 macros
  • Loading branch information
linas authored Apr 25, 2024
2 parents e9c7708 + 9603db7 commit e6945ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ if test ! -d `aclocal --print-ac-dir 2>> autogen.err`; then
exit 1
fi

# Update the m4 macros
autoreconf -fvi

# Produce aclocal.m4, so autoconf gets the automake macros it needs
#
case `uname` in
Expand Down

0 comments on commit e6945ff

Please sign in to comment.