Skip to content

Commit

Permalink
configure: Make summary text more helpful, inform about paths
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Mar 11, 2019
1 parent 2e73ec3 commit 48b2290
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ cat <<EOF

------------------ Summary ------------------
$PACKAGE_NAME version $PACKAGE_VERSION
prefix................: $prefix
sysconfdir............: `eval echo $sysconfdir`
runstatedir...........: `eval echo $runstatedir`
localstatedir.........: `eval echo $localstatedir`
Install prefix........: $prefix
Configuration file....: `eval echo $sysconfdir`/mrouted.conf
PID and .sock files...: `eval echo $runstatedir`/
Generation ID.........: `eval echo $localstatedir`/mrouted.genid
C Compiler............: $CC $CFLAGS $CPPFLAGS $LDFLAGS $LIBS

Optional features:
Expand Down

0 comments on commit 48b2290

Please sign in to comment.