Compile progreloc.c only if --enable-relocatable is specified.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Mar 2007 21:05:50 +0000 (21:05 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Mar 2007 21:05:50 +0000 (21:05 +0000)
ChangeLog
m4/relocatable.m4
modules/relocatable-prog

index 83fb0c5..b7567bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-04  Bruno Haible  <bruno@clisp.org>
+
+       Compile progreloc.c only if --enable-relocatable is specified.
+       * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
+       if --enable-relocatable was specified.
+       * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
+       lib_SOURCES.
+
 2007-03-04  Jim Meyering  <jim@meyering.net>
 
        * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
index da14848..27f5724 100644 (file)
@@ -1,4 +1,4 @@
-# relocatable.m4 serial 10
+# relocatable.m4 serial 11
 dnl Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -14,6 +14,9 @@ AC_DEFUN([gl_RELOCATABLE],
 [
   AC_REQUIRE([gl_RELOCATABLE_BODY])
   gl_RELOCATABLE_LIBRARY
+  if test $RELOCATABLE = yes; then
+    AC_LIBOBJ([progreloc])
+  fi
   : ${RELOCATABLE_CONFIG_H_DIR='$(top_builddir)'}
   RELOCATABLE_SRC_DIR="\$(top_srcdir)/$gl_source_base"
   RELOCATABLE_BUILD_DIR="\$(top_builddir)/$gl_source_base"
index 6029b7c..cd9d79e 100644 (file)
@@ -26,7 +26,6 @@ gl_RELOCATABLE([$gl_source_base])
 
 Makefile.am:
 DEFS += -DEXEEXT=\"$(EXEEXT)\"
-lib_SOURCES += progreloc.c
 
 Include:
 #include "relocatable.h"