Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elbestream
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
misc
elbestream
Commits
c9e7718d
Unverified
Commit
c9e7718d
authored
Jan 11, 2024
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update configure.ac
parent
b94b4c72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
configure.ac
configure.ac
+4
-5
No files found.
configure.ac
View file @
c9e7718d
AC_PREREQ(
2.68
)
AC_PREREQ(
[2.69]
)
AC_COPYRIGHT([Copyright 2021 UPLEX - Nils Goroll Systemoptimierung])
AC_COPYRIGHT([Copyright 2021 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([elbestream],
[trunk], [varnish-support@uplex.de],
[elbestream])
AC_INIT([elbestream],
[trunk],[varnish-support@uplex.de],
[elbestream])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(elbestream.c)
AC_CONFIG_SRCDIR(elbestream.c)
A
M_CONFIG_HEADER
(config.h)
A
C_CONFIG_HEADERS
(config.h)
AC_CANONICAL_
SYSTEM
AC_CANONICAL_
TARGET
AC_LANG(C)
AC_LANG(C)
AM_INIT_AUTOMAKE([1.12 -Wall -Werror foreign parallel-tests])
AM_INIT_AUTOMAKE([1.12 -Wall -Werror foreign parallel-tests])
AM_SILENT_RULES([yes])
AM_SILENT_RULES([yes])
AC_PROG_CC
AC_PROG_CC
AC_PROG_CC_STDC
if test "x$ac_cv_prog_cc_c99" = xno; then
if test "x$ac_cv_prog_cc_c99" = xno; then
AC_MSG_ERROR([Could not find a C99 compatible compiler])
AC_MSG_ERROR([Could not find a C99 compatible compiler])
fi
fi
...
...
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