Skip to content

Commit

Permalink
Applied updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jun 14, 2024
1 parent 2bde498 commit eec93b2
Show file tree
Hide file tree
Showing 17 changed files with 661 additions and 2,368 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
strategy:
matrix:
include:
- architecture: 'x64'
compiler: 'gcc'
configure_options: ''
- architecture: 'x64'
compiler: 'gcc'
configure_options: '--enable-wide-character-type'
Expand Down
2 changes: 1 addition & 1 deletion acinclude.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Checks for required headers and functions
dnl
dnl Version: 20201125
dnl Version: 20240518

dnl Function to detect if libbfio dependencies are available
AC_DEFUN([AX_LIBBFIO_CHECK_LOCAL],
Expand Down
2 changes: 1 addition & 1 deletion common/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AM_CPPFLAGS = \
-I../include -I../include -I$(top_srcdir)/include
-I../include -I$(top_srcdir)/include

EXTRA_DIST = \
byte_stream.h \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.71])

AC_INIT(
[libbfio],
[20240414],
[20240614],
[[email protected]])

AC_CONFIG_SRCDIR(
Expand Down
1 change: 1 addition & 0 deletions libbfio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ features: ["debug_output"]

[library]
description: "Library to support (abstracted) basic file input/output (IO)"
features: ["pthread", "wide_character_type"]
public_types: ["handle", "pool"]

Loading

0 comments on commit eec93b2

Please sign in to comment.