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 --- setquota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setquota.c') diff --git a/setquota.c b/setquota.c index cc5fee8..51d7b3c 100644 --- a/setquota.c +++ b/setquota.c @@ -76,7 +76,7 @@ static void usage(void) -T, --edit-times edit grace times for user/group\n\ -h, --help display this help text and exit\n\ -V, --version display version information and exit\n\n"), stderr); - fprintf(stderr, _("Bugs to: %s\n"), MY_EMAIL); + fprintf(stderr, _("Bugs to: %s\n"), PACKAGE_BUGREPORT); exit(1); } -- cgit v1.2.3