Changeset 1817
- Timestamp:
- 03/10/12 08:18:33 (15 months ago)
- Files:
-
- 40 edited
-
branches/4.0/ChangeLog (modified) (1 diff)
-
branches/4.0/Makefile.in (modified) (15 diffs)
-
branches/4.0/NEWS (modified) (1 diff)
-
branches/4.0/VERSION (modified) (1 diff)
-
branches/4.0/aclocal.m4 (modified) (21 diffs)
-
branches/4.0/config/Makefile.in (modified) (2 diffs)
-
branches/4.0/configure (modified) (17 diffs)
-
branches/4.0/configure.ac (modified) (2 diffs)
-
branches/4.0/debian/Makefile.in (modified) (2 diffs)
-
branches/4.0/debian/changelog (modified) (1 diff)
-
branches/4.0/doc/Makefile.in (modified) (2 diffs)
-
branches/4.0/include/Makefile.in (modified) (5 diffs)
-
branches/4.0/include/pqxx/Makefile.in (modified) (3 diffs)
-
branches/4.0/include/pqxx/version.hxx (modified) (1 diff)
-
branches/4.0/src/Makefile.in (modified) (4 diffs)
-
branches/4.0/test/Makefile.in (modified) (4 diffs)
-
branches/4.0/test/unit/Makefile.in (modified) (4 diffs)
-
branches/4.0/tools/Makefile.in (modified) (3 diffs)
-
branches/4.0/tools/extract_version (modified) (1 diff)
-
branches/4.0/win32/Makefile.in (modified) (2 diffs)
-
trunk/ChangeLog (modified) (1 diff)
-
trunk/Makefile.in (modified) (15 diffs)
-
trunk/NEWS (modified) (1 diff)
-
trunk/VERSION (modified) (1 diff)
-
trunk/aclocal.m4 (modified) (21 diffs)
-
trunk/config/Makefile.in (modified) (2 diffs)
-
trunk/configure (modified) (17 diffs)
-
trunk/configure.ac (modified) (2 diffs)
-
trunk/debian/Makefile.in (modified) (2 diffs)
-
trunk/debian/changelog (modified) (1 diff)
-
trunk/doc/Makefile.in (modified) (2 diffs)
-
trunk/include/Makefile.in (modified) (5 diffs)
-
trunk/include/pqxx/Makefile.in (modified) (3 diffs)
-
trunk/include/pqxx/version.hxx (modified) (2 diffs)
-
trunk/src/Makefile.in (modified) (4 diffs)
-
trunk/test/Makefile.in (modified) (4 diffs)
-
trunk/test/unit/Makefile.in (modified) (4 diffs)
-
trunk/tools/Makefile.in (modified) (3 diffs)
-
trunk/tools/extract_version (modified) (1 diff)
-
trunk/win32/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/ChangeLog
r1815 r1817 1 2012-02-28 Jeroen T. Vermeulen <jtv@xs4all.nl> 2 tools/extract_version: 3 - Compatibility fix for OS X. Thanks Torsten Hilgenberg. 1 4 2012-01-18 Jeroen T. Vermeulen <jtv@xs4all.nl> 2 5 test/unit/test_prepared_statement.cxx: -
branches/4.0/Makefile.in
r1808 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 77 77 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 78 78 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 79 am__uninstall_files_from_dir = { \ 80 test -z "$$files" \ 81 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 82 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 83 $(am__cd) "$$dir" && rm -f $$files; }; \ 84 } 79 85 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" 80 86 SCRIPTS = $(bin_SCRIPTS) … … 103 109 top_distdir = $(distdir) 104 110 am__remove_distdir = \ 105 { test ! -d "$(distdir)" \ 106 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 107 && rm -fr "$(distdir)"; }; } 111 if test -d "$(distdir)"; then \ 112 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 113 && rm -rf "$(distdir)" \ 114 || { sleep 5 && rm -rf "$(distdir)"; }; \ 115 else :; fi 108 116 am__relativize = \ 109 117 dir0=`pwd`; \ … … 134 142 GZIP_ENV = --best 135 143 distuninstallcheck_listfiles = find . -type f -print 144 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 145 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 136 146 distcleancheck_listfiles = find . -type f -print 137 147 ACLOCAL = @ACLOCAL@ … … 282 292 283 293 .SUFFIXES: 284 am--refresh: 294 am--refresh: Makefile 285 295 @: 286 296 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) … … 353 363 files=`for p in $$list; do echo "$$p"; done | \ 354 364 sed -e 's,.*/,,;$(transform)'`; \ 355 test -n "$$list" || exit 0; \ 356 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 357 cd "$(DESTDIR)$(bindir)" && rm -f $$files 365 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 358 366 359 367 mostlyclean-libtool: … … 382 390 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 383 391 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 384 test -n "$$files" || exit 0; \ 385 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ 386 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files 392 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 387 393 388 394 # This directory's subdirectories are mostly independent; you can cd … … 602 608 dashes=`echo "$$dashes" | sed s/./=/g`; \ 603 609 if test "$$failed" -eq 0; then \ 604 echo "$$grn$$dashes"; \610 col="$$grn"; \ 605 611 else \ 606 echo "$$red$$dashes"; \ 607 fi; \ 608 echo "$$banner"; \ 609 test -z "$$skipped" || echo "$$skipped"; \ 610 test -z "$$report" || echo "$$report"; \ 611 echo "$$dashes$$std"; \ 612 col="$$red"; \ 613 fi; \ 614 echo "$${col}$$dashes$${std}"; \ 615 echo "$${col}$$banner$${std}"; \ 616 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ 617 test -z "$$report" || echo "$${col}$$report$${std}"; \ 618 echo "$${col}$$dashes$${std}"; \ 612 619 test "$$failed" -eq 0; \ 613 620 else :; fi … … 685 692 686 693 dist-bzip2: distdir 687 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 694 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 695 $(am__remove_distdir) 696 697 dist-lzip: distdir 698 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 688 699 $(am__remove_distdir) 689 700 … … 693 704 694 705 dist-xz: distdir 695 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz706 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 696 707 $(am__remove_distdir) 697 708 … … 724 735 *.tar.lzma*) \ 725 736 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 737 *.tar.lz*) \ 738 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 726 739 *.tar.xz*) \ 727 740 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ … … 743 756 && $(am__cd) $(distdir)/_build \ 744 757 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 758 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 745 759 $(DISTCHECK_CONFIGURE_FLAGS) \ 746 760 && $(MAKE) $(AM_MAKEFLAGS) \ … … 771 785 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 772 786 distuninstallcheck: 773 @$(am__cd) '$(distuninstallcheck_dir)' \ 774 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 787 @test -n '$(distuninstallcheck_dir)' || { \ 788 echo 'ERROR: trying to run $@ with an empty' \ 789 '$$(distuninstallcheck_dir)' >&2; \ 790 exit 1; \ 791 }; \ 792 $(am__cd) '$(distuninstallcheck_dir)' || { \ 793 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 794 exit 1; \ 795 }; \ 796 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 775 797 || { echo "ERROR: files left after uninstall:" ; \ 776 798 if test -n "$(DESTDIR)"; then \ … … 807 829 installcheck: installcheck-recursive 808 830 install-strip: 809 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 810 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 811 `test -z '$(STRIP)' || \ 812 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 831 if test -z '$(STRIP)'; then \ 832 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 833 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 834 install; \ 835 else \ 836 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 837 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 838 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 839 fi 813 840 mostlyclean-generic: 814 841 … … 899 926 all all-am am--refresh check check-TESTS check-am clean \ 900 927 clean-generic clean-libtool ctags ctags-recursive dist \ 901 dist-all dist-bzip2 dist-gzip dist-lz ma dist-shar dist-tarZ\902 dist- xz dist-zip distcheck distclean distclean-generic\903 distclean- libtool distclean-tags distcleancheck distdir\904 dist uninstallcheck dvi dvi-am html html-am info info-am\905 install install-am install-binSCRIPTS install-data\906 install-data -am install-dvi install-dvi-am install-exec\907 install-exec -am install-html install-html-am install-info\908 install-info -am install-man install-pdf install-pdf-am\909 install-p kgconfigDATA install-ps install-ps-am install-strip\910 install check installcheck-am installdirs installdirs-am\911 maintainer-clean maintainer-clean-generic mostlyclean\912 mostlyclean -generic mostlyclean-libtool pdf pdf-am ps ps-am \913 tags tags-recursive uninstall uninstall-am \928 dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \ 929 dist-tarZ dist-xz dist-zip distcheck distclean \ 930 distclean-generic distclean-libtool distclean-tags \ 931 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 932 html-am info info-am install install-am install-binSCRIPTS \ 933 install-data install-data-am install-dvi install-dvi-am \ 934 install-exec install-exec-am install-html install-html-am \ 935 install-info install-info-am install-man install-pdf \ 936 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ 937 install-strip installcheck installcheck-am installdirs \ 938 installdirs-am maintainer-clean maintainer-clean-generic \ 939 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 940 ps ps-am tags tags-recursive uninstall uninstall-am \ 914 941 uninstall-binSCRIPTS uninstall-pkgconfigDATA 915 942 -
branches/4.0/NEWS
r1808 r1817 1 4.0.1 2 - Build fix for OS X. 1 3 4.0 2 4 - API change: noticers are gone! Use errorhandlers to capture error output. -
branches/4.0/VERSION
r1728 r1817 1 PQXX_VERSION 4.0 1 PQXX_VERSION 4.0.1 -
branches/4.0/aclocal.m4
r1808 r1817 1 # generated automatically by aclocal 1.11. 1-*- Autoconf -*-1 # generated automatically by aclocal 1.11.3 -*- Autoconf -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 4 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, 5 # Inc. 5 6 # This file is free software; the Free Software Foundation 6 7 # gives unlimited permission to copy and/or distribute it, … … 20 21 To do so, use the procedure documented by the package, typically `autoreconf'.])]) 21 22 22 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 23 # 24 # This file is free software; the Free Software Foundation 25 # gives unlimited permission to copy and/or distribute it, 26 # with or without modifications, as long as this notice is preserved. 23 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software 24 # Foundation, Inc. 25 # 26 # This file is free software; the Free Software Foundation 27 # gives unlimited permission to copy and/or distribute it, 28 # with or without modifications, as long as this notice is preserved. 29 30 # serial 1 27 31 28 32 # AM_AUTOMAKE_VERSION(VERSION) … … 35 39 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 36 40 dnl require some minimum version. Point them to the right macro. 37 m4_if([$1], [1.11. 1], [],41 m4_if([$1], [1.11.3], [], 38 42 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 39 43 ]) … … 51 55 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 52 56 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 53 [AM_AUTOMAKE_VERSION([1.11. 1])dnl57 [AM_AUTOMAKE_VERSION([1.11.3])dnl 54 58 m4_ifndef([AC_AUTOCONF_VERSION], 55 59 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl … … 58 62 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 59 63 60 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. 61 # 62 # This file is free software; the Free Software Foundation 63 # gives unlimited permission to copy and/or distribute it, 64 # with or without modifications, as long as this notice is preserved. 64 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 65 # 66 # This file is free software; the Free Software Foundation 67 # gives unlimited permission to copy and/or distribute it, 68 # with or without modifications, as long as this notice is preserved. 69 70 # serial 1 65 71 66 72 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets … … 145 151 fi])]) 146 152 147 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 148 # Free Software Foundation, Inc.149 # 150 # This file is free software; the Free Software Foundation 151 # gives unlimited permission to copy and/or distribute it, 152 # with or without modifications, as long as this notice is preserved. 153 154 # serial 1 0153 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 154 # 2010, 2011 Free Software Foundation, Inc. 155 # 156 # This file is free software; the Free Software Foundation 157 # gives unlimited permission to copy and/or distribute it, 158 # with or without modifications, as long as this notice is preserved. 159 160 # serial 12 155 161 156 162 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be … … 192 198 # making a dummy file named `D' -- because `-MD' means `put the output 193 199 # in D'. 200 rm -rf conftest.dir 194 201 mkdir conftest.dir 195 202 # Copy depcomp to subdir because otherwise we won't find it if we're … … 256 263 fi 257 264 ;; 258 msv isualcpp | msvcmsys)265 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 259 266 # This compiler won't grok `-c -o', but also, the minuso test has 260 267 # not run yet. These depmodes are late enough in the game, and … … 321 328 am_depcomp="$ac_aux_dir/depcomp" 322 329 AMDEPBACKSLASH='\' 330 am__nodep='_no' 323 331 fi 324 332 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 325 333 AC_SUBST([AMDEPBACKSLASH])dnl 326 334 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl 335 AC_SUBST([am__nodep])dnl 336 _AM_SUBST_NOTMAKE([am__nodep])dnl 327 337 ]) 328 338 … … 546 556 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 547 557 548 # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. 549 # 550 # This file is free software; the Free Software Foundation 551 # gives unlimited permission to copy and/or distribute it, 552 # with or without modifications, as long as this notice is preserved. 558 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, 559 # Inc. 560 # 561 # This file is free software; the Free Software Foundation 562 # gives unlimited permission to copy and/or distribute it, 563 # with or without modifications, as long as this notice is preserved. 564 565 # serial 1 553 566 554 567 # AM_PROG_INSTALL_SH … … 591 604 # From Jim Meyering 592 605 593 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 594 # Free Software Foundation, Inc.606 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 607 # 2011 Free Software Foundation, Inc. 595 608 # 596 609 # This file is free software; the Free Software Foundation … … 612 625 [m4_define([am_maintainer_other], [enable]) 613 626 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) 614 AC_MSG_CHECKING([whether to am_maintainer_othermaintainer-specific portions of Makefiles])627 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) 615 628 dnl maintainer-mode's default is 'disable' unless 'enable' is passed 616 629 AC_ARG_ENABLE([maintainer-mode], … … 723 736 ]) 724 737 725 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 726 # 727 # This file is free software; the Free Software Foundation 728 # gives unlimited permission to copy and/or distribute it, 729 # with or without modifications, as long as this notice is preserved. 738 # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, 739 # Inc. 740 # 741 # This file is free software; the Free Software Foundation 742 # gives unlimited permission to copy and/or distribute it, 743 # with or without modifications, as long as this notice is preserved. 744 745 # serial 1 730 746 731 747 # AM_PROG_MKDIR_P … … 751 767 # Helper functions for option handling. -*- Autoconf -*- 752 768 753 # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. 754 # 755 # This file is free software; the Free Software Foundation 756 # gives unlimited permission to copy and/or distribute it, 757 # with or without modifications, as long as this notice is preserved. 758 759 # serial 4 769 # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software 770 # Foundation, Inc. 771 # 772 # This file is free software; the Free Software Foundation 773 # gives unlimited permission to copy and/or distribute it, 774 # with or without modifications, as long as this notice is preserved. 775 776 # serial 5 760 777 761 778 # _AM_MANGLE_OPTION(NAME) … … 765 782 766 783 # _AM_SET_OPTION(NAME) 767 # -------------------- ----------784 # -------------------- 768 785 # Set option NAME. Presently that only means defining a flag for this option. 769 786 AC_DEFUN([_AM_SET_OPTION], … … 771 788 772 789 # _AM_SET_OPTIONS(OPTIONS) 773 # ------------------------ ----------790 # ------------------------ 774 791 # OPTIONS is a space-separated list of Automake options. 775 792 AC_DEFUN([_AM_SET_OPTIONS], … … 847 864 AC_MSG_RESULT(yes)]) 848 865 849 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. 850 # 851 # This file is free software; the Free Software Foundation 852 # gives unlimited permission to copy and/or distribute it, 853 # with or without modifications, as long as this notice is preserved. 866 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 867 # 868 # This file is free software; the Free Software Foundation 869 # gives unlimited permission to copy and/or distribute it, 870 # with or without modifications, as long as this notice is preserved. 871 872 # serial 1 854 873 855 874 # AM_PROG_INSTALL_STRIP … … 875 894 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 876 895 877 # Copyright (C) 2006, 2008 Free Software Foundation, Inc.878 # 879 # This file is free software; the Free Software Foundation 880 # gives unlimited permission to copy and/or distribute it, 881 # with or without modifications, as long as this notice is preserved. 882 883 # serial 2896 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. 897 # 898 # This file is free software; the Free Software Foundation 899 # gives unlimited permission to copy and/or distribute it, 900 # with or without modifications, as long as this notice is preserved. 901 902 # serial 3 884 903 885 904 # _AM_SUBST_NOTMAKE(VARIABLE) … … 890 909 891 910 # AM_SUBST_NOTMAKE(VARIABLE) 892 # -------------------------- -911 # -------------------------- 893 912 # Public sister of _AM_SUBST_NOTMAKE. 894 913 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) … … 896 915 # Check how to create a tarball. -*- Autoconf -*- 897 916 898 # Copyright (C) 2004, 2005 Free Software Foundation, Inc.917 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. 899 918 # 900 919 # This file is free software; the Free Software Foundation … … 918 937 # $(am__untar) < result.tar 919 938 AC_DEFUN([_AM_PROG_TAR], 920 [# Always define AMTAR for backward compatibility. 921 AM_MISSING_PROG([AMTAR], [tar]) 939 [# Always define AMTAR for backward compatibility. Yes, it's still used 940 # in the wild :-( We should find a proper way to deprecate it ... 941 AC_SUBST([AMTAR], ['$${TAR-tar}']) 922 942 m4_if([$1], [v7], 923 [am__tar='$ {AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],943 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], 924 944 [m4_case([$1], [ustar],, [pax],, 925 945 [m4_fatal([Unknown tar format])]) -
branches/4.0/config/Makefile.in
r1748 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 283 283 installcheck: installcheck-am 284 284 install-strip: 285 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 286 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 287 `test -z '$(STRIP)' || \ 288 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 285 if test -z '$(STRIP)'; then \ 286 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 287 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 288 install; \ 289 else \ 290 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 291 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 292 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 293 fi 289 294 mostlyclean-generic: 290 295 -
branches/4.0/configure
r1816 r1817 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.68 for libpqxx 4.0. 3 # Generated by GNU Autoconf 2.68 for libpqxx 4.0.1. 4 4 # 5 5 # Report bugs to <Jeroen T. Vermeulen <jtv@xs4all.nl>>. … … 571 571 PACKAGE_NAME='libpqxx' 572 572 PACKAGE_TARNAME='libpqxx' 573 PACKAGE_VERSION='4.0 '574 PACKAGE_STRING='libpqxx 4.0 '573 PACKAGE_VERSION='4.0.1' 574 PACKAGE_STRING='libpqxx 4.0.1' 575 575 PACKAGE_BUGREPORT='Jeroen T. Vermeulen <jtv@xs4all.nl>' 576 576 PACKAGE_URL='' … … 675 675 am__fastdepCXX_TRUE 676 676 CXXDEPMODE 677 am__nodep 677 678 AMDEPBACKSLASH 678 679 AMDEP_FALSE … … 1324 1325 # This message is too long to be a string in the A/UX 3.1 sh. 1325 1326 cat <<_ACEOF 1326 \`configure' configures libpqxx 4.0 to adapt to many kinds of systems.1327 \`configure' configures libpqxx 4.0.1 to adapt to many kinds of systems. 1327 1328 1328 1329 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1394 1395 if test -n "$ac_init_help"; then 1395 1396 case $ac_init_help in 1396 short | recursive ) echo "Configuration of libpqxx 4.0 :";;1397 short | recursive ) echo "Configuration of libpqxx 4.0.1:";; 1397 1398 esac 1398 1399 cat <<\_ACEOF … … 1504 1505 if $ac_init_version; then 1505 1506 cat <<\_ACEOF 1506 libpqxx configure 4.0 1507 libpqxx configure 4.0.1 1507 1508 generated by GNU Autoconf 2.68 1508 1509 … … 2036 2037 running configure, to aid debugging if configure makes a mistake. 2037 2038 2038 It was created by libpqxx $as_me 4.0 , which was2039 It was created by libpqxx $as_me 4.0.1, which was 2039 2040 generated by GNU Autoconf 2.68. Invocation command line was 2040 2041 … … 2858 2859 # Define the identity of the package. 2859 2860 PACKAGE=libpqxx 2860 VERSION=4.0 2861 VERSION=4.0.1 2861 2862 2862 2863 … … 2888 2889 # We need awk for the "check" target. The system "awk" is bad on 2889 2890 # some platforms. 2890 # Always define AMTAR for backward compatibility. 2891 2892 AMTAR= ${AMTAR-"${am_missing_run}tar"}2893 2894 am__tar='$ {AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'2895 2896 2897 2898 2899 2900 2901 PQXXVERSION=4.0 2891 # Always define AMTAR for backward compatibility. Yes, it's still used 2892 # in the wild :-( We should find a proper way to deprecate it ... 2893 AMTAR='$${TAR-tar}' 2894 2895 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 2896 2897 2898 2899 2900 2901 2902 PQXXVERSION=4.0.1 2902 2903 PQXX_ABI=4.0 2903 2904 PQXX_MAJOR=4 … … 3474 3475 am_depcomp="$ac_aux_dir/depcomp" 3475 3476 AMDEPBACKSLASH='\' 3477 am__nodep='_no' 3476 3478 fi 3477 3479 if test "x$enable_dependency_tracking" != xno; then … … 3498 3500 # making a dummy file named `D' -- because `-MD' means `put the output 3499 3501 # in D'. 3502 rm -rf conftest.dir 3500 3503 mkdir conftest.dir 3501 3504 # Copy depcomp to subdir because otherwise we won't find it if we're … … 3557 3560 fi 3558 3561 ;; 3559 msv isualcpp | msvcmsys)3562 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 3560 3563 # This compiler won't grok `-c -o', but also, the minuso test has 3561 3564 # not run yet. These depmodes are late enough in the game, and … … 4165 4168 # making a dummy file named `D' -- because `-MD' means `put the output 4166 4169 # in D'. 4170 rm -rf conftest.dir 4167 4171 mkdir conftest.dir 4168 4172 # Copy depcomp to subdir because otherwise we won't find it if we're … … 4224 4228 fi 4225 4229 ;; 4226 msv isualcpp | msvcmsys)4230 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 4227 4231 # This compiler won't grok `-c -o', but also, the minuso test has 4228 4232 # not run yet. These depmodes are late enough in the game, and … … 16413 16417 failed to link properly to the libpq library. This may be because the libpq 16414 16418 library file is damaged, or in some incorrect format. or if your libpq is much 16415 more recent than libpqxx version 4.0 , perhaps libpq has undergone a16419 more recent than libpqxx version 4.0.1, perhaps libpq has undergone a 16416 16420 radical ABI change. 16417 16421 … … 18193 18197 # values after options handling. 18194 18198 ac_log=" 18195 This file was extended by libpqxx $as_me 4.0 , which was18199 This file was extended by libpqxx $as_me 4.0.1, which was 18196 18200 generated by GNU Autoconf 2.68. Invocation command line was 18197 18201 … … 18259 18263 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 18260 18264 ac_cs_version="\\ 18261 libpqxx config.status 4.0 18265 libpqxx config.status 4.0.1 18262 18266 configured by $0, generated by GNU Autoconf 2.68, 18263 18267 with options \\"\$ac_cs_config\\" -
branches/4.0/configure.ac
r1808 r1817 12 12 13 13 AC_PREREQ(2.59) 14 AC_INIT(libpqxx, 4.0 , [Jeroen T. Vermeulen <jtv@xs4all.nl>])14 AC_INIT(libpqxx, 4.0.1, [Jeroen T. Vermeulen <jtv@xs4all.nl>]) 15 15 AC_LANG(C++) 16 16 AC_CONFIG_AUX_DIR(config) 17 17 AC_CONFIG_MACRO_DIR([config/m4]) 18 AM_INIT_AUTOMAKE(libpqxx, 4.0 )19 20 PQXXVERSION=4.0 18 AM_INIT_AUTOMAKE(libpqxx, 4.0.1) 19 20 PQXXVERSION=4.0.1 21 21 PQXX_ABI=4.0 22 22 PQXX_MAJOR=4 … … 459 459 failed to link properly to the libpq library. This may be because the libpq 460 460 library file is damaged, or in some incorrect format. or if your libpq is much 461 more recent than libpqxx version 4.0 , perhaps libpq has undergone a461 more recent than libpqxx version 4.0.1, perhaps libpq has undergone a 462 462 radical ABI change. 463 463 -
branches/4.0/debian/Makefile.in
r1808 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 302 302 installcheck: installcheck-am 303 303 install-strip: 304 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 305 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 306 `test -z '$(STRIP)' || \ 307 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 304 if test -z '$(STRIP)'; then \ 305 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 306 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 307 install; \ 308 else \ 309 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 310 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 311 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 312 fi 308 313 mostlyclean-generic: 309 314 -
branches/4.0/debian/changelog
r1808 r1817 1 libpqxx (4.0.1-1) unstable; urgency=low 2 3 * Build fix for OS X. Thanks Torsten Hilgenberg. 4 5 -- Jeroen T. Vermeulen <jtv@xs4all.nl> Tue, 28 Feb 2012 19:16:00 +0700 6 1 7 libpqxx (4.0-1) unstable; urgency=medium 2 8 -
branches/4.0/doc/Makefile.in
r1808 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 291 291 installcheck: installcheck-am 292 292 install-strip: 293 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 294 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 295 `test -z '$(STRIP)' || \ 296 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 293 if test -z '$(STRIP)'; then \ 294 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 295 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 296 install; \ 297 else \ 298 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 299 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 300 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 301 fi 297 302 mostlyclean-generic: 298 303 -
branches/4.0/include/Makefile.in
r1808 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 81 81 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 82 82 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 83 am__uninstall_files_from_dir = { \ 84 test -z "$$files" \ 85 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 86 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 87 $(am__cd) "$$dir" && rm -f $$files; }; \ 88 } 83 89 am__installdirs = "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)" 84 90 HEADERS = $(nobase_include_HEADERS) $(nobase_nodist_include_HEADERS) … … 374 380 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ 375 381 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 376 test -n "$$files" || exit 0; \ 377 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \ 378 cd "$(DESTDIR)$(includedir)" && rm -f $$files 382 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 379 383 install-nobase_nodist_includeHEADERS: $(nobase_nodist_include_HEADERS) 380 384 @$(NORMAL_INSTALL) … … 397 401 @list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ 398 402 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 399 test -n "$$files" || exit 0; \ 400 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \ 401 cd "$(DESTDIR)$(includedir)" && rm -f $$files 403 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 402 404 403 405 # This directory's subdirectories are mostly independent; you can cd … … 612 614 installcheck: installcheck-recursive 613 615 install-strip: 614 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 615 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 616 `test -z '$(STRIP)' || \ 617 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 616 if test -z '$(STRIP)'; then \ 617 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 618 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 619 install; \ 620 else \ 621 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 622 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 623 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 624 fi 618 625 mostlyclean-generic: 619 626 -
branches/4.0/include/pqxx/Makefile.in
r1808 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 242 242 243 243 config.h: stamp-h1 244 @if test ! -f $@; then \ 245 rm -f stamp-h1; \ 246 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 247 else :; fi 244 @if test ! -f $@; then rm -f stamp-h1; else :; fi 245 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 248 246 249 247 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status … … 360 358 installcheck: installcheck-am 361 359 install-strip: 362 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 363 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 364 `test -z '$(STRIP)' || \ 365 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 360 if test -z '$(STRIP)'; then \ 361 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 362 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 363 install; \ 364 else \ 365 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 366 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 367 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 368 fi 366 369 mostlyclean-generic: 367 370 -
branches/4.0/include/pqxx/version.hxx
r1736 r1817 19 19 20 20 /// Full libpqxx version string. 21 #define PQXX_VERSION "4.0 "21 #define PQXX_VERSION "4.0.1" 22 22 23 23 /// Major version number for this libpqxx release. -
branches/4.0/src/Makefile.in
r1808 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 71 71 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 72 72 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 73 am__uninstall_files_from_dir = { \ 74 test -z "$$files" \ 75 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 76 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 77 $(am__cd) "$$dir" && rm -f $$files; }; \ 78 } 73 79 am__installdirs = "$(DESTDIR)$(libdir)" 74 80 LTLIBRARIES = $(lib_LTLIBRARIES) … … 339 345 rm -f "$${dir}/so_locations"; \ 340 346 done 341 libpqxx.la: $(libpqxx_la_OBJECTS) $(libpqxx_la_DEPENDENCIES) 347 libpqxx.la: $(libpqxx_la_OBJECTS) $(libpqxx_la_DEPENDENCIES) $(EXTRA_libpqxx_la_DEPENDENCIES) 342 348 $(libpqxx_la_LINK) -rpath $(libdir) $(libpqxx_la_OBJECTS) $(libpqxx_la_LIBADD) $(LIBS) 343 349 … … 501 507 installcheck: installcheck-am 502 508 install-strip: 503 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 504 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 505 `test -z '$(STRIP)' || \ 506 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 509 if test -z '$(STRIP)'; then \ 510 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 511 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 512 install; \ 513 else \ 514 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 515 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 516 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 517 fi 507 518 mostlyclean-generic: 508 519 -
branches/4.0/test/Makefile.in
r1811 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 421 421 echo " rm -f" $$list; \ 422 422 rm -f $$list 423 runner$(EXEEXT): $(runner_OBJECTS) $(runner_DEPENDENCIES) 423 runner$(EXEEXT): $(runner_OBJECTS) $(runner_DEPENDENCIES) $(EXTRA_runner_DEPENDENCIES) 424 424 @rm -f runner$(EXEEXT) 425 425 $(CXXLINK) $(runner_OBJECTS) $(runner_LDADD) $(LIBS) … … 747 747 dashes=`echo "$$dashes" | sed s/./=/g`; \ 748 748 if test "$$failed" -eq 0; then \ 749 echo "$$grn$$dashes"; \749 col="$$grn"; \ 750 750 else \ 751 echo "$$red$$dashes"; \ 752 fi; \ 753 echo "$$banner"; \ 754 test -z "$$skipped" || echo "$$skipped"; \ 755 test -z "$$report" || echo "$$report"; \ 756 echo "$$dashes$$std"; \ 751 col="$$red"; \ 752 fi; \ 753 echo "$${col}$$dashes$${std}"; \ 754 echo "$${col}$$banner$${std}"; \ 755 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ 756 test -z "$$report" || echo "$${col}$$report$${std}"; \ 757 echo "$${col}$$dashes$${std}"; \ 757 758 test "$$failed" -eq 0; \ 758 759 else :; fi … … 833 834 installcheck: installcheck-recursive 834 835 install-strip: 835 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 836 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 837 `test -z '$(STRIP)' || \ 838 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 836 if test -z '$(STRIP)'; then \ 837 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 838 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 839 install; \ 840 else \ 841 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 842 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 843 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 844 fi 839 845 mostlyclean-generic: 840 846 -
branches/4.0/test/unit/Makefile.in
r1811 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 304 304 echo " rm -f" $$list; \ 305 305 rm -f $$list 306 runner$(EXEEXT): $(runner_OBJECTS) $(runner_DEPENDENCIES) 306 runner$(EXEEXT): $(runner_OBJECTS) $(runner_DEPENDENCIES) $(EXTRA_runner_DEPENDENCIES) 307 307 @rm -f runner$(EXEEXT) 308 308 $(CXXLINK) $(runner_OBJECTS) $(runner_LDADD) $(LIBS) … … 495 495 dashes=`echo "$$dashes" | sed s/./=/g`; \ 496 496 if test "$$failed" -eq 0; then \ 497 echo "$$grn$$dashes"; \497 col="$$grn"; \ 498 498 else \ 499 echo "$$red$$dashes"; \499 col="$$red"; \ 500 500 fi; \ 501 echo "$$banner"; \ 502 test -z "$$skipped" || echo "$$skipped"; \ 503 test -z "$$report" || echo "$$report"; \ 504 echo "$$dashes$$std"; \ 501 echo "$${col}$$dashes$${std}"; \ 502 echo "$${col}$$banner$${std}"; \ 503 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ 504 test -z "$$report" || echo "$${col}$$report$${std}"; \ 505 echo "$${col}$$dashes$${std}"; \ 505 506 test "$$failed" -eq 0; \ 506 507 else :; fi … … 552 553 installcheck: installcheck-am 553 554 install-strip: 554 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 555 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 556 `test -z '$(STRIP)' || \ 557 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 555 if test -z '$(STRIP)'; then \ 556 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 557 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 558 install; \ 559 else \ 560 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 561 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 562 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 563 fi 558 564 mostlyclean-generic: 559 565 -
branches/4.0/tools/Makefile.in
r1813 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 272 272 echo " rm -f" $$list; \ 273 273 rm -f $$list 274 pqxxthreadsafety$(EXEEXT): $(pqxxthreadsafety_OBJECTS) $(pqxxthreadsafety_DEPENDENCIES) 274 pqxxthreadsafety$(EXEEXT): $(pqxxthreadsafety_OBJECTS) $(pqxxthreadsafety_DEPENDENCIES) $(EXTRA_pqxxthreadsafety_DEPENDENCIES) 275 275 @rm -f pqxxthreadsafety$(EXEEXT) 276 276 $(CXXLINK) $(pqxxthreadsafety_OBJECTS) $(pqxxthreadsafety_LDADD) $(LIBS) 277 rmlo$(EXEEXT): $(rmlo_OBJECTS) $(rmlo_DEPENDENCIES) 277 rmlo$(EXEEXT): $(rmlo_OBJECTS) $(rmlo_DEPENDENCIES) $(EXTRA_rmlo_DEPENDENCIES) 278 278 @rm -f rmlo$(EXEEXT) 279 279 $(CXXLINK) $(rmlo_OBJECTS) $(rmlo_LDADD) $(LIBS) … … 411 411 installcheck: installcheck-am 412 412 install-strip: 413 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 414 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 415 `test -z '$(STRIP)' || \ 416 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 413 if test -z '$(STRIP)'; then \ 414 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 415 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 416 install; \ 417 else \ 418 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 419 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 420 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 421 fi 417 422 mostlyclean-generic: 418 423 -
branches/4.0/tools/extract_version
r1546 r1817 34 34 get_version() { 35 35 grep -w 'PQXX_VERSION' VERSION | 36 sed - e 's/^[[:space:]A-Z_]*\([^[:space:]#]\+\).*$/\1/'36 sed -E -e 's/^[[:space:]A-Z_]*([^[:space:]#]+).*$/\1/' 37 37 } 38 38 -
branches/4.0/win32/Makefile.in
r1808 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 288 288 installcheck: installcheck-am 289 289 install-strip: 290 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 291 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 292 `test -z '$(STRIP)' || \ 293 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 290 if test -z '$(STRIP)'; then \ 291 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 292 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 293 install; \ 294 else \ 295 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 296 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 297 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 298 fi 294 299 mostlyclean-generic: 295 300 -
trunk/ChangeLog
r1815 r1817 1 2012-02-28 Jeroen T. Vermeulen <jtv@xs4all.nl> 2 tools/extract_version: 3 - Compatibility fix for OS X. Thanks Torsten Hilgenberg. 1 4 2012-01-18 Jeroen T. Vermeulen <jtv@xs4all.nl> 2 5 test/unit/test_prepared_statement.cxx: -
trunk/Makefile.in
r1748 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 77 77 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 78 78 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 79 am__uninstall_files_from_dir = { \ 80 test -z "$$files" \ 81 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 82 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 83 $(am__cd) "$$dir" && rm -f $$files; }; \ 84 } 79 85 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" 80 86 SCRIPTS = $(bin_SCRIPTS) … … 103 109 top_distdir = $(distdir) 104 110 am__remove_distdir = \ 105 { test ! -d "$(distdir)" \ 106 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 107 && rm -fr "$(distdir)"; }; } 111 if test -d "$(distdir)"; then \ 112 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 113 && rm -rf "$(distdir)" \ 114 || { sleep 5 && rm -rf "$(distdir)"; }; \ 115 else :; fi 108 116 am__relativize = \ 109 117 dir0=`pwd`; \ … … 134 142 GZIP_ENV = --best 135 143 distuninstallcheck_listfiles = find . -type f -print 144 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 145 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 136 146 distcleancheck_listfiles = find . -type f -print 137 147 ACLOCAL = @ACLOCAL@ … … 282 292 283 293 .SUFFIXES: 284 am--refresh: 294 am--refresh: Makefile 285 295 @: 286 296 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) … … 353 363 files=`for p in $$list; do echo "$$p"; done | \ 354 364 sed -e 's,.*/,,;$(transform)'`; \ 355 test -n "$$list" || exit 0; \ 356 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 357 cd "$(DESTDIR)$(bindir)" && rm -f $$files 365 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 358 366 359 367 mostlyclean-libtool: … … 382 390 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 383 391 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 384 test -n "$$files" || exit 0; \ 385 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ 386 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files 392 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 387 393 388 394 # This directory's subdirectories are mostly independent; you can cd … … 602 608 dashes=`echo "$$dashes" | sed s/./=/g`; \ 603 609 if test "$$failed" -eq 0; then \ 604 echo "$$grn$$dashes"; \610 col="$$grn"; \ 605 611 else \ 606 echo "$$red$$dashes"; \ 607 fi; \ 608 echo "$$banner"; \ 609 test -z "$$skipped" || echo "$$skipped"; \ 610 test -z "$$report" || echo "$$report"; \ 611 echo "$$dashes$$std"; \ 612 col="$$red"; \ 613 fi; \ 614 echo "$${col}$$dashes$${std}"; \ 615 echo "$${col}$$banner$${std}"; \ 616 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ 617 test -z "$$report" || echo "$${col}$$report$${std}"; \ 618 echo "$${col}$$dashes$${std}"; \ 612 619 test "$$failed" -eq 0; \ 613 620 else :; fi … … 685 692 686 693 dist-bzip2: distdir 687 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 694 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 695 $(am__remove_distdir) 696 697 dist-lzip: distdir 698 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 688 699 $(am__remove_distdir) 689 700 … … 693 704 694 705 dist-xz: distdir 695 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz706 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 696 707 $(am__remove_distdir) 697 708 … … 724 735 *.tar.lzma*) \ 725 736 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 737 *.tar.lz*) \ 738 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 726 739 *.tar.xz*) \ 727 740 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ … … 743 756 && $(am__cd) $(distdir)/_build \ 744 757 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 758 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 745 759 $(DISTCHECK_CONFIGURE_FLAGS) \ 746 760 && $(MAKE) $(AM_MAKEFLAGS) \ … … 771 785 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 772 786 distuninstallcheck: 773 @$(am__cd) '$(distuninstallcheck_dir)' \ 774 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 787 @test -n '$(distuninstallcheck_dir)' || { \ 788 echo 'ERROR: trying to run $@ with an empty' \ 789 '$$(distuninstallcheck_dir)' >&2; \ 790 exit 1; \ 791 }; \ 792 $(am__cd) '$(distuninstallcheck_dir)' || { \ 793 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 794 exit 1; \ 795 }; \ 796 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 775 797 || { echo "ERROR: files left after uninstall:" ; \ 776 798 if test -n "$(DESTDIR)"; then \ … … 807 829 installcheck: installcheck-recursive 808 830 install-strip: 809 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 810 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 811 `test -z '$(STRIP)' || \ 812 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 831 if test -z '$(STRIP)'; then \ 832 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 833 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 834 install; \ 835 else \ 836 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 837 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 838 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 839 fi 813 840 mostlyclean-generic: 814 841 … … 899 926 all all-am am--refresh check check-TESTS check-am clean \ 900 927 clean-generic clean-libtool ctags ctags-recursive dist \ 901 dist-all dist-bzip2 dist-gzip dist-lz ma dist-shar dist-tarZ\902 dist- xz dist-zip distcheck distclean distclean-generic\903 distclean- libtool distclean-tags distcleancheck distdir\904 dist uninstallcheck dvi dvi-am html html-am info info-am\905 install install-am install-binSCRIPTS install-data\906 install-data -am install-dvi install-dvi-am install-exec\907 install-exec -am install-html install-html-am install-info\908 install-info -am install-man install-pdf install-pdf-am\909 install-p kgconfigDATA install-ps install-ps-am install-strip\910 install check installcheck-am installdirs installdirs-am\911 maintainer-clean maintainer-clean-generic mostlyclean\912 mostlyclean -generic mostlyclean-libtool pdf pdf-am ps ps-am \913 tags tags-recursive uninstall uninstall-am \928 dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \ 929 dist-tarZ dist-xz dist-zip distcheck distclean \ 930 distclean-generic distclean-libtool distclean-tags \ 931 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 932 html-am info info-am install install-am install-binSCRIPTS \ 933 install-data install-data-am install-dvi install-dvi-am \ 934 install-exec install-exec-am install-html install-html-am \ 935 install-info install-info-am install-man install-pdf \ 936 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ 937 install-strip installcheck installcheck-am installdirs \ 938 installdirs-am maintainer-clean maintainer-clean-generic \ 939 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 940 ps ps-am tags tags-recursive uninstall uninstall-am \ 914 941 uninstall-binSCRIPTS uninstall-pkgconfigDATA 915 942 -
trunk/NEWS
r1792 r1817 1 5.0 2 - Build fix for OS X. 1 3 4.0 2 4 - API change: noticers are gone! Use errorhandlers to capture error output. -
trunk/VERSION
r1728 r1817 1 PQXX_VERSION 4.01 PQXX_VERSION 5.0 -
trunk/aclocal.m4
r1748 r1817 1 # generated automatically by aclocal 1.11. 1-*- Autoconf -*-1 # generated automatically by aclocal 1.11.3 -*- Autoconf -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 4 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, 5 # Inc. 5 6 # This file is free software; the Free Software Foundation 6 7 # gives unlimited permission to copy and/or distribute it, … … 20 21 To do so, use the procedure documented by the package, typically `autoreconf'.])]) 21 22 22 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 23 # 24 # This file is free software; the Free Software Foundation 25 # gives unlimited permission to copy and/or distribute it, 26 # with or without modifications, as long as this notice is preserved. 23 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software 24 # Foundation, Inc. 25 # 26 # This file is free software; the Free Software Foundation 27 # gives unlimited permission to copy and/or distribute it, 28 # with or without modifications, as long as this notice is preserved. 29 30 # serial 1 27 31 28 32 # AM_AUTOMAKE_VERSION(VERSION) … … 35 39 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 36 40 dnl require some minimum version. Point them to the right macro. 37 m4_if([$1], [1.11. 1], [],41 m4_if([$1], [1.11.3], [], 38 42 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 39 43 ]) … … 51 55 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 52 56 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 53 [AM_AUTOMAKE_VERSION([1.11. 1])dnl57 [AM_AUTOMAKE_VERSION([1.11.3])dnl 54 58 m4_ifndef([AC_AUTOCONF_VERSION], 55 59 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl … … 58 62 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 59 63 60 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. 61 # 62 # This file is free software; the Free Software Foundation 63 # gives unlimited permission to copy and/or distribute it, 64 # with or without modifications, as long as this notice is preserved. 64 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 65 # 66 # This file is free software; the Free Software Foundation 67 # gives unlimited permission to copy and/or distribute it, 68 # with or without modifications, as long as this notice is preserved. 69 70 # serial 1 65 71 66 72 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets … … 145 151 fi])]) 146 152 147 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 148 # Free Software Foundation, Inc.149 # 150 # This file is free software; the Free Software Foundation 151 # gives unlimited permission to copy and/or distribute it, 152 # with or without modifications, as long as this notice is preserved. 153 154 # serial 1 0153 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 154 # 2010, 2011 Free Software Foundation, Inc. 155 # 156 # This file is free software; the Free Software Foundation 157 # gives unlimited permission to copy and/or distribute it, 158 # with or without modifications, as long as this notice is preserved. 159 160 # serial 12 155 161 156 162 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be … … 192 198 # making a dummy file named `D' -- because `-MD' means `put the output 193 199 # in D'. 200 rm -rf conftest.dir 194 201 mkdir conftest.dir 195 202 # Copy depcomp to subdir because otherwise we won't find it if we're … … 256 263 fi 257 264 ;; 258 msv isualcpp | msvcmsys)265 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 259 266 # This compiler won't grok `-c -o', but also, the minuso test has 260 267 # not run yet. These depmodes are late enough in the game, and … … 321 328 am_depcomp="$ac_aux_dir/depcomp" 322 329 AMDEPBACKSLASH='\' 330 am__nodep='_no' 323 331 fi 324 332 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 325 333 AC_SUBST([AMDEPBACKSLASH])dnl 326 334 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl 335 AC_SUBST([am__nodep])dnl 336 _AM_SUBST_NOTMAKE([am__nodep])dnl 327 337 ]) 328 338 … … 546 556 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 547 557 548 # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. 549 # 550 # This file is free software; the Free Software Foundation 551 # gives unlimited permission to copy and/or distribute it, 552 # with or without modifications, as long as this notice is preserved. 558 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, 559 # Inc. 560 # 561 # This file is free software; the Free Software Foundation 562 # gives unlimited permission to copy and/or distribute it, 563 # with or without modifications, as long as this notice is preserved. 564 565 # serial 1 553 566 554 567 # AM_PROG_INSTALL_SH … … 591 604 # From Jim Meyering 592 605 593 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 594 # Free Software Foundation, Inc.606 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 607 # 2011 Free Software Foundation, Inc. 595 608 # 596 609 # This file is free software; the Free Software Foundation … … 612 625 [m4_define([am_maintainer_other], [enable]) 613 626 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) 614 AC_MSG_CHECKING([whether to am_maintainer_othermaintainer-specific portions of Makefiles])627 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) 615 628 dnl maintainer-mode's default is 'disable' unless 'enable' is passed 616 629 AC_ARG_ENABLE([maintainer-mode], … … 723 736 ]) 724 737 725 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 726 # 727 # This file is free software; the Free Software Foundation 728 # gives unlimited permission to copy and/or distribute it, 729 # with or without modifications, as long as this notice is preserved. 738 # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, 739 # Inc. 740 # 741 # This file is free software; the Free Software Foundation 742 # gives unlimited permission to copy and/or distribute it, 743 # with or without modifications, as long as this notice is preserved. 744 745 # serial 1 730 746 731 747 # AM_PROG_MKDIR_P … … 751 767 # Helper functions for option handling. -*- Autoconf -*- 752 768 753 # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. 754 # 755 # This file is free software; the Free Software Foundation 756 # gives unlimited permission to copy and/or distribute it, 757 # with or without modifications, as long as this notice is preserved. 758 759 # serial 4 769 # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software 770 # Foundation, Inc. 771 # 772 # This file is free software; the Free Software Foundation 773 # gives unlimited permission to copy and/or distribute it, 774 # with or without modifications, as long as this notice is preserved. 775 776 # serial 5 760 777 761 778 # _AM_MANGLE_OPTION(NAME) … … 765 782 766 783 # _AM_SET_OPTION(NAME) 767 # -------------------- ----------784 # -------------------- 768 785 # Set option NAME. Presently that only means defining a flag for this option. 769 786 AC_DEFUN([_AM_SET_OPTION], … … 771 788 772 789 # _AM_SET_OPTIONS(OPTIONS) 773 # ------------------------ ----------790 # ------------------------ 774 791 # OPTIONS is a space-separated list of Automake options. 775 792 AC_DEFUN([_AM_SET_OPTIONS], … … 847 864 AC_MSG_RESULT(yes)]) 848 865 849 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. 850 # 851 # This file is free software; the Free Software Foundation 852 # gives unlimited permission to copy and/or distribute it, 853 # with or without modifications, as long as this notice is preserved. 866 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 867 # 868 # This file is free software; the Free Software Foundation 869 # gives unlimited permission to copy and/or distribute it, 870 # with or without modifications, as long as this notice is preserved. 871 872 # serial 1 854 873 855 874 # AM_PROG_INSTALL_STRIP … … 875 894 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 876 895 877 # Copyright (C) 2006, 2008 Free Software Foundation, Inc.878 # 879 # This file is free software; the Free Software Foundation 880 # gives unlimited permission to copy and/or distribute it, 881 # with or without modifications, as long as this notice is preserved. 882 883 # serial 2896 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. 897 # 898 # This file is free software; the Free Software Foundation 899 # gives unlimited permission to copy and/or distribute it, 900 # with or without modifications, as long as this notice is preserved. 901 902 # serial 3 884 903 885 904 # _AM_SUBST_NOTMAKE(VARIABLE) … … 890 909 891 910 # AM_SUBST_NOTMAKE(VARIABLE) 892 # -------------------------- -911 # -------------------------- 893 912 # Public sister of _AM_SUBST_NOTMAKE. 894 913 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) … … 896 915 # Check how to create a tarball. -*- Autoconf -*- 897 916 898 # Copyright (C) 2004, 2005 Free Software Foundation, Inc.917 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. 899 918 # 900 919 # This file is free software; the Free Software Foundation … … 918 937 # $(am__untar) < result.tar 919 938 AC_DEFUN([_AM_PROG_TAR], 920 [# Always define AMTAR for backward compatibility. 921 AM_MISSING_PROG([AMTAR], [tar]) 939 [# Always define AMTAR for backward compatibility. Yes, it's still used 940 # in the wild :-( We should find a proper way to deprecate it ... 941 AC_SUBST([AMTAR], ['$${TAR-tar}']) 922 942 m4_if([$1], [v7], 923 [am__tar='$ {AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],943 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], 924 944 [m4_case([$1], [ustar],, [pax],, 925 945 [m4_fatal([Unknown tar format])]) -
trunk/config/Makefile.in
r1748 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 283 283 installcheck: installcheck-am 284 284 install-strip: 285 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 286 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 287 `test -z '$(STRIP)' || \ 288 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 285 if test -z '$(STRIP)'; then \ 286 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 287 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 288 install; \ 289 else \ 290 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 291 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 292 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 293 fi 289 294 mostlyclean-generic: 290 295 -
trunk/configure
r1816 r1817 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.68 for libpqxx 4.0.3 # Generated by GNU Autoconf 2.68 for libpqxx 5.0. 4 4 # 5 5 # Report bugs to <Jeroen T. Vermeulen <jtv@xs4all.nl>>. … … 571 571 PACKAGE_NAME='libpqxx' 572 572 PACKAGE_TARNAME='libpqxx' 573 PACKAGE_VERSION=' 4.0'574 PACKAGE_STRING='libpqxx 4.0'573 PACKAGE_VERSION='5.0' 574 PACKAGE_STRING='libpqxx 5.0' 575 575 PACKAGE_BUGREPORT='Jeroen T. Vermeulen <jtv@xs4all.nl>' 576 576 PACKAGE_URL='' … … 675 675 am__fastdepCXX_TRUE 676 676 CXXDEPMODE 677 am__nodep 677 678 AMDEPBACKSLASH 678 679 AMDEP_FALSE … … 1324 1325 # This message is too long to be a string in the A/UX 3.1 sh. 1325 1326 cat <<_ACEOF 1326 \`configure' configures libpqxx 4.0 to adapt to many kinds of systems.1327 \`configure' configures libpqxx 5.0 to adapt to many kinds of systems. 1327 1328 1328 1329 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1394 1395 if test -n "$ac_init_help"; then 1395 1396 case $ac_init_help in 1396 short | recursive ) echo "Configuration of libpqxx 4.0:";;1397 short | recursive ) echo "Configuration of libpqxx 5.0:";; 1397 1398 esac 1398 1399 cat <<\_ACEOF … … 1504 1505 if $ac_init_version; then 1505 1506 cat <<\_ACEOF 1506 libpqxx configure 4.01507 libpqxx configure 5.0 1507 1508 generated by GNU Autoconf 2.68 1508 1509 … … 2036 2037 running configure, to aid debugging if configure makes a mistake. 2037 2038 2038 It was created by libpqxx $as_me 4.0, which was2039 It was created by libpqxx $as_me 5.0, which was 2039 2040 generated by GNU Autoconf 2.68. Invocation command line was 2040 2041 … … 2858 2859 # Define the identity of the package. 2859 2860 PACKAGE=libpqxx 2860 VERSION= 4.02861 VERSION=5.0 2861 2862 2862 2863 … … 2888 2889 # We need awk for the "check" target. The system "awk" is bad on 2889 2890 # some platforms. 2890 # Always define AMTAR for backward compatibility. 2891 2892 AMTAR= ${AMTAR-"${am_missing_run}tar"}2893 2894 am__tar='$ {AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'2895 2896 2897 2898 2899 2900 2901 PQXXVERSION= 4.02902 PQXX_ABI= 4.02903 PQXX_MAJOR= 42891 # Always define AMTAR for backward compatibility. Yes, it's still used 2892 # in the wild :-( We should find a proper way to deprecate it ... 2893 AMTAR='$${TAR-tar}' 2894 2895 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 2896 2897 2898 2899 2900 2901 2902 PQXXVERSION=5.0 2903 PQXX_ABI=5.0 2904 PQXX_MAJOR=5 2904 2905 PQXX_MINOR=0 2905 2906 … … 3474 3475 am_depcomp="$ac_aux_dir/depcomp" 3475 3476 AMDEPBACKSLASH='\' 3477 am__nodep='_no' 3476 3478 fi 3477 3479 if test "x$enable_dependency_tracking" != xno; then … … 3498 3500 # making a dummy file named `D' -- because `-MD' means `put the output 3499 3501 # in D'. 3502 rm -rf conftest.dir 3500 3503 mkdir conftest.dir 3501 3504 # Copy depcomp to subdir because otherwise we won't find it if we're … … 3557 3560 fi 3558 3561 ;; 3559 msv isualcpp | msvcmsys)3562 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 3560 3563 # This compiler won't grok `-c -o', but also, the minuso test has 3561 3564 # not run yet. These depmodes are late enough in the game, and … … 4165 4168 # making a dummy file named `D' -- because `-MD' means `put the output 4166 4169 # in D'. 4170 rm -rf conftest.dir 4167 4171 mkdir conftest.dir 4168 4172 # Copy depcomp to subdir because otherwise we won't find it if we're … … 4224 4228 fi 4225 4229 ;; 4226 msv isualcpp | msvcmsys)4230 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 4227 4231 # This compiler won't grok `-c -o', but also, the minuso test has 4228 4232 # not run yet. These depmodes are late enough in the game, and … … 16413 16417 failed to link properly to the libpq library. This may be because the libpq 16414 16418 library file is damaged, or in some incorrect format. or if your libpq is much 16415 more recent than libpqxx version 4.0, perhaps libpq has undergone a16419 more recent than libpqxx version 5.0, perhaps libpq has undergone a 16416 16420 radical ABI change. 16417 16421 … … 18193 18197 # values after options handling. 18194 18198 ac_log=" 18195 This file was extended by libpqxx $as_me 4.0, which was18199 This file was extended by libpqxx $as_me 5.0, which was 18196 18200 generated by GNU Autoconf 2.68. Invocation command line was 18197 18201 … … 18259 18263 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 18260 18264 ac_cs_version="\\ 18261 libpqxx config.status 4.018265 libpqxx config.status 5.0 18262 18266 configured by $0, generated by GNU Autoconf 2.68, 18263 18267 with options \\"\$ac_cs_config\\" -
trunk/configure.ac
r1806 r1817 12 12 13 13 AC_PREREQ(2.59) 14 AC_INIT(libpqxx, 4.0, [Jeroen T. Vermeulen <jtv@xs4all.nl>])14 AC_INIT(libpqxx, 5.0, [Jeroen T. Vermeulen <jtv@xs4all.nl>]) 15 15 AC_LANG(C++) 16 16 AC_CONFIG_AUX_DIR(config) 17 17 AC_CONFIG_MACRO_DIR([config/m4]) 18 AM_INIT_AUTOMAKE(libpqxx, 4.0)19 20 PQXXVERSION= 4.021 PQXX_ABI= 4.022 PQXX_MAJOR= 418 AM_INIT_AUTOMAKE(libpqxx, 5.0) 19 20 PQXXVERSION=5.0 21 PQXX_ABI=5.0 22 PQXX_MAJOR=5 23 23 PQXX_MINOR=0 24 24 AC_SUBST(PQXXVERSION) … … 459 459 failed to link properly to the libpq library. This may be because the libpq 460 460 library file is damaged, or in some incorrect format. or if your libpq is much 461 more recent than libpqxx version 4.0, perhaps libpq has undergone a461 more recent than libpqxx version 5.0, perhaps libpq has undergone a 462 462 radical ABI change. 463 463 -
trunk/debian/Makefile.in
r1748 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 302 302 installcheck: installcheck-am 303 303 install-strip: 304 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 305 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 306 `test -z '$(STRIP)' || \ 307 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 304 if test -z '$(STRIP)'; then \ 305 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 306 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 307 install; \ 308 else \ 309 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 310 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 311 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 312 fi 308 313 mostlyclean-generic: 309 314 -
trunk/debian/changelog
r1808 r1817 1 libpqxx (5.0-1) unstable; urgency=low 2 3 * Build fix for OS X. Thanks Torsten Hilgenberg. 4 5 -- Jeroen T. Vermeulen <jtv@xs4all.nl> Tue, 28 Feb 2012 19:16:00 +0700 6 1 7 libpqxx (4.0-1) unstable; urgency=medium 2 8 -
trunk/doc/Makefile.in
r1806 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 291 291 installcheck: installcheck-am 292 292 install-strip: 293 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 294 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 295 `test -z '$(STRIP)' || \ 296 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 293 if test -z '$(STRIP)'; then \ 294 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 295 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 296 install; \ 297 else \ 298 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 299 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 300 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 301 fi 297 302 mostlyclean-generic: 298 303 -
trunk/include/Makefile.in
r1761 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 81 81 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 82 82 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 83 am__uninstall_files_from_dir = { \ 84 test -z "$$files" \ 85 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 86 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 87 $(am__cd) "$$dir" && rm -f $$files; }; \ 88 } 83 89 am__installdirs = "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)" 84 90 HEADERS = $(nobase_include_HEADERS) $(nobase_nodist_include_HEADERS) … … 374 380 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ 375 381 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 376 test -n "$$files" || exit 0; \ 377 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \ 378 cd "$(DESTDIR)$(includedir)" && rm -f $$files 382 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 379 383 install-nobase_nodist_includeHEADERS: $(nobase_nodist_include_HEADERS) 380 384 @$(NORMAL_INSTALL) … … 397 401 @list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ 398 402 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 399 test -n "$$files" || exit 0; \ 400 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \ 401 cd "$(DESTDIR)$(includedir)" && rm -f $$files 403 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 402 404 403 405 # This directory's subdirectories are mostly independent; you can cd … … 612 614 installcheck: installcheck-recursive 613 615 install-strip: 614 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 615 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 616 `test -z '$(STRIP)' || \ 617 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 616 if test -z '$(STRIP)'; then \ 617 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 618 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 619 install; \ 620 else \ 621 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 622 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 623 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 624 fi 618 625 mostlyclean-generic: 619 626 -
trunk/include/pqxx/Makefile.in
r1748 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 242 242 243 243 config.h: stamp-h1 244 @if test ! -f $@; then \ 245 rm -f stamp-h1; \ 246 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 247 else :; fi 244 @if test ! -f $@; then rm -f stamp-h1; else :; fi 245 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 248 246 249 247 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status … … 360 358 installcheck: installcheck-am 361 359 install-strip: 362 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 363 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 364 `test -z '$(STRIP)' || \ 365 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 360 if test -z '$(STRIP)'; then \ 361 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 362 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 363 install; \ 364 else \ 365 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 366 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 367 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 368 fi 366 369 mostlyclean-generic: 367 370 -
trunk/include/pqxx/version.hxx
r1736 r1817 19 19 20 20 /// Full libpqxx version string. 21 #define PQXX_VERSION " 4.0"21 #define PQXX_VERSION "5.0" 22 22 23 23 /// Major version number for this libpqxx release. 24 #define PQXX_VERSION_MAJOR 424 #define PQXX_VERSION_MAJOR 5 25 25 26 26 /// Minor version number for this libpqxx release. … … 28 28 29 29 /// Library ABI version. 30 #define PQXX_ABI " 4.0"30 #define PQXX_ABI "5.0" 31 31 32 32 #endif -
trunk/src/Makefile.in
r1756 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 71 71 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 72 72 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 73 am__uninstall_files_from_dir = { \ 74 test -z "$$files" \ 75 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 76 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 77 $(am__cd) "$$dir" && rm -f $$files; }; \ 78 } 73 79 am__installdirs = "$(DESTDIR)$(libdir)" 74 80 LTLIBRARIES = $(lib_LTLIBRARIES) … … 339 345 rm -f "$${dir}/so_locations"; \ 340 346 done 341 libpqxx.la: $(libpqxx_la_OBJECTS) $(libpqxx_la_DEPENDENCIES) 347 libpqxx.la: $(libpqxx_la_OBJECTS) $(libpqxx_la_DEPENDENCIES) $(EXTRA_libpqxx_la_DEPENDENCIES) 342 348 $(libpqxx_la_LINK) -rpath $(libdir) $(libpqxx_la_OBJECTS) $(libpqxx_la_LIBADD) $(LIBS) 343 349 … … 501 507 installcheck: installcheck-am 502 508 install-strip: 503 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 504 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 505 `test -z '$(STRIP)' || \ 506 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 509 if test -z '$(STRIP)'; then \ 510 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 511 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 512 install; \ 513 else \ 514 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 515 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 516 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 517 fi 507 518 mostlyclean-generic: 508 519 -
trunk/test/Makefile.in
r1790 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 421 421 echo " rm -f" $$list; \ 422 422 rm -f $$list 423 runner$(EXEEXT): $(runner_OBJECTS) $(runner_DEPENDENCIES) 423 runner$(EXEEXT): $(runner_OBJECTS) $(runner_DEPENDENCIES) $(EXTRA_runner_DEPENDENCIES) 424 424 @rm -f runner$(EXEEXT) 425 425 $(CXXLINK) $(runner_OBJECTS) $(runner_LDADD) $(LIBS) … … 747 747 dashes=`echo "$$dashes" | sed s/./=/g`; \ 748 748 if test "$$failed" -eq 0; then \ 749 echo "$$grn$$dashes"; \749 col="$$grn"; \ 750 750 else \ 751 echo "$$red$$dashes"; \ 752 fi; \ 753 echo "$$banner"; \ 754 test -z "$$skipped" || echo "$$skipped"; \ 755 test -z "$$report" || echo "$$report"; \ 756 echo "$$dashes$$std"; \ 751 col="$$red"; \ 752 fi; \ 753 echo "$${col}$$dashes$${std}"; \ 754 echo "$${col}$$banner$${std}"; \ 755 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ 756 test -z "$$report" || echo "$${col}$$report$${std}"; \ 757 echo "$${col}$$dashes$${std}"; \ 757 758 test "$$failed" -eq 0; \ 758 759 else :; fi … … 833 834 installcheck: installcheck-recursive 834 835 install-strip: 835 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 836 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 837 `test -z '$(STRIP)' || \ 838 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 836 if test -z '$(STRIP)'; then \ 837 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 838 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 839 install; \ 840 else \ 841 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 842 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 843 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 844 fi 839 845 mostlyclean-generic: 840 846 -
trunk/test/unit/Makefile.in
r1790 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 304 304 echo " rm -f" $$list; \ 305 305 rm -f $$list 306 runner$(EXEEXT): $(runner_OBJECTS) $(runner_DEPENDENCIES) 306 runner$(EXEEXT): $(runner_OBJECTS) $(runner_DEPENDENCIES) $(EXTRA_runner_DEPENDENCIES) 307 307 @rm -f runner$(EXEEXT) 308 308 $(CXXLINK) $(runner_OBJECTS) $(runner_LDADD) $(LIBS) … … 495 495 dashes=`echo "$$dashes" | sed s/./=/g`; \ 496 496 if test "$$failed" -eq 0; then \ 497 echo "$$grn$$dashes"; \497 col="$$grn"; \ 498 498 else \ 499 echo "$$red$$dashes"; \499 col="$$red"; \ 500 500 fi; \ 501 echo "$$banner"; \ 502 test -z "$$skipped" || echo "$$skipped"; \ 503 test -z "$$report" || echo "$$report"; \ 504 echo "$$dashes$$std"; \ 501 echo "$${col}$$dashes$${std}"; \ 502 echo "$${col}$$banner$${std}"; \ 503 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ 504 test -z "$$report" || echo "$${col}$$report$${std}"; \ 505 echo "$${col}$$dashes$${std}"; \ 505 506 test "$$failed" -eq 0; \ 506 507 else :; fi … … 552 553 installcheck: installcheck-am 553 554 install-strip: 554 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 555 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 556 `test -z '$(STRIP)' || \ 557 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 555 if test -z '$(STRIP)'; then \ 556 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 557 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 558 install; \ 559 else \ 560 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 561 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 562 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 563 fi 558 564 mostlyclean-generic: 559 565 -
trunk/tools/Makefile.in
r1813 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 272 272 echo " rm -f" $$list; \ 273 273 rm -f $$list 274 pqxxthreadsafety$(EXEEXT): $(pqxxthreadsafety_OBJECTS) $(pqxxthreadsafety_DEPENDENCIES) 274 pqxxthreadsafety$(EXEEXT): $(pqxxthreadsafety_OBJECTS) $(pqxxthreadsafety_DEPENDENCIES) $(EXTRA_pqxxthreadsafety_DEPENDENCIES) 275 275 @rm -f pqxxthreadsafety$(EXEEXT) 276 276 $(CXXLINK) $(pqxxthreadsafety_OBJECTS) $(pqxxthreadsafety_LDADD) $(LIBS) 277 rmlo$(EXEEXT): $(rmlo_OBJECTS) $(rmlo_DEPENDENCIES) 277 rmlo$(EXEEXT): $(rmlo_OBJECTS) $(rmlo_DEPENDENCIES) $(EXTRA_rmlo_DEPENDENCIES) 278 278 @rm -f rmlo$(EXEEXT) 279 279 $(CXXLINK) $(rmlo_OBJECTS) $(rmlo_LDADD) $(LIBS) … … 411 411 installcheck: installcheck-am 412 412 install-strip: 413 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 414 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 415 `test -z '$(STRIP)' || \ 416 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 413 if test -z '$(STRIP)'; then \ 414 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 415 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 416 install; \ 417 else \ 418 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 419 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 420 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 421 fi 417 422 mostlyclean-generic: 418 423 -
trunk/tools/extract_version
r1546 r1817 34 34 get_version() { 35 35 grep -w 'PQXX_VERSION' VERSION | 36 sed - e 's/^[[:space:]A-Z_]*\([^[:space:]#]\+\).*$/\1/'36 sed -E -e 's/^[[:space:]A-Z_]*([^[:space:]#]+).*$/\1/' 37 37 } 38 38 -
trunk/win32/Makefile.in
r1792 r1817 1 # Makefile.in generated by automake 1.11. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,6 # Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, … … 288 288 installcheck: installcheck-am 289 289 install-strip: 290 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 291 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 292 `test -z '$(STRIP)' || \ 293 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 290 if test -z '$(STRIP)'; then \ 291 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 292 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 293 install; \ 294 else \ 295 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 296 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 297 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 298 fi 294 299 mostlyclean-generic: 295 300
Note: See TracChangeset
for help on using the changeset viewer.
