summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands/buildinfo.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-12-21 14:23:47 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-12-21 14:26:04 +0100
commitb28cc5d5451109a370816bc84510b37209833fbd (patch)
treee77e31983f5b67ae096d66a3e5635ac6f1bd60e3 /eurephiadm/commands/buildinfo.c
parente4ea19989e97fbecd1b22997cadb8fc5f54ade4a (diff)
downloadeurephia-b28cc5d5451109a370816bc84510b37209833fbd.tar.gz
eurephia-b28cc5d5451109a370816bc84510b37209833fbd.tar.xz
eurephia-b28cc5d5451109a370816bc84510b37209833fbd.zip
Added ./configure information to eurephiadm buildinfo
This is to help debugging even further, to be able to reproduce as similar builds as possible. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'eurephiadm/commands/buildinfo.c')
-rw-r--r--eurephiadm/commands/buildinfo.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/eurephiadm/commands/buildinfo.c b/eurephiadm/commands/buildinfo.c
index fa7b065..16c882a 100644
--- a/eurephiadm/commands/buildinfo.c
+++ b/eurephiadm/commands/buildinfo.c
@@ -79,7 +79,9 @@ int cmd_BuildInfo(eurephiaCTX *ctx, eurephiaSESSION *sess, eurephiaVALUES *cfg,
" Source base: " BUILDSOURCE "\n"
" Build date: " BUILDDATE "\n"
" Build host: " BUILDHOST "\n"
- " System info: " BUILDSYSTEM "\n");
+ " System info: " BUILDSYSTEM "\n"
+ " Configure: " BUILDCONFIGURE "\n");
+
#ifdef BUILDBRANCH
printf("\n * git information *\n");
printf(" repo dir: " GITDIR "\n"