summaryrefslogtreecommitdiff
path: root/modules/relocatable-prog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 18:17:10 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:42 +0200
commitc2d8c01692f8df54c0a960879dc3de441184db88 (patch)
tree1bdb613cf4f3e059f17fd3edb0532d394cbc8255 /modules/relocatable-prog
parenta851d08b8a4acb3fedf2e698fb4a8e157aed6113 (diff)
downloadgnulib-c2d8c01692f8df54c0a960879dc3de441184db88.tar.gz
relocatable-prog: Move AC_LIBOBJ invocations to module description.
* m4/relocatable.m4 (gl_RELOCATABLE): Move AC_LIBOBJ invocation from here... * modules/relocatable-prog (configure.ac): ... to here.
Diffstat (limited to 'modules/relocatable-prog')
-rw-r--r--modules/relocatable-prog3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/relocatable-prog b/modules/relocatable-prog
index 129947f2b8..a7f50ac6b9 100644
--- a/modules/relocatable-prog
+++ b/modules/relocatable-prog
@@ -26,6 +26,9 @@ strdup
configure.ac:
gl_RELOCATABLE([$gl_source_base])
+if test $RELOCATABLE = yes; then
+ AC_LIBOBJ([progreloc])
+fi
Makefile.am:
DEFS += -DEXEEXT=\"@EXEEXT@\"