forked from bip/bip
1
0
Fork 0

configure.in fix and bip man added

This commit is contained in:
nohar 2005-10-10 12:18:47 +00:00
parent c27294e084
commit 758a80030b
3 changed files with 44 additions and 2 deletions

42
bip.1 Normal file
View File

@ -0,0 +1,42 @@
.TH BIP 1 "6 July 2005"
.SH NAME
bip \- BIP IRC Proxy
.SH SYNOPSIS
\fBbip\fP [ \fB-f\fP \fIconfig_file\fP ] [ \fB-n\fP ] [ \fB-h\fP ]
.SH DESCRIPTION
BIP is an IRC Proxy
.SH OPTIONS
.TP
\fB-n\fP
Don't daemonize. Log into stderr.
.TP
\fB-f\fP config_file
Use config_file as the configuration file.
If no config file is given, bip will try to open ~/.bip/bip.conf.
.TP
\fB-h\fP
Help.
.SH SEE ALSO
bip.conf
.SH COPYRIGHT
Arnaud 'nohar' Cornet
Loïc 'Kyoshiro' Gomez
Thanks to jj, YS and lafouine, for hanging around while we were coding.
Crypto shamelessly taken from Christophe 'sexy' Devine.

2
configure vendored
View File

@ -2910,7 +2910,7 @@ fi
fi
CFLAGS="-O2 -g -W -Wall"
CFLAGS="-O2 -W -Wall"
debug=false
# Check whether --enable-debug or --disable-debug was given.

View File

@ -6,7 +6,7 @@ AC_PROG_INSTALL
AC_PROG_YACC
AM_PROG_LEX
CFLAGS="-O2 -g -W -Wall"
CFLAGS="-O2 -W -Wall"
debug=false
AC_ARG_ENABLE(debug,