Skip to content

Commit

Permalink
Bump version to 0.9.7, updating configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolivas authored and golden-guy committed May 29, 2023
1 parent 0356cd1 commit ba103c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_INIT(ckpool, 0.9.6, [email protected])
AC_INIT([ckpool],[0.9.7],[[email protected]])

AC_CANONICAL_SYSTEM
AC_CANONICAL_TARGET
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/ckpool.c])
AC_CONFIG_HEADERS([config.h])
Expand All @@ -25,7 +25,6 @@ LT_INIT([disable-shared])
# gl_INIT - maybe later

dnl Checks for header files.
AC_HEADER_STDC

AC_FUNC_ALLOCA

Expand Down Expand Up @@ -80,7 +79,8 @@ AC_SEARCH_LIBS(exp, m, , echo "Error: Required library math not found." && exit
AC_SEARCH_LIBS(pthread_mutex_trylock, pthread, , echo "Error: Required library pthreads not found." && exit 1)
AC_SEARCH_LIBS(zmq_socket, zmq, ZMQ=yes, ZMQ=no)

AC_OUTPUT([Makefile] [src/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT

LDFLAGS="${LDFLAGS} -Wl,--as-needed"

Expand Down

0 comments on commit ba103c0

Please sign in to comment.