configure.in fix and bip man added
This commit is contained in:
parent
c27294e084
commit
758a80030b
42
bip.1
Normal file
42
bip.1
Normal 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
2
configure
vendored
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user