Index: ossp-pkg/pth/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/pth/ChangeLog,v rcsdiff -q -kk '-r1.618' '-r1.619' -u '/v/ossp/cvs/ossp-pkg/pth/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/09/12 11:36:13 1.618 +++ ChangeLog 2004/09/12 11:44:25 1.619 @@ -21,6 +21,10 @@ Changes between 2.0.1 and 2.0.2 (13-Jul-2003 to xx-XXX-2004) + *) Workaround Autoconf/m4 problems in pth.m4 by using "m4_define" + instead of just "define" and no using m4_undefine at all. + [Dr. Andreas Mueller ] + *) Avoid side-effects by defining _XOPEN_SOURCE only temporarily for inclusion of instead of permanently. [Graham Nash ] Index: ossp-pkg/pth/pth.m4 RCS File: /v/ossp/cvs/ossp-pkg/pth/pth.m4,v rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-pkg/pth/pth.m4,v' 2>/dev/null --- pth.m4 2004/07/13 10:50:49 1.13 +++ pth.m4 2004/09/12 11:44:25 1.14 @@ -42,14 +42,13 @@ dnl # auxilliary macros AC_DEFUN(_AC_PTH_ERROR, [dnl AC_MSG_RESULT([*FAILED*]) -define(_ac_pth_line,dnl +m4_define(_ac_pth_line,dnl "+------------------------------------------------------------------------+") echo " _ac_pth_line" 1>&2 cat <>/ /' 1>&2 $1 EOT echo " _ac_pth_line" 1>&2 -undefine(_ac_pth_line) exit 1 ]) AC_DEFUN(_AC_PTH_VERBOSE, [dnl @@ -278,11 +277,11 @@ _AC_PTH_VERBOSE([ o LDFLAGS=\"$LDFLAGS\"]) _AC_PTH_VERBOSE([ o LIBS=\"$LIBS\"]) cross_compile=no - define(_code1, [dnl + m4_define(_code1, [dnl #include #include ]) - define(_code2, [dnl + m4_define(_code2, [dnl int main(int argc, char *argv[]) { FILE *fp;