Codebase list virtualpg / 30defcd
Update upstream source from tag 'upstream/2.0.1' Update to upstream version '2.0.1' with Debian dir 5152905ce8440ca2e02251749917e63a68c8f5fd Bas Couwenberg 3 years ago
3 changed file(s) with 16 addition(s) and 11 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 virtualpg 2.0.0.
2 # Generated by GNU Autoconf 2.69 for virtualpg 2.0.1.
33 #
44 # Report bugs to <a.furieri@lqt.it>.
55 #
589589 # Identity of this package.
590590 PACKAGE_NAME='virtualpg'
591591 PACKAGE_TARNAME='virtualpg'
592 PACKAGE_VERSION='2.0.0'
593 PACKAGE_STRING='virtualpg 2.0.0'
592 PACKAGE_VERSION='2.0.1'
593 PACKAGE_STRING='virtualpg 2.0.1'
594594 PACKAGE_BUGREPORT='a.furieri@lqt.it'
595595 PACKAGE_URL=''
596596
13311331 # Omit some internal or obsolete options to make the list less imposing.
13321332 # This message is too long to be a string in the A/UX 3.1 sh.
13331333 cat <<_ACEOF
1334 \`configure' configures virtualpg 2.0.0 to adapt to many kinds of systems.
1334 \`configure' configures virtualpg 2.0.1 to adapt to many kinds of systems.
13351335
13361336 Usage: $0 [OPTION]... [VAR=VALUE]...
13371337
14011401
14021402 if test -n "$ac_init_help"; then
14031403 case $ac_init_help in
1404 short | recursive ) echo "Configuration of virtualpg 2.0.0:";;
1404 short | recursive ) echo "Configuration of virtualpg 2.0.1:";;
14051405 esac
14061406 cat <<\_ACEOF
14071407
15131513 test -n "$ac_init_help" && exit $ac_status
15141514 if $ac_init_version; then
15151515 cat <<\_ACEOF
1516 virtualpg configure 2.0.0
1516 virtualpg configure 2.0.1
15171517 generated by GNU Autoconf 2.69
15181518
15191519 Copyright (C) 2012 Free Software Foundation, Inc.
20572057 This file contains any messages produced by compilers while
20582058 running configure, to aid debugging if configure makes a mistake.
20592059
2060 It was created by virtualpg $as_me 2.0.0, which was
2060 It was created by virtualpg $as_me 2.0.1, which was
20612061 generated by GNU Autoconf 2.69. Invocation command line was
20622062
20632063 $ $0 $@
29282928
29292929 # Define the identity of the package.
29302930 PACKAGE='virtualpg'
2931 VERSION='2.0.0'
2931 VERSION='2.0.1'
29322932
29332933
29342934 cat >>confdefs.h <<_ACEOF
1782217822 # report actual input values of CONFIG_FILES etc. instead of their
1782317823 # values after options handling.
1782417824 ac_log="
17825 This file was extended by virtualpg $as_me 2.0.0, which was
17825 This file was extended by virtualpg $as_me 2.0.1, which was
1782617826 generated by GNU Autoconf 2.69. Invocation command line was
1782717827
1782817828 CONFIG_FILES = $CONFIG_FILES
1788817888 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1788917889 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1789017890 ac_cs_version="\\
17891 virtualpg config.status 2.0.0
17891 virtualpg config.status 2.0.1
1789217892 configured by $0, generated by GNU Autoconf 2.69,
1789317893 with options \\"\$ac_cs_config\\"
1789417894
11 # Process this file with autoconf to produce a configure script.
22
33 AC_PREREQ(2.61)
4 AC_INIT(virtualpg, 2.0.0, a.furieri@lqt.it)
4 AC_INIT(virtualpg, 2.0.1, a.furieri@lqt.it)
55 AC_LANG(C)
66 AC_CONFIG_MACRO_DIR([m4])
77
20862086 VirtualPgPtr p_vt = (VirtualPgPtr) pVTab;
20872087 if (p_vt->readOnly)
20882088 return SQLITE_READONLY;
2089 if (p_vt->pg_conn == NULL)
2090 {
2091 /* last attempt to establish a DB connection */
2092 p_vt->pg_conn = vpgPQconnectdb (p_vt->ConnInfo);
2093 }
20892094 if (argc == 1)
20902095 {
20912096 /* performing a DELETE */