v1.20.1
This commit is contained in:
+3
-2
@@ -9,7 +9,7 @@
|
||||
# Standard macros
|
||||
AC_PREREQ(2.63)
|
||||
AC_COPYRIGHT([CAFE, Jan Chrin, PSI, 2010-2023])
|
||||
AC_INIT([CAFE], [1.19.3], [Bug reports to: jan.chrin@psi.ch])
|
||||
AC_INIT([CAFE], [1.20.1], [Bug reports to: jan.chrin@psi.ch])
|
||||
|
||||
AC_CONFIG_AUX_DIR(./)
|
||||
|
||||
@@ -38,7 +38,8 @@ AC_LANG([C++])
|
||||
|
||||
AC_DEFINE_UNQUOTED(HAVE_LINUX, 1, [linux dependency (sleep)])
|
||||
|
||||
CPPFLAGS=" -fexceptions -fPIC -std=c++1z"
|
||||
#-z nodefs suppress unresolöved symbols
|
||||
CPPFLAGS=" -fexceptions -fPIC -std=c++1z -z nodefs"
|
||||
|
||||
# provide include directories
|
||||
AC_SUBST([CAFE_CPPFLAGS], '-I$(top_srcdir)/include ')
|
||||
|
||||
Reference in New Issue
Block a user