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
de964f22
Commit
de964f22
authored
Jan 29, 2018
by
Thomas Markwalder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] Add m4/README to distribution tarball to avoid ac_local() fails
Merges in rt47075.
parent
075a2f45
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
Makefile.am
Makefile.am
+2
-1
Makefile.in
Makefile.in
+1
-1
RELNOTES
RELNOTES
+6
-0
m4/README
m4/README
+2
-0
No files found.
Makefile.am
View file @
de964f22
...
...
@@ -29,7 +29,8 @@ EXTRA_DIST = RELNOTES LICENSE configure.ac+lt config+lt \
doc/devel/debug.dox doc/devel/isc-logo.jpg doc/devel/libtool.dox
\
doc/devel/mainpage.dox doc/devel/omapi.dox doc/devel/qa.dox
\
client/tests/Atffile common/tests/Atffile server/tests/Atffile
\
client/tests/Kyuafile common/tests/Kyuafile server/tests/Kyuafile
client/tests/Kyuafile common/tests/Kyuafile server/tests/Kyuafile
\
m4/README
if
HAVE_BINDDIR
EXTRA_DIST
+=
bind
/Makefile.in
bind
/bind.tar.gz
bind
/version.tmp
...
...
Makefile.in
View file @
de964f22
...
...
@@ -385,7 +385,7 @@ EXTRA_DIST = RELNOTES LICENSE configure.ac+lt config+lt \
doc/devel/mainpage.dox doc/devel/omapi.dox doc/devel/qa.dox
\
client/tests/Atffile common/tests/Atffile server/tests/Atffile
\
client/tests/Kyuafile common/tests/Kyuafile
\
server/tests/Kyuafile
$(am__append_1)
server/tests/Kyuafile
m4/README
$(am__append_1)
# Use an autoconf substitution vs an automake conditional here
# to fool automake when the bind directory does not exist.
...
...
RELNOTES
View file @
de964f22
...
...
@@ -122,6 +122,12 @@ by Eric Young (eay@cryptsoft.com).
was
causing
BIND9
build
to
not
generate
dns
/
enumclass
.
h
and
dns
/
enumtype
.
h
.
[
ISC
-
Bugs
#
46971
]
-
Added
<
dhcp
>/
m4
/
README
to
the
distribution
tarball
.
Some
versions
of
ac_local
()
treat
the
absence
of
the
m4
subdirectory
as
error
rather
than
warning
.
This
was
causing
the
call
to
autoreconf
,
necessary
for
building
with
libtool
,
to
fail
.
[
ISC
-
Bugs
#
47075
]
Changes
since
4.4.0
a1
(
New
Features
)
-
Added
experimental
support
for
relay
port
(
draft
-
ietf
-
dhc
-
relay
-
port
-
10.
txt
)
...
...
m4/README
0 → 100644
View file @
de964f22
Currently we have no m4 macros. This directory is here to accommodate
some versions of ac_local() which treat its absence as an error.
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