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
5818b4b1
Commit
5818b4b1
authored
Nov 19, 2015
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac update
parent
6ea7fd2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
configure.ac
configure.ac
+7
-6
No files found.
configure.ac
View file @
5818b4b1
AC_INIT([libdvbpsi], [2.0.0-git])
AC_PREREQ([2.
50
])
AC_PREREQ([2.
65
])
AC_CONFIG_AUX_DIR([.auto])
AC_CANONICAL_SYSTEM
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR([src/dvbpsi.c])
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
dnl AC_CANONICAL_HOST
AC_PROG_CC
AC_
STDC_HEADERS
AC_
HEADER_STDC
AC_C_INLINE
AM_PROG_CC_C_O
AC_LIBTOOL_WIN32_DLL
dnl
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
LT_INIT([win32-dll])
dnl store CFLAGS from user
CFLAGS_save="${CFLAGS}"
...
...
@@ -147,7 +148,7 @@ fi
dnl
dnl Generate Makefiles and other output files
dnl
AC_
OUTPUT
([Makefile
AC_
CONFIG_FILES
([Makefile
src/Makefile
examples/Makefile
examples/dvbinfo/Makefile
...
...
@@ -155,7 +156,7 @@ AC_OUTPUT([Makefile
doc/Makefile
libdvbpsi.pc
libdvbpsi.spec])
AC_OUTPUT
echo "
libdvbpsi configuration
-----------------------
...
...
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