configure.ac

changeset 274
0923c036b913
parent 259
2f5dea574a75
child 283
c3b6ff227481
equal deleted inserted replaced
273:9c1591b3c4a4 274:0923c036b913
26 # POSSIBILITY OF SUCH DAMAGE. 26 # POSSIBILITY OF SUCH DAMAGE.
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 # if you change the package version, don't forget to adjust the library version 30 # if you change the package version, don't forget to adjust the library version
31 AC_INIT([ucx], [1.0], [olaf.wintermann@gmail.com]) 31 AC_INIT([ucx], [1.0.1], [olaf.wintermann@gmail.com])
32 32
33 # don't place everything in the project root 33 # don't place everything in the project root
34 AC_CONFIG_AUX_DIR([build-aux]) 34 AC_CONFIG_AUX_DIR([build-aux])
35 AC_CONFIG_MACRO_DIR([m4]) 35 AC_CONFIG_MACRO_DIR([m4])
36 36

mercurial