From 330cb93bc946d61825e227b5cac27234be584abb Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Sat, 20 Mar 2010 07:49:44 -0400 Subject: cifs-utils: switch to using autoconf package version Rather than using a hardcoded version string, use the VERSION macro that autoconf provides. This will help make it clear what version is actually being used in bug reports when someone runs "mount.cifs -V" or "cifs.upcall --version". Also, clean up AC_INIT and AM_INIT_AUTOMAKE macros. Signed-off-by: Jeff Layton --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4048549..6951ca4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,12 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([cifs-utils], [4.0], [jlayton@samba.org]) +AC_INIT([cifs-utils], [4.1rc1], [jlayton@samba.org], [cifs-utils], [http://samba.org/linux-cifs/cifs-utils/]) AC_CONFIG_SRCDIR([replace.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) -AM_INIT_AUTOMAKE([cifs-utils], [4.0]) +AM_INIT_AUTOMAKE # "with" options AC_ARG_ENABLE(cifsupcall, -- cgit v1.2.3