diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-02-08 13:15:57 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2010-02-08 13:15:57 -0500 |
commit | 31660194c286a42de19a11466b7f311036e8866a (patch) | |
tree | bd292c8ccbff6f993cd026239b47050087c5e8b5 /configure.ac | |
parent | 729dbdf1b4e696dcb2e718c3b10db913d06d1bc7 (diff) | |
download | cifs-utils-31660194c286a42de19a11466b7f311036e8866a.tar.gz cifs-utils-31660194c286a42de19a11466b7f311036e8866a.tar.bz2 cifs-utils-31660194c286a42de19a11466b7f311036e8866a.zip |
cifs.upcall: include util.h
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3e4c50d..723eeff 100644 --- a/configure.ac +++ b/configure.ac @@ -2,12 +2,12 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT(cifs-utils, 0.5, jlayton@samba.org) +AC_INIT(cifs-utils, 0.1, jlayton@samba.org) AC_CONFIG_SRCDIR([replace.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) -AM_INIT_AUTOMAKE(cifs-utils, 0.5) +AM_INIT_AUTOMAKE(cifs-utils, 0.1) # Checks for programs. AC_PROG_CC |