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
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian Schrader
Kea
Commits
f70d352d
Commit
f70d352d
authored
Feb 01, 2011
by
Stephen Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[trac438] Fix problems in configure.ac and a Makefile.am
parent
6c8cd2a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
configure.ac
configure.ac
+3
-3
src/lib/log/Makefile.am
src/lib/log/Makefile.am
+1
-0
No files found.
configure.ac
View file @
f70d352d
...
...
@@ -336,7 +336,7 @@ AC_ARG_WITH([log4cxx],
[specify directory where log4cxx is installed]),
[
log4cxx_include_path="${withval}/include";
log4cxx_lib
_path="${$
withval}/lib"
log4cxx_lib
rary_path="${
withval}/lib"
])
# If not specified, try some common paths. These default to
...
...
@@ -348,7 +348,7 @@ if test -z "$with_log4cxx"; then
do
if test -d $d/include/log4cxx; then
log4cxx_include_path=$d/include
log4cxx_library_path=$d/lib
log4cxx_library_path=$d/lib
break
fi
done
...
...
@@ -365,7 +365,7 @@ AC_SUBST(LOG4CXX_INCLUDES)
LOG4CXX_LDFLAGS="-llog4cxx";
if test "${log4cxx_library_path}"; then
LOG4CXX_LDFLAGS="-L{log4cxx_library_path} -llog4cxx"
LOG4CXX_LDFLAGS="-L
$
{log4cxx_library_path} -llog4cxx"
fi
AC_SUBST(LOG4CXX_LDFLAGS)
...
...
src/lib/log/Makefile.am
View file @
f70d352d
...
...
@@ -2,6 +2,7 @@ SUBDIRS = . compiler tests
AM_CPPFLAGS
=
-I
$(top_builddir)
/src/lib
-I
$(top_srcdir)
/src/lib
AM_CPPFLAGS
+=
$(BOOST_INCLUDES)
AM_CPPFLAGS
+=
$(LOG4CXX_INCLUDES)
AM_CPPFLAGS
+=
-I
$(top_srcdir)
/src/lib/log
-I
$(top_builddir)
/src/lib/log
CLEANFILES
=
*
.gcno
*
.gcda
...
...
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