Codebase list libcypher-parser / 36a79f7
Update upstream source from tag 'dist/0.6.2' Update to upstream version '0.6.2' with Debian dir 0fadbfdc87d9246b239e128d52ee7087f680b16d Chris Leishman 4 years ago
4 changed file(s) with 19 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for libcypher-parser 0.6.1.
2 # Generated by GNU Autoconf 2.69 for libcypher-parser 0.6.2.
33 #
44 #
55 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
586586 # Identity of this package.
587587 PACKAGE_NAME='libcypher-parser'
588588 PACKAGE_TARNAME='libcypher-parser'
589 PACKAGE_VERSION='0.6.1'
590 PACKAGE_STRING='libcypher-parser 0.6.1'
589 PACKAGE_VERSION='0.6.2'
590 PACKAGE_STRING='libcypher-parser 0.6.2'
591591 PACKAGE_BUGREPORT=''
592592 PACKAGE_URL=''
593593
14041404 # Omit some internal or obsolete options to make the list less imposing.
14051405 # This message is too long to be a string in the A/UX 3.1 sh.
14061406 cat <<_ACEOF
1407 \`configure' configures libcypher-parser 0.6.1 to adapt to many kinds of systems.
1407 \`configure' configures libcypher-parser 0.6.2 to adapt to many kinds of systems.
14081408
14091409 Usage: $0 [OPTION]... [VAR=VALUE]...
14101410
14751475
14761476 if test -n "$ac_init_help"; then
14771477 case $ac_init_help in
1478 short | recursive ) echo "Configuration of libcypher-parser 0.6.1:";;
1478 short | recursive ) echo "Configuration of libcypher-parser 0.6.2:";;
14791479 esac
14801480 cat <<\_ACEOF
14811481
16171617 test -n "$ac_init_help" && exit $ac_status
16181618 if $ac_init_version; then
16191619 cat <<\_ACEOF
1620 libcypher-parser configure 0.6.1
1620 libcypher-parser configure 0.6.2
16211621 generated by GNU Autoconf 2.69
16221622
16231623 Copyright (C) 2012 Free Software Foundation, Inc.
20822082 This file contains any messages produced by compilers while
20832083 running configure, to aid debugging if configure makes a mistake.
20842084
2085 It was created by libcypher-parser $as_me 0.6.1, which was
2085 It was created by libcypher-parser $as_me 0.6.2, which was
20862086 generated by GNU Autoconf 2.69. Invocation command line was
20872087
20882088 $ $0 $@
29472947
29482948 # Define the identity of the package.
29492949 PACKAGE='libcypher-parser'
2950 VERSION='0.6.1'
2950 VERSION='0.6.2'
29512951
29522952
29532953 cat >>confdefs.h <<_ACEOF
1326713267 fi
1326813268
1326913269
13270 if test -n "$LEG" -o -f ./src/lib/parser_leg.c; then :
13270 if test -n "$LEG" -o -f ./lib/src/parser_leg.c; then :
1327113271
1327213272 else
1327313273 as_fn_error $? "leg is required: please install http://piumarta.com/software/peg/" "$LINENO" 5
1714317143 # report actual input values of CONFIG_FILES etc. instead of their
1714417144 # values after options handling.
1714517145 ac_log="
17146 This file was extended by libcypher-parser $as_me 0.6.1, which was
17146 This file was extended by libcypher-parser $as_me 0.6.2, which was
1714717147 generated by GNU Autoconf 2.69. Invocation command line was
1714817148
1714917149 CONFIG_FILES = $CONFIG_FILES
1720917209 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1721017210 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1721117211 ac_cs_version="\\
17212 libcypher-parser config.status 0.6.1
17212 libcypher-parser config.status 0.6.2
1721317213 configured by $0, generated by GNU Autoconf 2.69,
1721417214 with options \\"\$ac_cs_config\\"
1721517215
1313 #
1414 dnl Process this file with autoconf to produce a configure script
1515 AC_PREREQ([2.69])
16 AC_INIT([libcypher-parser],[0.6.1])
16 AC_INIT([libcypher-parser],[0.6.2])
1717 AC_CONFIG_SRCDIR([lib/src/cypher-parser.h.in])
1818 AC_CONFIG_AUX_DIR([build-aux])
1919 AC_CONFIG_MACRO_DIR([build-aux/m4])
4747 AC_CHECK_PROG([LEG], [leg], [leg])
4848 AM_CONDITIONAL([HAVE_LEG], [test -n "$LEG"])
4949
50 AS_IF([test -n "$LEG" -o -f ./src/lib/parser_leg.c], [],
50 AS_IF([test -n "$LEG" -o -f ./lib/src/parser_leg.c], [],
5151 [AC_MSG_ERROR([leg is required: please install http://piumarta.com/software/peg/])])
5252
5353 AC_C_CONST
0 libcypher-parser (0.6.1-1) unstable; urgency=medium
0 libcypher-parser (0.6.2-1) unstable; urgency=medium
11
2 * New upstream release.
2 * New upstream release
3 - Fix issue in configure.ac that was requiring peg for distribution
4 builds.
35 - Adjust precedence of IS NULL
46 - Fix several build warnings
57 - Adjust precedence of regex and equals infix operator parsing
6060 /* Compile time version details.
6161 * For runtime version inspection, use libcypher_parser_version() instead.
6262 */
63 #define CYPHER_PARSER_VERSION "0.6.1"
63 #define CYPHER_PARSER_VERSION "0.6.2"
6464 #define CYPHER_PARSER_MAJOR_VERSION 0
6565 #define CYPHER_PARSER_MINOR_VERSION 6
66 #define CYPHER_PARSER_PATCH_VERSION 1
66 #define CYPHER_PARSER_PATCH_VERSION 2
6767 #define CYPHER_PARSER_DEVELOPMENT_VERSION ""
6868
6969 #define CYPHER_PARSER_VERSION_NUMBER \