mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-27 01:44:23 +00:00
*** empty log message ***
This commit is contained in:
parent
697f4c7eab
commit
3b044da7d6
@ -1,6 +1,7 @@
|
||||
# Makefile.in generated automatically by automake 1.4a from Makefile.am
|
||||
|
||||
# Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
||||
# Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
23
aclocal.m4
vendored
23
aclocal.m4
vendored
@ -1,14 +1,15 @@
|
||||
dnl aclocal.m4 generated automatically by aclocal 1.4a
|
||||
# aclocal.m4 generated automatically by aclocal 1.4a
|
||||
|
||||
dnl Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
dnl gives unlimited permission to copy and/or distribute it,
|
||||
dnl with or without modifications, as long as this notice is preserved.
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
||||
# Free Software Foundation, Inc.
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
dnl This program is distributed in the hope that it will be useful,
|
||||
dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
dnl PARTICULAR PURPOSE.
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
# Like AC_CONFIG_HEADER, but automatically create stamp file.
|
||||
|
||||
@ -67,7 +68,7 @@ AC_DEFUN([AM_INIT_AUTOMAKE],
|
||||
[dnl We require 2.13 because we rely on SHELL being computed by configure.
|
||||
AC_REQUIRE([AC_PROG_INSTALL])dnl
|
||||
# test to see if srcdir already configured
|
||||
if test "`CDPATH=: && cd $srcdir && pwd`" != "`pwd`" &&
|
||||
if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
|
||||
test -f $srcdir/config.status; then
|
||||
AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
|
||||
fi
|
||||
@ -175,7 +176,7 @@ AC_SUBST(install_sh)])
|
||||
# If it does, set am_missing_run to use it, otherwise, to nothing.
|
||||
AC_DEFUN([AM_MISSING_HAS_RUN], [
|
||||
test x"${MISSING+set}" = xset || \
|
||||
MISSING="\${SHELL} `CDPATH=: && cd $ac_aux_dir && pwd`/missing"
|
||||
MISSING="\${SHELL} `CDPATH=:; cd $ac_aux_dir && pwd`/missing"
|
||||
# Use eval to expand $SHELL
|
||||
if eval "$MISSING --run :"; then
|
||||
am_missing_run="$MISSING --run "
|
||||
|
||||
4
configure
vendored
4
configure
vendored
@ -844,7 +844,7 @@ test "$program_suffix" != NONE &&
|
||||
test "$program_transform_name" = "" && program_transform_name="s,x,x,"
|
||||
|
||||
test x"${MISSING+set}" = xset || \
|
||||
MISSING="\${SHELL} `CDPATH=: && cd $ac_aux_dir && pwd`/missing"
|
||||
MISSING="\${SHELL} `CDPATH=:; cd $ac_aux_dir && pwd`/missing"
|
||||
# Use eval to expand $SHELL
|
||||
if eval "$MISSING --run :"; then
|
||||
am_missing_run="$MISSING --run "
|
||||
@ -947,7 +947,7 @@ else
|
||||
fi
|
||||
|
||||
# test to see if srcdir already configured
|
||||
if test "`CDPATH=: && cd $srcdir && pwd`" != "`pwd`" &&
|
||||
if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
|
||||
test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
fi
|
||||
|
||||
39
debian/changelog
vendored
39
debian/changelog
vendored
@ -1,34 +1,35 @@
|
||||
findutils (4.1.6-1) unstable; urgency=low
|
||||
|
||||
* new alpha release. locate --ignore-case is available.
|
||||
* find/find.c (process_path): fix problem with "-depth" which is tested
|
||||
in depth.exp test. (closes: 69782).
|
||||
|
||||
* new alpha release. locate --ignore-case is done.
|
||||
|
||||
|
||||
* some patches for ignoring case have been added. (closes: #19563).
|
||||
|
||||
* fixed problems with brace expansion in debian/rules (closes: #71827)
|
||||
|
||||
-- Kevin Dalley <kevind@rahul.net> Wed, 11 Oct 2000 23:45:07 -0700
|
||||
|
||||
findutils (4.1.5-2) unstable; urgency=low
|
||||
|
||||
* doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s} (closes:
|
||||
* doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s} (closes:
|
||||
#69529).
|
||||
|
||||
-- Kevin Dalley <kevind@rahul.net> Thu, 24 Aug 2000 02:56:10 -0700
|
||||
|
||||
findutils (4.1.5-1) unstable; urgency=low
|
||||
|
||||
* Update to a new alpha release.
|
||||
|
||||
-- Kevin Dalley <kevind@rahul.net> Fri, 12 May 2000 21:19:36 -0700
|
||||
|
||||
findutils (4.1.4-1) unstable; urgency=low
|
||||
|
||||
* update to new alpha release.
|
||||
|
||||
-- Kevin Dalley <kevind@rahul.net> Sun, 20 Feb 2000 03:48:05 +0000
|
||||
|
||||
findutils (4.1.3-1) unstable; urgency=low
|
||||
|
||||
* testing out 4.1.3, with internationalization.
|
||||
|
||||
* added devpts to PRUNEFS in updatedb.conf (closes: #65503).
|
||||
|
||||
* fixes bug described as follows: When 'find' looks for a fstype, it
|
||||
parses the /etc/mtab until it finds the good line. But, if there is,
|
||||
before the good line, a line whose mountpoint is unreachable, it
|
||||
fails. (closes: #40245).
|
||||
|
||||
-- Kevin Dalley <kevind@rahul.net> Sat, 22 Jan 2000 01:09:14 -0800
|
||||
* fixed problem with strange behavior with "-name" and "-iname" (closes:
|
||||
#63270).
|
||||
|
||||
-- Kevin Dalley <kevind@rahul.net> Mon, 30 Oct 2000 23:48:26 -0800
|
||||
|
||||
findutils (4.1-38) frozen unstable; urgency=low
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user