External Documentation:
-See the file Manual.pdf for the programmer's manual and tutorial. This manual
-is also available at http://web.eecs.utk.edu/~plank/plank/papers/UT-EECS-14-721.html.
+See the file Manual.pdf for the programmer's manual and tutorial.
-See https://bitbucket.org/jimplank/gf-complete for GF-Complete.
+See https://jerasure.org/jerasure/gf-complete for GF-Complete.
NOTE: You must have GF-Complete installed (or compiled) in order to use Jerasure 2.0.
AC_PREREQ([2.65])
AC_INIT([Jerasure], [2.0], [], [],
- [https://bitbucket.org/jimplank/jerasure])
+ [https://jerasure.org/jerasure/jerasure])
AC_CONFIG_SRCDIR([src/jerasure.c])
AC_CONFIG_HEADERS([include/config.h])
AC_CHECK_LIB([gf_complete], [gf_init_easy], [],
[AC_MSG_FAILURE(
[You need to have gf_complete installed.
- gf_complete is available from http://web.eecs.utk.edu/~plank/plank/papers/CS-13-703.html])
+ gf_complete is available from http://jerasure.org/jerasure/gf-complete])
])
# Checks for header files.