From bab3fa397dd3f6c932a272cedde79d175c667910 Mon Sep 17 00:00:00 2001 From: Tomáš Chvátal Date: Mon, 1 Dec 2014 14:21:06 +0100 Subject: Create new autotools buildsystem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reflect what was done before and try to mimic it Remove ChangeLog, now autogenerated for dist target Remove confusing gettext README and try to add new approach for translations [JK: Fixed build without RPC support] Signed-off-by: Tomáš Chvátal Signed-off-by: Jan Kara --- common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.c') diff --git a/common.c b/common.c index 69e6178..8f87202 100644 --- a/common.c +++ b/common.c @@ -123,5 +123,5 @@ void version(void) { printf(_("Quota utilities version %s.\n"), PACKAGE_VERSION); printf(_("Compiled with:%s\n"), COMPILE_OPTS); - printf(_("Bugs to %s\n"), MY_EMAIL); + printf(_("Bugs to %s\n"), PACKAGE_BUGREPORT); } -- cgit v1.2.3