Skip to content
Snippets Groups Projects
Commit cbf1a050 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

capture gstlal version in -inspiral and -ugly's configure scripts

parent 5566650e
No related branches found
No related tags found
No related merge requests found
......@@ -254,6 +254,7 @@ AX_PYTHON_PYLAL()
AC_SUBST([MIN_GSTLAL_VERSION], [0.6.0])
AC_SUBST([MIN_GSTLALUGLY_VERSION], [0.5.0])
PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}])
AC_SUBST([GSTLAL_VERSION], [`$PKG_CONFIG --modversion gstlal`])
AC_SUBST([GSTLAL_CFLAGS])
AC_SUBST([GSTLAL_LIBS])
......
......@@ -374,6 +374,7 @@ AX_PYTHON_PYLAL()
AC_SUBST([MIN_GSTLAL_VERSION], [0.6.0])
PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}])
AC_SUBST([GSTLAL_VERSION], [`$PKG_CONFIG --modversion gstlal`])
AC_SUBST([GSTLAL_CFLAGS])
AC_SUBST([GSTLAL_LIBS])
......
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