summaryrefslogtreecommitdiff
path: root/m4/relocatable-lib.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 18:23:54 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:42 +0200
commit357d319ff8af64cc9dcce17868a4c40260f6cccc (patch)
tree5906157d14d1f02db7e53e50dd0c4addaf0f4ccd /m4/relocatable-lib.m4
parentc2d8c01692f8df54c0a960879dc3de441184db88 (diff)
downloadgnulib-357d319ff8af64cc9dcce17868a4c40260f6cccc.tar.gz
relocatable-lib: Move AC_LIBOBJ invocations to module description.
* m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_SEPARATE): Remove macro. (gl_RELOCATABLE_LIBRARY): Move AC_LIBOBJ invocation from here... * modules/relocatable-lib (configure.ac): ... to here. * modules/relocatable-prog-wrapper (configure.ac): Invoke gl_RELOCATABLE_LIBRARY instead of gl_RELOCATABLE_LIBRARY_SEPARATE.
Diffstat (limited to 'm4/relocatable-lib.m4')
-rw-r--r--m4/relocatable-lib.m412
1 files changed, 1 insertions, 11 deletions
diff --git a/m4/relocatable-lib.m4 b/m4/relocatable-lib.m4
index fed2240f33..aa798b9eba 100644
--- a/m4/relocatable-lib.m4
+++ b/m4/relocatable-lib.m4
@@ -1,4 +1,4 @@
-# relocatable-lib.m4 serial 5
+# relocatable-lib.m4 serial 6
dnl Copyright (C) 2003, 2005-2007, 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,
@@ -10,9 +10,6 @@ dnl Support for relocatable libraries.
AC_DEFUN([gl_RELOCATABLE_LIBRARY],
[
AC_REQUIRE([gl_RELOCATABLE_LIBRARY_BODY])
- if test $RELOCATABLE = yes; then
- AC_LIBOBJ([relocatable])
- fi
])
AC_DEFUN([gl_RELOCATABLE_LIBRARY_BODY],
[
@@ -32,13 +29,6 @@ AC_DEFUN([gl_RELOCATABLE_LIBRARY_BODY],
fi
])
-dnl Like gl_RELOCATABLE_LIBRARY, except prepare for separate compilation
-dnl (no AC_LIBOBJ).
-AC_DEFUN([gl_RELOCATABLE_LIBRARY_SEPARATE],
-[
- AC_REQUIRE([gl_RELOCATABLE_LIBRARY_BODY])
-])
-
dnl Support for relocatable packages for which it is a nop.
AC_DEFUN([gl_RELOCATABLE_NOP],
[