Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
f9d8efd5
Commit
f9d8efd5
authored
Apr 30, 2012
by
Mukund Sivaraman
Browse files
[master] Put libtool macros in m4macros/
parent
e63005a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
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