configure.ac

changeset 259
2f5dea574a75
parent 256
2c21b42cf11d
child 274
0923c036b913
equal deleted inserted replaced
258:d9f4285c795c 259:2f5dea574a75
1 # 1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 # 3 #
4 # Copyright 2017 Olaf Wintermann. All rights reserved. 4 # Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved.
5 # 5 #
6 # Redistribution and use in source and binary forms, with or without 6 # Redistribution and use in source and binary forms, with or without
7 # modification, are permitted provided that the following conditions are met: 7 # modification, are permitted provided that the following conditions are met:
8 # 8 #
9 # 1. Redistributions of source code must retain the above copyright 9 # 1. Redistributions of source code must retain the above copyright
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], [0.14], [olaf.wintermann@gmail.com]) 31 AC_INIT([ucx], [1.0], [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