diff options
author | Richard Hughes <richard@hughsie.com> | 2007-01-25 20:59:26 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2007-01-25 20:59:26 +0000 |
commit | 1ff8be70ce1414c71e0a6d0dcc31f367c021471a (patch) | |
tree | 7608ea4c6dd0e14030d244b45e07a22fd8d3be8b /configure.in | |
parent | 5b00f8182312dfa3df7856c9ec330cc5ff28e25f (diff) |
remove the printing from the confstore
Remove the printing from the confstore and add it into a new tool called
lsohm - and export the GetKeys method over DBUS to do this. Needs audit.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 182a34a..e82a2ce 100644 --- a/configure.in +++ b/configure.in @@ -26,6 +26,9 @@ AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal) ALL_LINGUAS="en_GB" AC_SUBST(ALL_LINGUAS) +dnl --------------------------------------------------------------------------- +dnl - gettext stuff +dnl --------------------------------------------------------------------------- AC_DEFINE(GETTEXT_PACKAGE, "AC_PACKAGE_NAME", [foo]) GETTEXT_PACKAGE=AC_PACKAGE_NAME AC_SUBST(GETTEXT_PACKAGE) @@ -301,6 +304,7 @@ po/Makefile.in docs/Makefile docs/index.xml libohm/Makefile +tools/Makefile initscript/Makefile initscript/RedHat/Makefile initscript/Gentoo/Makefile |