Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-selector
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-selector
Commits
c2fe6295
Unverified
Commit
c2fe6295
authored
Apr 28, 2022
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renovate configure.ac
parent
28531f31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
12 deletions
+5
-12
configure.ac
configure.ac
+5
-12
No files found.
configure.ac
View file @
c2fe6295
AC_PREREQ(
2.68
)
AC_COPYRIGHT([Copyright
(c) 2018
UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-selector],
[trunk], [varnish-support@uplex.de],
[vmod-selector])
AC_PREREQ(
[2.69]
)
AC_COPYRIGHT([Copyright
2018-2022
UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-selector],
[trunk],[varnish-support@uplex.de],
[vmod-selector])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_selector.vcc)
A
M_CONFIG_HEADER(config.h
)
AC_CANONICAL_
SYSTEM
A
C_CONFIG_HEADERS([config.h]
)
AC_CANONICAL_
TARGET
AC_LANG(C)
AM_INIT_AUTOMAKE([1.12 -Wall -Werror foreign parallel-tests])
...
...
@@ -14,13 +14,6 @@ AM_PROG_AR
LT_PREREQ([2.2.6])
LT_INIT([dlopen disable-static])
AC_PROG_CC
AC_PROG_CC_STDC
if test "x$ac_cv_prog_cc_c99" = xno; then
AC_MSG_ERROR([Could not find a C99 compatible compiler])
fi
AC_PROG_CPP
AX_PTHREAD(,[AC_MSG_ERROR([Could not configure pthreads support])])
LIBS="$PTHREAD_LIBS $LIBS"
...
...
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