]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Better integration with gnulib.
authorBruno Haible <bruno@clisp.org>
Tue, 29 Aug 2006 15:46:04 +0000 (15:46 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:58 +0000 (12:13 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/localcharset.c

index 1a10fd5fdac44d332f62782176e4e5626ab3782b..cf81144e490fec605a1fea4de8edc5cabec0b4a9 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-29  Bruno Haible  <bruno@clisp.org>
+
+       * localcharset.c: Include configmake.h in order to get LIBDIR defined.
+
 2006-08-18  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
        * Makefile.in (MKDIR_P): New variable. Needed by $(mkdir_p) with
index 18b627dd51d245c6def7feec26548e6727a9c1ab..4f5e4ea412df49233e08758ff15a03b38e6287d3 100644 (file)
 # 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) == '\\')