]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 15 Oct 2003 21:22:02 +0000 (21:22 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 15 Oct 2003 21:22:02 +0000 (21:22 +0000)
aclocal.m4
lib/Makefile.in

index 2c91043482cf12320203a8a9ddc82000a4ab484a..1b1433fbb19b9217b40ac791e228b09f059d5ccb 100644 (file)
@@ -5595,7 +5595,7 @@ main ()
   fi
 ])
 
-# xalloc.m4 serial 3
+# xalloc.m4 serial 4
 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
@@ -5611,8 +5611,10 @@ AC_DEFUN([gl_XALLOC],
 
 # Prerequisites of lib/xmalloc.c.
 AC_DEFUN([gl_PREREQ_XMALLOC], [
+  AC_REQUIRE([AC_C_INLINE])
   AC_REQUIRE([jm_FUNC_MALLOC])
   AC_REQUIRE([jm_FUNC_REALLOC])
+  :
 ])
 
 # Prerequisites of lib/xstrdup.c.
index 73e244c646b5cc75ca6803ed3e5d2a1d828ce749..ceea2e79bf8cbf9763c9f8c0fcc874b0c13a2043 100644 (file)
@@ -243,7 +243,7 @@ libfetish_a_SOURCES = \
   unicodeio.c unicodeio.h \
   unistd-safer.h \
   unlocked-io.h \
-  userspec.c \
+  userspec.c userspec.h \
   utimens.c utimens.h \
   version-etc.c version-etc.h \
   xalloc.h \
@@ -773,9 +773,9 @@ distclean-generic:
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
-       -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
        -rm -f getdate.c
+       -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
+       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 clean: clean-am
 
 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am