+2003-06-22 Bruno Haible <bruno@clisp.org>
+
+ * relocatable.c (compute_curr_prefix): Comment out this function in
+ the case when it is not used.
+ Reported by Pavel Roskin <proski@gnu.org>.
+
2003-06-22 Bruno Haible <bruno@clisp.org>
* gettextP.h: Undefine _INTL_REDIRECT_INLINE, _INTL_REDIRECT_MACROS,
#endif
}
+#if !defined IN_LIBRARY || (defined PIC && defined INSTALLDIR)
+
/* Convenience function:
Computes the current installation prefix, based on the original
installation prefix, the original installation directory of a particular
}
}
+#endif /* !IN_LIBRARY || PIC */
+
#if defined PIC && defined INSTALLDIR
/* Full pathname of shared library, or NULL. */
+2003-06-22 Bruno Haible <bruno@clisp.org>
+
+ * relocatable.c (compute_curr_prefix): Comment out this function in
+ the case when it is not used.
+ Reported by Pavel Roskin <proski@gnu.org>.
+
2003-06-13 Bruno Haible <bruno@clisp.org>
* wait-process.h (wait_subprocess): Add null_stderr argument.
#endif
}
+#if !defined IN_LIBRARY || (defined PIC && defined INSTALLDIR)
+
/* Convenience function:
Computes the current installation prefix, based on the original
installation prefix, the original installation directory of a particular
}
}
+#endif /* !IN_LIBRARY || PIC */
+
#if defined PIC && defined INSTALLDIR
/* Full pathname of shared library, or NULL. */