summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-05-21 21:11:47 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-05-21 21:11:47 +0000
commitb2585b36d353dd537dcbe08992c2384214d6f103 (patch)
treebf586ea3ea437e64fc22ef7ec18057421fe8b244 /configure.ac
parentcc7449ccd612ed8567e7a8a8574ea6df1d5faa7d (diff)
Prep for for 0.3.0 tag, this is the tag which was used for all
the performance results to date. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@112 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a1b051c0f..af47481b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_INIT
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(spl, 0.2.2)
+AM_INIT_AUTOMAKE(spl, 0.3.0)
AC_CONFIG_HEADERS([config.h])
AC_PROG_INSTALL
@@ -19,7 +19,7 @@ AC_DEFUN([SPL_AC_KERNEL], [
[Path to kernel source]),
[kernelsrc="$withval"; kernelbuild="$withval"])
- AC_ARG_WITH([linux-build],
+ AC_ARG_WITH([linux-obj],
AS_HELP_STRING([--with-linux-obj=PATH],
[Path to kernel build objects]),
[kernelbuild="$withval"])