Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
Kea
Commits
f9d8efd5
Commit
f9d8efd5
authored
Apr 30, 2012
by
Mukund Sivaraman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] Put libtool macros in m4macros/
parent
e63005a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
Makefile.am
Makefile.am
+4
-0
configure.ac
configure.ac
+1
-0
m4macros/.gitignore
m4macros/.gitignore
+5
-0
No files found.
Makefile.am
View file @
f9d8efd5
ACLOCAL_AMFLAGS
=
-I
m4macros
${ACLOCAL_FLAGS}
# ^^^^^^^^ This has to be the first line and cannot come later in this
# Makefile.am due to some bork in some versions of autotools.
SUBDIRS
=
compatcheck doc src tests
USE_LCOV
=
@USE_LCOV@
LCOV
=
@LCOV@
...
...
configure.ac
View file @
f9d8efd5
...
...
@@ -7,6 +7,7 @@ AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4macros])
# Checks for programs.
AC_PROG_CXX
...
...
m4macros/.gitignore
0 → 100644
View file @
f9d8efd5
libtool.m4
lt~obsolete.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
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