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
994aa8ad36
commit
29ece6a845
@ -1,3 +1,9 @@
|
||||
2001-06-09 Kevin Dalley <kevin@seti.org>
|
||||
|
||||
* doc/Makefile.am (MOSTLYCLEANFILES): add find.cps, which is
|
||||
created by dvips. This should be taken care of by automake, but
|
||||
the code is commented out.
|
||||
|
||||
2001-06-05 Kevin Dalley <kevin@seti.org>
|
||||
|
||||
* locate/updatedb.sh: replace "whoami" with "id -u" when testing
|
||||
|
||||
1
aclocal.m4
vendored
1
aclocal.m4
vendored
@ -687,7 +687,6 @@ AC_DEFUN(jm_MACROS,
|
||||
syslog.h \
|
||||
termios.h \
|
||||
unistd.h \
|
||||
values.h \
|
||||
)
|
||||
|
||||
jm_INCLUDED_REGEX([lib/regex.c])
|
||||
|
||||
@ -643,9 +643,6 @@
|
||||
/* Define if you have the <utmp.h> header file. */
|
||||
#undef HAVE_UTMP_H
|
||||
|
||||
/* Define if you have the <values.h> header file. */
|
||||
#undef HAVE_VALUES_H
|
||||
|
||||
/* Define if you have the `vprintf' function. */
|
||||
#undef HAVE_VPRINTF
|
||||
|
||||
|
||||
@ -1,6 +1,19 @@
|
||||
Makefile
|
||||
find.aux
|
||||
find.cp
|
||||
find.cps
|
||||
find.dvi
|
||||
find.fn
|
||||
find.fns
|
||||
find.info
|
||||
find.info-1
|
||||
find.info-2
|
||||
find.ky
|
||||
find.log
|
||||
find.pg
|
||||
find.ps
|
||||
find.toc
|
||||
find.tp
|
||||
find.vr
|
||||
stamp-vti
|
||||
version.texi
|
||||
|
||||
@ -102,6 +102,7 @@ l = @l@
|
||||
|
||||
info_TEXINFOS = find.texi
|
||||
find_TEXINFOS = perm.texi
|
||||
MOSTLYCLEANFILES = find.cps
|
||||
EXEEXT =
|
||||
OBJEXT = o
|
||||
subdir = doc
|
||||
@ -259,6 +260,7 @@ install-strip:
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
||||
|
||||
clean-generic:
|
||||
|
||||
|
||||
@ -1 +1,4 @@
|
||||
Makefile
|
||||
locate.log
|
||||
locate.sum
|
||||
site.exp
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2001-06-09 Gerrit P. Haase <gerrit.haase@t-online.de>
|
||||
|
||||
* m4/j4-macros.m4: removed calls for values.h.
|
||||
|
||||
2000-10-29 Jim Meyering <meyering@lucent.com>
|
||||
|
||||
* gettext.m4: Rename this...
|
||||
|
||||
@ -1 +1,4 @@
|
||||
Makefile
|
||||
site.exp
|
||||
xargs.log
|
||||
xargs.sum
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user