]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 25 Sep 2005 17:01:54 +0000 (17:01 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 25 Sep 2005 17:01:54 +0000 (17:01 +0000)
config.hin
lib/Makefile.in

index 05756e9e32b06051244b7c0ddd23aeb6337f1750..163617cc498211064d95a9ff27571aedf12a3651 100644 (file)
 /* Define to 1 if you have the `fchdir' function. */
 #undef HAVE_FCHDIR
 
+/* Define to 1 if you have the `fchmod' function. */
+#undef HAVE_FCHMOD
+
+/* Define to 1 if you have the `fchown' function. */
+#undef HAVE_FCHOWN
+
 /* Define to 1 if you have the `fdatasync' function. */
 #undef HAVE_FDATASYNC
 
index 9c740928edcec8928e870141b22dc3f1a08b88aa..3f95258e09bce912eb95581d91e25e502830f1da 100644 (file)
@@ -64,7 +64,7 @@ DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
        hard-locale.h hash-pjw.c hash-pjw.h hash.c hash.h human.c \
        human.h idcache.c imaxtostr.c intprops.h inttostr.c inttostr.h \
        lchown.c lchown.h linebuffer.c linebuffer.h long-options.c \
-       long-options.h lstat.c lstat.h malloc.c md5.c md5.h \
+       long-options.h lstat.c lstat.h malloc.c mbchar.c md5.c md5.h \
        memcasecmp.c memcasecmp.h memchr.c memcmp.c memcoll.c \
        memcoll.h memcpy.c memmove.c mempcpy.c mempcpy.h memrchr.c \
        memrchr.h memset.c mkdir-p.c mkdir-p.h mkdir.c mkstemp-safer.c \
@@ -225,7 +225,7 @@ am__DEPENDENCIES_1 = @LIBOBJS@
 am__DEPENDENCIES_2 = @ALLOCA@
 am_libcoreutils_a_OBJECTS = allocsa.$(OBJEXT) fprintftime.$(OBJEXT) \
        full-read.$(OBJEXT) full-write.$(OBJEXT) \
-       localcharset.$(OBJEXT) mbchar.$(OBJEXT) mbswidth.$(OBJEXT) \
+       localcharset.$(OBJEXT) mbswidth.$(OBJEXT) \
        readtokens0.$(OBJEXT) strnlen1.$(OBJEXT) time_r.$(OBJEXT) \
        unicodeio.$(OBJEXT) xalloc-die.$(OBJEXT) \
        xgethostname.$(OBJEXT) xmemcoll.$(OBJEXT) xstrndup.$(OBJEXT) \
@@ -388,13 +388,12 @@ AM_CPPFLAGS = -I.. -I$(srcdir)
 libcoreutils_a_SOURCES = allocsa.c allocsa.h euidaccess.h exit.h \
        fprintftime.c fprintftime.h full-read.c full-read.h \
        full-write.c full-write.h getaddrinfo.h gettext.h \
-       localcharset.c localcharset.h mbchar.c mbchar.h mbswidth.c \
-       mbswidth.h mbuiter.h readtokens0.c readtokens0.h strcase.h \
-       strnlen1.c strnlen1.h strstr.h time_r.c time_r.h unicodeio.c \
-       unicodeio.h verify.h xalloc-die.c xgethostname.c \
-       xgethostname.h xmemcoll.c xmemcoll.h xstrndup.c xstrndup.h \
-       xstrtoimax.c xstrtoumax.c printf-args.h printf-parse.h \
-       vasprintf.h vasnprintf.h
+       localcharset.c localcharset.h mbchar.h mbswidth.c mbswidth.h \
+       mbuiter.h readtokens0.c readtokens0.h strcase.h strnlen1.c \
+       strnlen1.h strstr.h time_r.c time_r.h unicodeio.c unicodeio.h \
+       verify.h xalloc-die.c xgethostname.c xgethostname.h xmemcoll.c \
+       xmemcoll.h xstrndup.c xstrndup.h xstrtoimax.c xstrtoumax.c \
+       printf-args.h printf-parse.h vasprintf.h vasnprintf.h
 libcoreutils_a_LIBADD = $(LIBOBJS) $(ALLOCA)
 libcoreutils_a_DEPENDENCIES = $(libcoreutils_a_LIBADD)
 lib_OBJECTS = $(libcoreutils_a_OBJECTS)
@@ -540,6 +539,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/long-options.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lstat.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/malloc.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mbchar.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/md5.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcasecmp.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
@@ -641,7 +641,6 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/full-read.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/full-write.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbchar.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbswidth.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readtokens0.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen1.Po@am__quote@