Skip to content

Commit

Permalink
Run autogen.sh for re-generating configure script from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Nov 4, 2024
1 parent 26c1f75 commit b519053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ clean:
if [ -f Makefile ] ; then $(MAKE) -f Makefile clean-tools ; fi

install: configured; $(MAKE) -C distributions $@
@srcdir@/configure : @srcdir@/configure.ac @srcdir@/m4/files; $(MAKE) -C @srcdir@ -f Makefile
@srcdir@/configure : @srcdir@/configure.ac @srcdir@/m4/files; @srcdir@/autogen.sh
recheck config.status: @srcdir@/configure @srcdir@/Macaulay2/packages/=distributed-packages
$(WHY)
./config.status --recheck
Expand Down

0 comments on commit b519053

Please sign in to comment.