0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-12 23:18:55 +02:00

Update configuration and library object versions.

This commit is contained in:
Jason Volk 2018-01-20 13:56:53 -08:00
parent facf8e2e78
commit 87effab106
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ dnl said functions need to be just about as complex as they already are.
AC_PREREQ(2.63)
AUTOMAKE_OPTIONS = 1.11
AC_INIT([charybdis], [5-dev])
AC_INIT([construct], [1.0-pre])
AC_GNU_SOURCE
AC_USE_SYSTEM_EXTENSIONS
AC_CONFIG_MACRO_DIR([m4])
@ -32,7 +32,7 @@ AC_PROG_CXX
AC_PROG_CXX_C_O
AC_LANG(C++)
AC_CONFIG_HEADER(include/ircd/config.h)
AX_CXX_COMPILE_STDCXX([17], [gnu], [mandatory], 201411)
AX_CXX_COMPILE_STDCXX([17], [gnu], [mandatory], 201500)
dnl ***************************************************************************

View file

@ -28,7 +28,7 @@ endif
endif
AM_LDFLAGS = \
-version-info 5:0:0 \
-version-info 3:1:0 \
-Wl,-fuse-ld=gold \
-Wl,--no-allow-shlib-undefined \
-Wl,--export-dynamic \