| author | Christophe Grenier <grenier@cgsecurity.org> | 2010-04-27 07:11:27 (GMT) |
|---|---|---|
| committer | Christophe Grenier <grenier@cgsecurity.org> | 2010-04-27 07:11:27 (GMT) |
| commit | 969996230f5c3843b0e3f4098b09bce5d69b9837 (patch) | |
| tree | 5cbae3a37bb744f02910ceb8668ef13a92a117fc | |
| parent | f34e94c3fba7a05c070df6b2faf9cd53dc65d4af (diff) | |
Update TestDisk date, add photorecf
Add Windows Server 2008 and Windows 7 in description
| -rw-r--r-- | configure.ac | 5 | ||||
| -rw-r--r-- | win/readme.txt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f47f956..277533b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.59) AC_INIT([testdisk],[6.12-WIP],[grenier@cgsecurity.org]) sinclude(acx_pthread.m4) -TESTDISKDATE="April 2009" +TESTDISKDATE="April 2010" AC_SUBST(TESTDISKDATE) AC_DEFINE_UNQUOTED([TESTDISKDATE],"$TESTDISKDATE",[Date of release]) AC_CONFIG_AUX_DIR(config) @@ -695,12 +695,15 @@ CFLAGS="$CFLAGS -static" ACX_PTHREAD([enable_threads="pthread"],[enable_threads="no"]) CFLAGS="$SAVE_CFLAGS" +photorecf_LDADD=$photorec_LDADD + AC_SUBST(CFLAGS) AC_SUBST(CXXFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) AC_SUBST(testdisk_LDADD) AC_SUBST(photorec_LDADD) +AC_SUBST(photorecf_LDADD) AC_SUBST(qphotorec_LDADD) AC_SUBST(fidentify_LDADD) AC_CONFIG_FILES([Makefile src/Makefile linux/testdisk.spec doc_src/testdisk.8 doc_src/photorec.8]) diff --git a/win/readme.txt b/win/readme.txt index 4966895..09dd2a3 100644 --- a/win/readme.txt +++ b/win/readme.txt @@ -4,6 +4,8 @@ The Windows version of TestDisk & PhotoRec should work under - Windows XP
- Windows 2003
- Windows Vista
+- Windows Server 2008
+- Windows 7
If you are using an older version of Windows, run the DOS version of TestDisk.
You can download it from http://www.cgsecurity.org/wiki/TestDisk_Download
|
