diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/aclocal.m4 cvs-1.12.8/aclocal.m4 diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/autom4te.cache/output.0 cvs-1.12.8/autom4te.cache/output.0 diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/autom4te.cache/output.1 cvs-1.12.8/autom4te.cache/output.1 diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/autom4te.cache/output.2 cvs-1.12.8/autom4te.cache/output.2 diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/autom4te.cache/output.3 cvs-1.12.8/autom4te.cache/output.3 diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/autom4te.cache/requests cvs-1.12.8/autom4te.cache/requests diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/autom4te.cache/traces.0 cvs-1.12.8/autom4te.cache/traces.0 diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/autom4te.cache/traces.1 cvs-1.12.8/autom4te.cache/traces.1 diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/autom4te.cache/traces.2 cvs-1.12.8/autom4te.cache/traces.2 diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/autom4te.cache/traces.3 cvs-1.12.8/autom4te.cache/traces.3 diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/config.guess cvs-1.12.8/config.guess diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/config.h.in cvs-1.12.8/config.h.in diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/config.h.in~ cvs-1.12.8/config.h.in~ diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/config.sub cvs-1.12.8/config.sub diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/configure cvs-1.12.8/configure diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/contrib/Makefile.in cvs-1.12.8/contrib/Makefile.in diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/cvs.spec cvs-1.12.8/cvs.spec diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/depcomp cvs-1.12.8/depcomp diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/diff/Makefile.in cvs-1.12.8/diff/Makefile.in diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/doc/cvsclient.ps cvs-1.12.8/doc/cvsclient.ps diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/doc/cvs.ps cvs-1.12.8/doc/cvs.ps diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/doc/Makefile.in cvs-1.12.8/doc/Makefile.in diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/doc/mdate-sh cvs-1.12.8/doc/mdate-sh diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/doc/texinfo.tex cvs-1.12.8/doc/texinfo.tex diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/emx/Makefile cvs-1.12.8/emx/Makefile diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/INSTALL cvs-1.12.8/INSTALL diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/install-sh cvs-1.12.8/install-sh diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/lib/Makefile.in cvs-1.12.8/lib/Makefile.in diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/m4/gethostname.m4 cvs-1.12.8/m4/gethostname.m4 --- tmp/base/cvs-1.12.8-r0/cvs-1.12.8/m4/gethostname.m4 1969-12-31 19:00:00.000000000 -0500 +++ cvs-1.12.8/m4/gethostname.m4 2004-06-04 20:20:36.698749000 -0400 @@ -0,0 +1,21 @@ +# gethostname.m4 serial 1 +dnl Copyright (C) 2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +AC_DEFUN([gl_FUNC_GETHOSTNAME], +[ + AC_REPLACE_FUNCS(gethostname) + if test $ac_cv_func_gethostname = no; then + gl_PREREQ_GETHOSTNAME + fi +]) + +# Prerequisites of lib/gethostname.c. +AC_DEFUN([gl_PREREQ_GETHOSTNAME], [ + AC_CHECK_FUNCS(uname) +]) + diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/m4/getndelim2.m4 cvs-1.12.8/m4/getndelim2.m4 --- tmp/base/cvs-1.12.8-r0/cvs-1.12.8/m4/getndelim2.m4 1969-12-31 19:00:00.000000000 -0500 +++ cvs-1.12.8/m4/getndelim2.m4 2004-06-04 20:22:23.245023000 -0400 @@ -0,0 +1,21 @@ +# getndelim2.m4 serial 2 +dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +AC_DEFUN([gl_GETNDELIM2], +[ + AC_LIBOBJ(getndelim2) + gl_PREREQ_GETNDELIM2 +]) + +# Prerequisites of lib/getndelim2.h and lib/getndelim2.c. +AC_DEFUN([gl_PREREQ_GETNDELIM2], +[ + dnl Prerequisites of lib/getndelim2.h. + AC_REQUIRE([gt_TYPE_SSIZE_T]) + dnl No prerequisites of lib/getndelim2.c. +]) diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/m4/getpass.m4 cvs-1.12.8/m4/getpass.m4 --- tmp/base/cvs-1.12.8-r0/cvs-1.12.8/m4/getpass.m4 1969-12-31 19:00:00.000000000 -0500 +++ cvs-1.12.8/m4/getpass.m4 2004-06-04 20:22:30.268327000 -0400 @@ -0,0 +1,36 @@ +# getpass.m4 serial 3 +dnl Copyright (C) 2002-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +# Provide a getpass() function if the system doesn't have it. +AC_DEFUN([gl_FUNC_GETPASS], +[ + AC_REPLACE_FUNCS(getpass) + if test $ac_cv_func_getpass = no; then + gl_PREREQ_GETPASS + fi +]) + +# Provide the GNU getpass() implementation. It supports passwords of +# arbitrary length (not just 8 bytes as on HP-UX). +AC_DEFUN([gl_FUNC_GETPASS_GNU], +[ + dnl TODO: Detect when GNU getpass() is already found in glibc. + AC_LIBOBJ(getpass) + gl_PREREQ_GETPASS + dnl We must choose a different name for our function, since on ELF systems + dnl an unusable getpass() in libc.so would override our getpass() if it is + dnl compiled into a shared library. + AC_DEFINE([getpass], [gnu_getpass], + [Define to a replacement function name for getpass().]) +]) + +# Prerequisites of lib/getpass.c. +AC_DEFUN([gl_PREREQ_GETPASS], [ + AC_CHECK_HEADERS_ONCE(stdio_ext.h) + : +]) diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/m4/Makefile.in cvs-1.12.8/m4/Makefile.in diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/m4/memmove.m4 cvs-1.12.8/m4/memmove.m4 --- tmp/base/cvs-1.12.8-r0/cvs-1.12.8/m4/memmove.m4 1969-12-31 19:00:00.000000000 -0500 +++ cvs-1.12.8/m4/memmove.m4 2004-06-04 20:21:52.901349000 -0400 @@ -0,0 +1,20 @@ +# memmove.m4 serial 1 +dnl Copyright (C) 2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +AC_DEFUN([gl_FUNC_MEMMOVE], +[ + AC_REPLACE_FUNCS(memmove) + if test $ac_cv_func_memmove = no; then + gl_PREREQ_MEMMOVE + fi +]) + +# Prerequisites of lib/memmove.c. +AC_DEFUN([gl_PREREQ_MEMMOVE], [ + : +]) diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/m4/ssize_t.m4 cvs-1.12.8/m4/ssize_t.m4 --- tmp/base/cvs-1.12.8-r0/cvs-1.12.8/m4/ssize_t.m4 1969-12-31 19:00:00.000000000 -0500 +++ cvs-1.12.8/m4/ssize_t.m4 2004-06-04 19:54:17.565971000 -0400 @@ -0,0 +1,22 @@ +# ssize_t.m4 serial 3 (gettext-0.13) +dnl Copyright (C) 2001-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. +dnl Test whether ssize_t is defined. + +AC_DEFUN([gt_TYPE_SSIZE_T], +[ + AC_CACHE_CHECK([for ssize_t], gt_cv_ssize_t, + [AC_TRY_COMPILE([#include ], + [int x = sizeof (ssize_t *) + sizeof (ssize_t);], + gt_cv_ssize_t=yes, gt_cv_ssize_t=no)]) + if test $gt_cv_ssize_t = no; then + AC_DEFINE(ssize_t, int, + [Define as a signed type of the same size as size_t.]) + fi +]) diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/Makefile.in cvs-1.12.8/Makefile.in diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/man/Makefile.in cvs-1.12.8/man/Makefile.in diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/missing cvs-1.12.8/missing diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/mkinstalldirs cvs-1.12.8/mkinstalldirs diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/os2/Makefile cvs-1.12.8/os2/Makefile diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/src/Makefile.in cvs-1.12.8/src/Makefile.in diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/tools/Makefile.in cvs-1.12.8/tools/Makefile.in diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/vms/Makefile.in cvs-1.12.8/vms/Makefile.in diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/windows-NT/Makefile.in cvs-1.12.8/windows-NT/Makefile.in diff -urNd -urNd tmp/base/cvs-1.12.8-r0/cvs-1.12.8/windows-NT/SCC/Makefile.in cvs-1.12.8/windows-NT/SCC/Makefile.in