X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=configure.ac;h=bcb8d3fdf3b14180d290943307f6cccfdcf218f5;hb=98872ed9d8e933d976148cb90e81a75cad64abcc;hp=dbf53cfdf9009f7c616c962e910146604b6e28eb;hpb=65fb3b1375a1baaf75a581582a4c8d0d62fbabb6;p=ric-plt%2Fsdl.git diff --git a/configure.ac b/configure.ac index dbf53cf..bcb8d3f 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ m4_define([SDL_MAJOR], [1]) m4_define([SDL_MINOR], [0]) -m4_define([SDL_MICRO], [2]) +m4_define([SDL_MICRO], [4]) # SDL ABI version with libtool # @@ -21,12 +21,14 @@ m4_define([SDL_MICRO], [2]) # 3. Increase the age value only if the changes made to the ABI are backward # compatible. # +# Never zero or decrease any of the ABI version number values. +# # See https://autotools.io/libtool/version.html # # Change the numbers just before release. m4_define([SDL_CURRENT], [1]) -m4_define([SDL_REVISION], [2]) +m4_define([SDL_REVISION], [4]) m4_define([SDL_AGE], [0]) AC_INIT([shareddatalayer], [SDL_MAJOR.SDL_MINOR.SDL_MICRO], [], [], [https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/sdl]) @@ -34,6 +36,8 @@ AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Doxyfile]) +AC_CONFIG_FILES([rpm/sdl.spec]) +AC_CONFIG_FILES([debian/changelog]) AC_CONFIG_FILES([run-tests.sh], [chmod +x run-tests.sh]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([subdir-objects foreign 1.13 tar-pax -Wall -Werror]) @@ -46,7 +50,6 @@ AC_PROG_MKDIR_P AM_PROG_LIBTOOL AC_CONFIG_MACRO_DIR([m4]) AX_CXX_COMPILE_STDCXX([11], [noext], [mandatory]) -AX_PTHREAD AX_BOOST_BASE([1.53], [], [AC_MSG_ERROR(Unable to detect suitable boost library)]) AX_BOOST_PROGRAM_OPTIONS AX_BOOST_SYSTEM