X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FMakefile.in;h=343f4030582cb4c0a51ddeda0af2ffcdfec82988;hb=257b70ef889ff4899730b755c01246f92fb852f9;hp=ead988e787ba33f01dbe93d35258aedfcea6b0d1;hpb=eba94b6a2bfaafe71dbebbacecb54bce8e67dc01;p=gnulib.git diff --git a/m4/Makefile.in b/m4/Makefile.in index ead988e78..343f40305 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,6 +1,6 @@ # Makefile.in generated automatically by automake 1.4a from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-9, 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. @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ @@ -90,7 +88,9 @@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ +LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ LIB_CRYPT = @LIB_CRYPT@ +LIB_NANOSLEEP = @LIB_NANOSLEEP@ MAKEINFO = @MAKEINFO@ MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -121,9 +121,9 @@ bison.m4 \ c-bs-a.m4 \ check-decl.m4 \ chown.m4 \ +codeset.m4 \ d-ino.m4 \ d-type.m4 \ -decl.m4 \ error.m4 \ fnmatch.m4 \ fstypename.m4 \ @@ -132,9 +132,10 @@ ftruncate.m4 \ getgroups.m4 \ getline.m4 \ getloadavg.m4 \ -gettext.m4 \ glibc.m4 \ +glibc21.m4 \ group-member.m4 \ +iconv.m4 \ inttypes_h.m4 \ isc-posix.m4 \ jm-glibc-io.m4 \ @@ -146,9 +147,9 @@ largefile.m4 \ lchown.m4 \ lcmessage.m4 \ lib-check.m4 \ +libintl.m4 \ link-follow.m4 \ ls-mntd-fs.m4 \ -lstat-slash.m4 \ lstat.m4 \ malloc.m4 \ memcmp.m4 \ @@ -160,11 +161,11 @@ putenv.m4 \ readdir.m4 \ realloc.m4 \ regex.m4 \ +rmdir-errno.m4 \ search-libs.m4 \ st_dm_mode.m4 \ st_mtim.m4 \ stat.m4 \ -strerror_r.m4 \ strftime.m4 \ timespec.m4 \ uintmax_t.m4 \ @@ -191,7 +192,7 @@ all: all-redirect $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnits m4/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -205,10 +206,12 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pR $$d/$$file $(distdir); \ + cp -pR $$d/$$file $(distdir) \ + || exit 1; \ else \ test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file || :; \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ fi; \ done info-am: