[glom] configure.ac: Add a TODO comment.



commit 18fdb0a42d310fc8f1e739f423ef7269353e7512
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Mar 17 09:52:55 2016 +0100

    configure.ac: Add a TODO comment.

 configure.ac |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5bf6c38..50bdc80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,6 +71,10 @@ AM_GNU_GETTEXT_VERSION([0.17])
 AC_SUBST([GETTEXT_PACKAGE], [glom])
 AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [Define to the gettext package name.])
 
+# TODO: Make this work, so we have GLOM_LOCALEDIR in config.h,
+# instead of defining it via -D in the Makefile.am:
+# AC_DEFINE([GLOM_LOCALEDIR], [$localedir], [The location of the gettext catalogs as defined by intltool.])
+
 # Linking with libdl isn't needed on various non-Linux platforms,
 # eventhough they do provide dlopen(3).
 AC_CHECK_LIB([dl], [dlopen], AC_SUBST([DL_LIB], ["-ldl"]))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]