Tue Jun 14 16:59:12 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: Per Elein's bug report, change the "ps" command for Linux
- Next message: [Slony1-commit] By darcyb: CVS ate ./configure in the commit process, re-genrate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Clean up some copy/paste coding errors, make sure that we init LOCATION before using it to prevent cross test variable polution Modified Files: -------------- slony1-engine: configure (r1.54 -> r1.55) slony1-engine/config: acx_libpq.m4 (r1.12 -> r1.13) acx_slonytools.m4 (r1.1 -> r1.2) docs.m4 (r1.8 -> r1.9) -------------- next part -------------- Index: docs.m4 =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/config/docs.m4,v retrieving revision 1.8 retrieving revision 1.9 diff -Lconfig/docs.m4 -Lconfig/docs.m4 -u -w -r1.8 -r1.9 --- config/docs.m4 +++ config/docs.m4 @@ -26,6 +26,7 @@ AC_REQUIRE([AC_CANONICAL_HOST]) AC_LANG_SAVE AC_LANG_C + LOCATION="" if test -n "${with_docdir}" ; then if test ${with_docdir} != "yes"; then LOCATION="${with_docdir}" Index: acx_slonytools.m4 =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/config/acx_slonytools.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -Lconfig/acx_slonytools.m4 -Lconfig/acx_slonytools.m4 -u -w -r1.1 -r1.2 --- config/acx_slonytools.m4 +++ config/acx_slonytools.m4 @@ -3,7 +3,7 @@ AC_REQUIRE([AC_CANONICAL_HOST]) AC_LANG_SAVE AC_LANG_C - +LOCATION="" if test -n "${with_perltools}" ; then if test ${with_perltools} != "yes"; then LOCATION="${with_perltools}" Index: acx_libpq.m4 =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/config/acx_libpq.m4,v retrieving revision 1.12 retrieving revision 1.13 diff -Lconfig/acx_libpq.m4 -Lconfig/acx_libpq.m4 -u -w -r1.12 -r1.13 --- config/acx_libpq.m4 +++ config/acx_libpq.m4 @@ -126,7 +126,7 @@ with_toolsdir=`pwd` cd ${_pwd} echo "Overriding toolsdir with" ${with_toolsdir} -TOOLSBINDIR=${with_pgincludeserverdir} +TOOLSBINDIR=${with_toolsdir} fi dnl -----------------------------------------
- Previous message: [Slony1-commit] By cbbrowne: Per Elein's bug report, change the "ps" command for Linux
- Next message: [Slony1-commit] By darcyb: CVS ate ./configure in the commit process, re-genrate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list