Skip to content

Commit

Permalink
fix autoconf/build for some systems (works on Ubuntu 8.04 LTS now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Jansen committed Jul 7, 2009
1 parent 29857cc commit 5e8ebff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ install-data-hook:
test -d ${sysconfdir} || \
${INSTALL} -d ${sysconfdir}
test -f ${sysconfdir}/softhsm.conf || \
${INSTALL_DATA} ${builddir}/softhsm.conf ${sysconfdir}
${INSTALL_DATA} ${top_builddir}/softhsm.conf ${sysconfdir}
test -d ${softhsmdbdir} || \
${INSTALL} -d -m 700 ${softhsmdbdir}
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# $Id$

ACLOCAL="aclocal -I../m4"
ACLOCAL="aclocal -I ../m4"
export ACLOCAL

autoreconf --install --force
3 changes: 2 additions & 1 deletion src/bin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in

AM_CPPFLAGS = -I$(srcdir)/../lib \
-I$(srcdir)/../lib/cryptoki
-I$(srcdir)/../lib/cryptoki \
@BOTAN_INCLUDES@

bin_PROGRAMS = softhsm
softhsm_SOURCES = softhsm.cpp softhsm.h
Expand Down

0 comments on commit 5e8ebff

Please sign in to comment.