configure.ac

branch
feature/array
changeset 341
b9715d7317c1
parent 338
0878f83348a0
child 362
39cef8f37eb5
equal deleted inserted replaced
340:8acf182f6424 341:b9715d7317c1
27 # 27 #
28 28
29 # the package version must match the macros in ucx.h 29 # the package version must match the macros in ucx.h
30 # the lib version must follow the libtool versioning convention 30 # the lib version must follow the libtool versioning convention
31 AC_INIT([ucx], [2.1.0], [olaf.wintermann@gmail.com]) 31 AC_INIT([ucx], [2.1.0], [olaf.wintermann@gmail.com])
32 AC_SUBST([UCX_LIB_VERSION], [4:1:1]) 32 AC_SUBST([UCX_LIB_VERSION], [4:0:1])
33 33
34 # don't place everything in the project root 34 # don't place everything in the project root
35 AC_CONFIG_AUX_DIR([build-aux]) 35 AC_CONFIG_AUX_DIR([build-aux])
36 AC_CONFIG_MACRO_DIR([m4]) 36 AC_CONFIG_MACRO_DIR([m4])
37 37

mercurial