summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-08-16 16:46:29 +0000
committerStef Walter <stef@thewalter.net>2004-08-16 16:46:29 +0000
commit880e7364a7b9e73ab2193e02ffa92af5b8647083 (patch)
treed931a800d4769fc1252149afebe47fc5e2d73008 /configure.in
parent79896ee5a3fea2c3c32ffff0bcc6f0e17c424516 (diff)
- Don't exit on error reading source disk
- Don't try to map sectors when no MFT loaded
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c22dc1e..d4d8b1e 100644
--- a/configure.in
+++ b/configure.in
@@ -36,8 +36,8 @@ dnl Nate Nielsen <nielsen@memberwebs.com>
dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(scrounge-ntfs, 0.8.5, nielsen@memberwebs.com)
-AM_INIT_AUTOMAKE(scrounge-ntfs, 0.8.5)
+AC_INIT(scrounge-ntfs, 0.8.5c, nielsen@memberwebs.com)
+AM_INIT_AUTOMAKE(scrounge-ntfs, 0.8.5c)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include"