Skip to content

Commit

Permalink
Rebuild configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Jun 21, 2014
1 parent 33b0c8a commit 9a65a53
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion configure
Expand Up @@ -19104,6 +19104,11 @@ cat >>confdefs.h <<_ACEOF
_ACEOF


if test x$bindir = x'${exec_prefix}/bin' ; then
bindir=${exec_prefix}/bin
fi
bindir=`eval echo ${bindir}`

if test x$sbindir = x'${exec_prefix}/sbin' ; then
sbindir=${exec_prefix}/sbin
fi
Expand Down Expand Up @@ -34928,7 +34933,8 @@ Configuration on `date`:
Bareos version: ${BAREOS} ${VERSION} (${DATE})
Distribution: ${DISTNAME}
Source code location: ${srcdir}
Install binaries: ${sbindir}
Install binaries: ${bindir}
Install system binaries: ${sbindir}
Install libraries: ${libdir}
Install config files: ${sysconfdir}
Scripts directory: ${scriptdir}
Expand Down

0 comments on commit 9a65a53

Please sign in to comment.