configure.ac

changeset 57
68018eac46c3
parent 56
ed65f8c73fb2
child 61
9c8d768f0244
equal deleted inserted replaced
56:ed65f8c73fb2 57:68018eac46c3
1 # Copyright 2017 Mike Becker. All rights reserved. 1 # Copyright 2018 Mike Becker. All rights reserved.
2 # 2 #
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are met: 4 # modification, are permitted provided that the following conditions are met:
5 # 5 #
6 # 1. Redistributions of source code must retain the above copyright 6 # 1. Redistributions of source code must retain the above copyright
20 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 20 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
21 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 21 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 23
24 AC_PREREQ([2.69]) 24 AC_PREREQ([2.69])
25 AC_INIT(cline, 1.1, universe@uap-core.de) 25 AC_INIT(cline, 1.2, universe@uap-core.de)
26 AM_INIT_AUTOMAKE 26 AM_INIT_AUTOMAKE
27 27
28 # Conditionals 28 # Conditionals
29 AC_ARG_ENABLE([debug], 29 AC_ARG_ENABLE([debug],
30 [ --enable-debug Turn on debugging], 30 [ --enable-debug Turn on debugging],

mercurial