From d271d0a329a5b3e99f4ad209b5270a8648739ff0 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Tue, 5 Jan 2010 16:04:57 +0000 Subject: * Rewritten configuration script to create config.h (Jan Kara) * Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara) --- common.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common.c') diff --git a/common.c b/common.c index a039352..69e6178 100644 --- a/common.c +++ b/common.c @@ -7,6 +7,8 @@ * Jani Jaakkola - syslog support */ +#include "config.h" + #include #include #include @@ -119,7 +121,7 @@ char *sstrdup(const char *s) void version(void) { - printf(_("Quota utilities version %s.\n"), QUOTA_VERSION); + printf(_("Quota utilities version %s.\n"), PACKAGE_VERSION); printf(_("Compiled with:%s\n"), COMPILE_OPTS); printf(_("Bugs to %s\n"), MY_EMAIL); } -- cgit v1.2.3