summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoryorhel <yorhel@ce56bc8d-f834-0410-b703-f827bd498a76>2007-07-21 13:55:51 +0000
committeryorhel <yorhel@ce56bc8d-f834-0410-b703-f827bd498a76>2007-07-21 13:55:51 +0000
commit3fddf6f09b0785d362f48be6e1675a76534002d5 (patch)
tree94f6875f5d88420637bc0262b11453d9355cb213 /configure.in
parent4de245f29be7558cf3dd4c68e038ff6c48b2de26 (diff)
Added exclude option and increased version numer
git-svn-id: svn://blicky.net/ncdu/trunk@3 ce56bc8d-f834-0410-b703-f827bd498a76
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c499ba5..f39ce29 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,7 @@
-AC_INIT(ncdu, 1.1, projects@yorhel.nl)
+AC_INIT(ncdu, 1.2, projects@yorhel.nl)
AC_CONFIG_SRCDIR([src/ncdu.h])
AC_CONFIG_HEADER([config.h])
-AC_PREFIX_DEFAULT(/usr)
AM_INIT_AUTOMAKE
# Checks for programs.