1 |
# Process this file with autoconf to produce a configure script. |
# Process this file with autoconf to produce a configure script. |
2 |
AC_INIT(Qsampler, 0.4.3, rncbc@rncbc.org, qsampler) |
AC_INIT(Qsampler, 0.4.4, rncbc@rncbc.org, qsampler) |
3 |
|
|
4 |
AC_CONFIG_SRCDIR(src/qsampler.cpp) |
AC_CONFIG_SRCDIR(src/qsampler.cpp) |
5 |
AC_CONFIG_HEADERS(src/config.h) |
AC_CONFIG_HEADERS(src/config.h) |
25 |
|
|
26 |
# Sanitized version string. |
# Sanitized version string. |
27 |
AC_CACHE_VAL([ac_cv_version], [ |
AC_CACHE_VAL([ac_cv_version], [ |
28 |
ac_cv_version=$(echo $ac_cv_build_version | sed -r 's/^([[0-9|\.]]+).*$/\1/') |
ac_cv_version=$(echo $PACKAGE_VERSION | sed -r 's/^([[0-9|\.]]+).*$/\1/') |
29 |
]) |
]) |
30 |
ac_version="$ac_cv_version" |
ac_version="$ac_cv_version" |
31 |
AC_DEFINE_UNQUOTED(CONFIG_VERSION, ["$ac_version"], [Version string.]) |
AC_DEFINE_UNQUOTED(CONFIG_VERSION, ["$ac_version"], [Version string.]) |