Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dhcp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
69
Issues
69
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
ISC Open Source Projects
dhcp
Commits
198563e4
Commit
198563e4
authored
Jan 07, 2016
by
Thomas Markwalder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] Updated auto-generated files after merging rt40371
parent
59e2c16f
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
54 additions
and
0 deletions
+54
-0
Makefile.in
Makefile.in
+1
-0
client/Makefile.in
client/Makefile.in
+1
-0
common/Makefile.in
common/Makefile.in
+1
-0
common/tests/Makefile.in
common/tests/Makefile.in
+1
-0
configure
configure
+41
-0
dhcpctl/Makefile.in
dhcpctl/Makefile.in
+1
-0
dst/Makefile.in
dst/Makefile.in
+1
-0
includes/Makefile.in
includes/Makefile.in
+1
-0
minires/Makefile.in
minires/Makefile.in
+1
-0
omapip/Makefile.in
omapip/Makefile.in
+1
-0
relay/Makefile.in
relay/Makefile.in
+1
-0
server/Makefile.in
server/Makefile.in
+1
-0
server/tests/Makefile.in
server/tests/Makefile.in
+1
-0
tests/Makefile.in
tests/Makefile.in
+1
-0
No files found.
Makefile.in
View file @
198563e4
...
...
@@ -323,6 +323,7 @@ mandir = @mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
pkgcfg_found
=
@pkgcfg_found@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
...
...
client/Makefile.in
View file @
198563e4
...
...
@@ -288,6 +288,7 @@ mandir = @mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
pkgcfg_found
=
@pkgcfg_found@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
...
...
common/Makefile.in
View file @
198563e4
...
...
@@ -337,6 +337,7 @@ mandir = @mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
pkgcfg_found
=
@pkgcfg_found@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
...
...
common/tests/Makefile.in
View file @
198563e4
...
...
@@ -313,6 +313,7 @@ mandir = @mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
pkgcfg_found
=
@pkgcfg_found@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
...
...
configure
View file @
198563e4
...
...
@@ -631,6 +631,7 @@ HAVE_ATF_TRUE
ATF_BIN
ATF_LDFLAGS
ATF_CFLAGS
pkgcfg_found
byte_order
RANLIB
EGREP
...
...
@@ -5452,6 +5453,46 @@ if test "$atf_path" != "no" ; then
if
test
"
$atf_pcp
"
=
""
;
then
as_fn_error
$?
"Unable to find atf files in location specified"
"
$LINENO
"
5
else
# Extract the first word of "pkg-config", so it can be a program name with args.
set
dummy pkg-config
;
ac_word
=
$2
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for
$ac_word
"
>
&5
$as_echo_n
"checking for
$ac_word
... "
>
&6
;
}
if
${
ac_cv_prog_pkgcfg_found
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
if
test
-n
"
$pkgcfg_found
"
;
then
ac_cv_prog_pkgcfg_found
=
"
$pkgcfg_found
"
# Let the user override the test.
else
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
for
as_dir
in
$PATH
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_pkgcfg_found
=
"pkg-config"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
fi
done
done
IFS
=
$as_save_IFS
fi
fi
pkgcfg_found
=
$ac_cv_prog_pkgcfg_found
if
test
-n
"
$pkgcfg_found
"
;
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$pkgcfg_found
"
>
&5
$as_echo
"
$pkgcfg_found
"
>
&6
;
}
else
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: no"
>
&5
$as_echo
"no"
>
&6
;
}
fi
if
test
"
$pkgcfg_found
"
=
""
;
then
as_fn_error
$?
"Could not locate ATF, pkg-config not installed"
"
$LINENO
"
5
fi
ATF_CFLAGS
=
"
`
PKG_CONFIG_PATH
=
$atf_pcp
pkg-config
--cflags
atf-c
`
-DUNIT_TEST"
ATF_LDFLAGS
=
"
`
PKG_CONFIG_PATH
=
$atf_pcp
pkg-config
--libs
atf-c
`
"
if
test
-f
$atf_pcp
/atf-sh.pc
;
then
...
...
dhcpctl/Makefile.in
View file @
198563e4
...
...
@@ -303,6 +303,7 @@ mandir = @mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
pkgcfg_found
=
@pkgcfg_found@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
...
...
dst/Makefile.in
View file @
198563e4
...
...
@@ -286,6 +286,7 @@ mandir = @mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
pkgcfg_found
=
@pkgcfg_found@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
...
...
includes/Makefile.in
View file @
198563e4
...
...
@@ -260,6 +260,7 @@ mandir = @mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
pkgcfg_found
=
@pkgcfg_found@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
...
...
minires/Makefile.in
View file @
198563e4
...
...
@@ -261,6 +261,7 @@ mandir = @mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
pkgcfg_found
=
@pkgcfg_found@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
...
...
omapip/Makefile.in
View file @
198563e4
...
...
@@ -300,6 +300,7 @@ mandir = @mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
pkgcfg_found
=
@pkgcfg_found@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
...
...
relay/Makefile.in
View file @
198563e4
...
...
@@ -282,6 +282,7 @@ mandir = @mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
pkgcfg_found
=
@pkgcfg_found@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
...
...
server/Makefile.in
View file @
198563e4
...
...
@@ -334,6 +334,7 @@ mandir = @mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
pkgcfg_found
=
@pkgcfg_found@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
...
...
server/tests/Makefile.in
View file @
198563e4
...
...
@@ -346,6 +346,7 @@ mandir = @mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
pkgcfg_found
=
@pkgcfg_found@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
...
...
tests/Makefile.in
View file @
198563e4
...
...
@@ -255,6 +255,7 @@ mandir = @mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
pkgcfg_found
=
@pkgcfg_found@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
...
...
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