X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Frelocatable.m4;h=16db7ee871189745fea101b8f4eacfe5003e819d;hb=db2ebe9d04c394f51b2b0f4306c9f9a79959b1da;hp=d52858161e0b614db1b368b712cef9e1839dacba;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/relocatable.m4 b/m4/relocatable.m4 index d52858161..16db7ee87 100644 --- a/m4/relocatable.m4 +++ b/m4/relocatable.m4 @@ -1,4 +1,4 @@ -# relocatable.m4 serial 14 +# relocatable.m4 serial 15 dnl Copyright (C) 2003, 2005-2007, 2009-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -76,9 +76,15 @@ AC_DEFUN([gl_RELOCATABLE_BODY], dnl RELOCATABLE_LIBRARY_PATH can be set in configure.ac. Default is empty. AC_SUBST([RELOCATABLE_LIBRARY_PATH]) + AC_SUBST([RELOCATABLE_CONFIG_H_DIR]) AC_SUBST([RELOCATABLE_SRC_DIR]) AC_SUBST([RELOCATABLE_BUILD_DIR]) + + dnl Ensure RELOCATABLE_STRIP is defined in Makefiles (at least those + dnl generated by automake), with value ':'. + RELOCATABLE_STRIP=':' + AC_SUBST([RELOCATABLE_STRIP]) ]) dnl Determine the platform dependent parameters needed to use relocatability: