From 2f8e3cab9bcc724dfed40bfcd2434fc9a415398e Mon Sep 17 00:00:00 2001 From: dequis Date: Sat, 21 Nov 2015 15:02:10 -0300 Subject: Show ./configure args in bitlbee -V, config.h and Makefile.settings --- conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index ac02f1b1..b249a11b 100644 --- a/conf.c +++ b/conf.c @@ -139,8 +139,8 @@ conf_t *conf_load(int argc, char *argv[]) conf_free(conf); return NULL; } else if (opt == 'V') { - printf("BitlBee %s\nAPI version %06x\n", - BITLBEE_VERSION, BITLBEE_VERSION_CODE); + printf("BitlBee %s\nAPI version %06x\nConfigure args: %s\n", + BITLBEE_VERSION, BITLBEE_VERSION_CODE, BITLBEE_CONFIGURE_ARGS); conf_free(conf); return NULL; } else if (opt == 'u') { -- cgit v1.2.3