This commit is contained in:
john stone 2013-11-07 04:45:58 +01:00
parent 5e9a659ad7
commit 47b340a57e
3 changed files with 6 additions and 7 deletions

View File

@ -3,11 +3,11 @@
## to provide a way for the user to supply additional arguments.
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
bin_PROGRAMS=sic++
bin_PROGRAMS=siccc
sic++_SOURCES = src/options.c src/sicmain.cc
sic++_CFLAGS =
sic++_LDADD =
siccc_SOURCES = src/options.c src/sicmain.cc
siccc_CFLAGS =
siccc_LDADD =
options.c: options.ggo
options.h: options.ggo

View File

@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE([1.11 foreign -Wall no-define subdir-objects \
parallel-tests])
AC_PROG_CC
dnl AM_PROG_CC_C_O
AM_PROG_CC_C_O
AC_PROG_CXX
PKG_CHECK_MODULES([LIBEVENTSTUFF], [libevent > 2.0.0])

View File

@ -5,7 +5,7 @@ purpose "This is our port of the famous „sharingg is carin“ application by A
args "-C -a sic_conf -f cmd_parser"
option "listen" l "Specifies the adress to bind to" defailt="::1" string required multiple typestr="LIBRARY
option "listen" l "Specifies the adress to bind to" default="::1" string required multiple typestr="LIBRARY
"
option "port" p "The portnumber listened to" default="12380" int
@ -17,4 +17,3 @@ option "verbose" v "increas the verbosity" flag off
option "daemonize" D "Detach from calling terminal" flag off
option "version" V "shows the version and exits" flag off