+2006-08-29 Bruno Haible <bruno@clisp.org>
+
+ * modules/localcharset (Depends-on): Add configmake.
+ (Makefile.am): Remove setting of LIBDIR through DEFS.
+
2006-08-29 Paul Eggert <eggert@cs.ucla.edu>
* modules/configmake (Makefile.am): Add a comment, and omit
+2006-08-29 Bruno Haible <bruno@clisp.org>
+
+ * localcharset.c: Include configmake.h in order to get LIBDIR defined.
+
2006-08-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Sync from Libtool:
# define relocate(pathname) (pathname)
#endif
+/* Get LIBDIR. */
+#ifndef LIBDIR
+# include "configmake.h"
+#endif
+
#if defined _WIN32 || defined __WIN32__ || defined __CYGWIN__ || defined __EMX__ || defined __DJGPP__
/* Win32, Cygwin, OS/2, DOS */
# define ISSLASH(C) ((C) == '/' || (C) == '\\')
m4/localcharset.m4
Depends-on:
+configmake
configure.ac:
gl_LOCALCHARSET
Makefile.am:
lib_SOURCES += localcharset.h localcharset.c
EXTRA_DIST += config.charset ref-add.sin ref-del.sin
-DEFS += -DLIBDIR=\"$(libdir)\"
# We need the following in order to install a simple file in $(libdir)
# which is shared with other installed packages. We use a list of referencing