summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 02:18:29 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:42 +0200
commit50933cccef270ca1f2d948700913830dba0b9a06 (patch)
tree23f07eec15202c39de710e7165538a21fb3beff1
parentb8fd86de0027e6ef3956291b39e35b343a511840 (diff)
downloadgnulib-50933cccef270ca1f2d948700913830dba0b9a06.tar.gz
userspec: Move AC_LIBOBJ invocations to module description.
* m4/userspec.m4 (gl_USERSPEC): Remove AC_LIBOBJ invocation. * modules/userspec (Makefile.am): Augment lib_SOURCES.
-rw-r--r--ChangeLog6
-rw-r--r--m4/userspec.m46
-rw-r--r--modules/userspec1
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c6d5e3892..9ef7beb69e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-05-23 Bruno Haible <bruno@clisp.org>
+ userspec: Move AC_LIBOBJ invocations to module description.
+ * m4/userspec.m4 (gl_USERSPEC): Remove AC_LIBOBJ invocation.
+ * modules/userspec (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
unlinkdir: Move AC_LIBOBJ invocations to module description.
* m4/unlinkdir.m4 (gl_UNLINKDIR): Remove AC_LIBOBJ invocation.
* modules/unlinkdir (Makefile.am): Augment lib_SOURCES.
diff --git a/m4/userspec.m4 b/m4/userspec.m4
index 3f61845058..354e62408a 100644
--- a/m4/userspec.m4
+++ b/m4/userspec.m4
@@ -1,13 +1,11 @@
-# serial 10
+# serial 11
dnl Copyright (C) 2002-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.
+dnl Prerequisites of lib/userspec.c.
AC_DEFUN([gl_USERSPEC],
[
- AC_LIBOBJ([userspec])
-
- dnl Prerequisites of lib/userspec.c.
AC_CHECK_HEADERS_ONCE([sys/param.h])
])
diff --git a/modules/userspec b/modules/userspec
index 4774c3d865..e528e69d96 100644
--- a/modules/userspec
+++ b/modules/userspec
@@ -20,6 +20,7 @@ configure.ac:
gl_USERSPEC
Makefile.am:
+lib_SOURCES += userspec.c
Include:
"userspec.h"