-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applied updates and changes for deployment
- Loading branch information
1 parent
832e019
commit 5764671
Showing
12 changed files
with
21 additions
and
631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,6 @@ SUBDIRS = \ | |
ewftools \ | ||
ewf.net \ | ||
pyewf \ | ||
pyewf-python2 \ | ||
pyewf-python3 \ | ||
po \ | ||
manuals \ | ||
tests \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ AC_PREREQ([2.71]) | |
|
||
AC_INIT( | ||
[libewf], | ||
[20231119], | ||
[20231120], | ||
[[email protected]]) | ||
|
||
AC_CONFIG_SRCDIR( | ||
|
@@ -161,7 +161,7 @@ dnl Check if libewf Python bindings (pyewf) required headers and functions are a | |
AX_PYTHON_CHECK_ENABLE | ||
|
||
AS_IF( | ||
[test "x${ac_cv_enable_python}" != xno || test "x${ac_cv_enable_python2}" != xno || test "x${ac_cv_enable_python3}" != xno], | ||
[test "x${ac_cv_enable_python}" != xno], | ||
[dnl Headers included in pyewf/pyewf_error.c | ||
AC_CHECK_HEADERS([stdarg.h varargs.h]) | ||
|
@@ -250,8 +250,6 @@ AC_CONFIG_FILES([libhmac/Makefile]) | |
AC_CONFIG_FILES([libcaes/Makefile]) | ||
AC_CONFIG_FILES([libewf/Makefile]) | ||
AC_CONFIG_FILES([pyewf/Makefile]) | ||
AC_CONFIG_FILES([pyewf-python2/Makefile]) | ||
AC_CONFIG_FILES([pyewf-python3/Makefile]) | ||
AC_CONFIG_FILES([ewf.net/Makefile]) | ||
AC_CONFIG_FILES([libodraw/Makefile]) | ||
AC_CONFIG_FILES([libsmdev/Makefile]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.