Skip to content
Snippets Groups Projects
Commit bfa47477 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Rename the package in the configure script

parent 8f3781c3
No related branches found
No related tags found
1 merge request!44Fix examples
......@@ -6,7 +6,7 @@
AC_PREREQ([2.69])
LT_PREREQ([2.4.6])dnl
AC_INIT([libmtime], [1.2.0], [luis.kornblueh@mpimet.mpg.de])
AC_INIT([mtime], [1.2.0], [luis.kornblueh@mpimet.mpg.de])
AC_CONFIG_MACRO_DIR([m4])
dnl Make sure all required m4 files are in place:
......@@ -119,10 +119,7 @@ dnl is too old:
AS_IF([test -n "$PYTHON"],
[AM_PYTHON_CHECK_VERSION([$PYTHON], [mtime_python_min_version],
[mtime_python_found=yes])],
[save_PACKAGE=$PACKAGE
PACKAGE=mtime
AM_PATH_PYTHON([mtime_python_min_version], [mtime_python_found=yes], [:])
PACKAGE=$save_PACKAGE])
[AM_PATH_PYTHON([mtime_python_min_version], [mtime_python_found=yes], [:])])
AS_VAR_IF([mtime_python_found], [no],
[AC_MSG_FAILURE([cannot find suitable Python interpreter])])])
AM_CONDITIONAL([ENABLE_PYTHON], [test x"$enable_python" = xyes])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment