Skip to content

Commit

Permalink
update to configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
rieder committed Apr 14, 2021
1 parent 857a9ab commit cc3095c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([amuse], m4_esyscmd_s([python support/version.py]))
AC_INIT([amuse],[m4_esyscmd_s(python support/version.py)])
AC_CONFIG_SRCDIR([src/amuse/__init__.py])

AC_CONFIG_FILES([config.mk])
Expand Down Expand Up @@ -270,6 +270,6 @@ AC_CHECK_PYTHON_MODULE(matplotlib)
#AS_VERSION_COMPARE([$PYTHON_Cython_VERSION], [0.13],
# [AC_MSG_WARN([Cython version $PYTHON_Cython_VERSION found, but at least 0.13 needed])]
#)
AC_OUTPUT()
AC_OUTPUT

AC_MSG_NOTICE( Configuration done. Configuration written to config.mk )

0 comments on commit cc3095c

Please sign in to comment.