* m4/file-type.m4: Remove file.
* modules/file-type (Files): Remove it.
(configure.ac): Remove gl_FILE_TYPE call.
(Makefile.am): Augment lib_SOURCES.
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ file-type: Move AC_LIBOBJ invocations to module description.
+ * m4/file-type.m4: Remove file.
+ * modules/file-type (Files): Remove it.
+ (configure.ac): Remove gl_FILE_TYPE call.
+ (Makefile.am): Augment lib_SOURCES.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
filenamecat*: Respect rules for use of AC_LIBOBJ.
+++ /dev/null
-# file-type.m4 serial 6
-dnl Copyright (C) 2002, 2005-2006, 2009-2011 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.
-
-AC_DEFUN([gl_FILE_TYPE],
-[
- AC_LIBOBJ([file-type])
-])
Files:
lib/file-type.h
lib/file-type.c
-m4/file-type.m4
Depends-on:
gettext-h
sys_stat
configure.ac:
-gl_FILE_TYPE
Makefile.am:
+lib_SOURCES += file-type.c
Include:
"file-type.h"