From a95de8a2edef2110df84e1392c86206966330839 Mon Sep 17 00:00:00 2001 From: "Frank H. Ellenberger" Date: Wed, 22 Aug 2012 08:36:15 +0000 Subject: [PATCH] =?UTF-8?q?Add=20info=20about=20usage=20of=20locale-specif?= =?UTF-8?q?ic-tax=20by=20german=20SKR04=20to=20configure.=20Sequitur=20of?= =?UTF-8?q?=20Bug=C2=A0#473349=20/=20r16503=20[BP]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22338 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9f356122a8..1b78655a3b 100644 --- a/configure.ac +++ b/configure.ac @@ -679,7 +679,7 @@ LANGINFO_D_FMT_CHECK dnl Enable locale-specific tax-related information in the accounts AC_ARG_ENABLE( locale-specific-tax, - [AS_HELP_STRING([--enable-locale-specific-tax],[enable localized tax categories (experimental)])], + [AS_HELP_STRING([--enable-locale-specific-tax],[enable localized tax categories (experimental, but used by the german SKR04 account chart)])], AC_DEFINE(LOCALE_SPECIFIC_TAX,1,Enable the experimental locale-specific tax categories) ) dnl Make sure we have a proper gettext installed