From 4bdb9ec7e9462e8fd242d434d09fdbb67590dd92 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Tue, 9 Feb 2010 14:33:13 -0500 Subject: autoconf: fix "quoting" around macro args in configure.ac 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 723eeff..4ce490b 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.1, jlayton@samba.org) +AC_INIT([cifs-utils], [4.0], [jlayton@samba.org]) AC_CONFIG_SRCDIR([replace.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) -AM_INIT_AUTOMAKE(cifs-utils, 0.1) +AM_INIT_AUTOMAKE([cifs-utils], [4.0]) # Checks for programs. AC_PROG_CC -- cgit v1.2.3