Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libdvbpsi
Commits
b7e4b152
Commit
b7e4b152
authored
Mar 26, 2015
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac: update
parent
7763edaa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
configure.ac
configure.ac
+6
-5
No files found.
configure.ac
View file @
b7e4b152
AC_INIT(
libdvbpsi, 1.3.0
)
AC_INIT(
[libdvbpsi], [1.3.0]
)
AC_PREREQ(
2.50
)
AC_CONFIG_AUX_DIR(
.auto
)
AC_PREREQ(
[2.50]
)
AC_CONFIG_AUX_DIR(
[.auto]
)
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([src/dvbpsi.c])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS(config.h)
...
...
@@ -85,10 +86,10 @@ dnl compile feature tests
CFLAGS="${CFLAGS_save} ${CFLAGS_dist}"
dnl Check for headers
AC_CHECK_HEADERS(
stdbool.h stdint.h inttypes.h getopt.h strings.h sys/time.h
)
AC_CHECK_HEADERS(
[stdbool.h stdint.h inttypes.h getopt.h strings.h sys/time.h]
)
dnl AC_CHECK_FUNCS([gettimeofday])
AC_CHECK_HEADERS(
sys/socket.h
, [ac_have_sys_socket_h=yes])
AC_CHECK_HEADERS(
[sys/socket.h]
, [ac_have_sys_socket_h=yes])
AM_CONDITIONAL(HAVE_SYS_SOCKET_H, test "${ac_have_sys_socket_h}" = "yes")
AC_CHECK_HEADERS([net/if.h], [], [],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment