cifs-utils: switch to using autoconf package version
authorJeff Layton <jlayton@redhat.com>
Sat, 20 Mar 2010 11:49:44 +0000 (07:49 -0400)
committerJeff Layton <jlayton@redhat.com>
Sat, 20 Mar 2010 11:49:44 +0000 (07:49 -0400)
commit330cb93bc946d61825e227b5cac27234be584abb
tree214d55c34cebd4af67894e0c0fa595c0bf47e244
parent4d8902296bbb8d877bdfe70847a9a29b6cb21186
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 <jlayton@redhat.com>
cifs.upcall.c
configure.ac
mount.cifs.c