Skip to content

Commit

Permalink
Use VERSION instead of INSTALL for AC_CONFIG_SRCDIR
Browse files Browse the repository at this point in the history
INSTALL was removed
  • Loading branch information
d-torrance committed Jul 3, 2024
1 parent 2595a73 commit 4a5007d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_INIT([Macaulay2],[m4_esyscmd_s([cat VERSION])],[https://github.com/Macaulay2/M2/issues],[Macaulay2],[https://macaulay2.com/])
AC_MSG_NOTICE([configuring Macaulay2 version $PACKAGE_VERSION])
AC_CONFIG_SRCDIR(INSTALL)
AC_CONFIG_SRCDIR([VERSION])
AC_CONFIG_HEADERS(include/M2/config.h)
AC_CONFIG_FILES(m4_include(config/files))
AC_SUBST(CONFIGURED_FILES,"$ac_config_files")
Expand Down

0 comments on commit 4a5007d

Please sign in to comment.