ngircd-0.10.3のインストール経過(2007.10.9)

zeus:/users/seigi/desktop seigi$ ls

ngircd-0.10.3

zeus:/users/seigi/desktop seigi$ cd ngircd-0.10.3

zeus:/users/seigi/desktop/ngircd-0.10.3 seigi$ sudo ./configure

Password:xxxxxxxxxxx

checking build system type... i386-apple-darwin8.10.1

checking host system type... i386-apple-darwin8.10.1

checking target system type... i386-apple-darwin8.10.1

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for gawk... no

checking for mawk... no

checking for nawk... no

checking for awk... awk

checking whether make sets $(MAKE)... yes

checking for gcc... gcc

checking for C compiler default output file name... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables...

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ANSI C... none needed

checking for style of include used by make... GNU

checking dependency style of gcc... gcc3

checking for gawk... (cached) awk

checking for a BSD-compatible install... /usr/bin/install -c

checking whether ln -s works... yes

checking whether make sets $(MAKE)... (cached) yes

checking for ranlib... ranlib

checking for function prototypes... yes

checking how to run the C preprocessor... gcc -E

checking for egrep... grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking for string.h... (cached) yes

checking for an ANSI C-conforming const... yes

checking for inline... inline

checking whether gcc accepts -fstack-protector... no

checking for ANSI C header files... (cached) yes

checking whether time.h and sys/time.h may both be included... yes

checking for sys/wait.h that is POSIX.1 compatible... yes

checking ctype.h usability... yes

checking ctype.h presence... yes

checking for ctype.h... yes

checking errno.h usability... yes

checking errno.h presence... yes

checking for errno.h... yes

checking fcntl.h usability... yes

checking fcntl.h presence... yes

checking for fcntl.h... yes

checking netdb.h usability... yes

checking netdb.h presence... yes

checking for netdb.h... yes

checking netinet/in.h usability... yes

checking netinet/in.h presence... yes

checking for netinet/in.h... yes

checking for stdlib.h... (cached) yes

checking for string.h... (cached) yes

checking for strings.h... (cached) yes

checking sys/socket.h usability... yes

checking sys/socket.h presence... yes

checking for sys/socket.h... yes

checking sys/time.h usability... yes

checking sys/time.h presence... yes

checking for sys/time.h... yes

checking for unistd.h... (cached) yes

checking arpa/inet.h usability... yes

checking arpa/inet.h presence... yes

checking for arpa/inet.h... yes

checking for ctype.h... (cached) yes

checking malloc.h usability... no

checking malloc.h presence... no

checking for malloc.h... no

checking stdbool.h usability... yes

checking stdbool.h presence... yes

checking for stdbool.h... yes

checking stddef.h usability... yes

checking stddef.h presence... yes

checking for stddef.h... yes

checking varargs.h usability... no

checking varargs.h presence... no

checking for varargs.h... no

checking whether socklen_t exists... yes

checking return type of signal handlers... void

checking for size_t... yes

checking for memmove in -lUTIL... no

checking for bind in -lsocket... no

checking for gethostent in -lnsl... no

checking for pid_t... yes

checking for unistd.h... (cached) yes

checking vfork.h usability... no

checking vfork.h presence... no

checking for vfork.h... no

checking for fork... yes

checking for vfork... yes

checking for working fork... yes

checking for working vfork... (cached) yes

checking for strftime... yes

checking for bind... yes

checking for gethostbyaddr... yes

checking for gethostbyname... yes

checking for gethostname... yes

checking for inet_ntoa... yes

checking for malloc... yes

checking for memmove... yes

checking for memset... yes

checking for realloc... yes

checking for setsid... yes

checking for setsockopt... yes

checking for socket... yes

checking for strcasecmp... yes

checking for strchr... yes

checking for strcspn... yes

checking for strerror... yes

checking for strstr... yes

checking for waitpid... yes

checking for inet_aton... yes

checking for isdigit... yes

checking for sigaction... yes

checking for snprintf... yes

checking for vsnprintf... yes

checking for strdup... yes

checking for strlcpy... yes

checking for strlcat... yes

checking for syslog in -lbe... no

checking for syslog... yes

checking syslog.h usability... yes

checking syslog.h presence... yes

checking for syslog.h... yes

checking for deflate in -lz... yes

checking for deflate... yes

checking zlib.h usability... yes

checking zlib.h presence... yes

checking for zlib.h... yes

checking for select... yes

checking for poll... yes

checking sys/devpoll.h usability... no

checking sys/devpoll.h presence... no

checking for sys/devpoll.h... no

checking for epoll_create... no

checking for kqueue... yes

configure: creating ./config.status

config.status: creating Makefile

config.status: creating doc/Makefile

config.status: creating doc/src/Makefile

config.status: creating src/Makefile

config.status: creating src/portab/Makefile

config.status: creating src/tool/Makefile

config.status: creating src/ngircd/Makefile

config.status: creating src/testsuite/Makefile

config.status: creating man/Makefile

config.status: creating contrib/Makefile

config.status: creating contrib/Debian/Makefile

config.status: creating contrib/MacOSX/Makefile

config.status: creating src/config.h

config.status: executing depfiles commands

ngIRCd 0.10.3 has been configured with the following options:

Target: i386-apple-darwin8.10.1

Compiler: gcc

Compiler flags: -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"$(sysconfdir)"'

Libraries: -lz

'ngircd' binary: /usr/local/sbin

Configuration file: /usr/local/etc

Manual pages: /usr/local/man

Documentation: /usr/local/share/doc/ngircd

Syslog support: yes Enable debug code: no

zlib compression: yes IRC sniffer: no

Use TCP Wrappers: no Strict RFC mode: no

Zeroconf support: no IRC+ protocol: yes

IDENT support: no I/O backend: "kqueue()"

zeus:/users/seigi/desktop/ngircd-0.10.3 seigi$


zeus:/users/seigi/desktop/ngircd-0.10.3 seigi$ sudo make

Making all in doc

Making all in src

make[2]: Nothing to be done for `all'.

make[2]: Nothing to be done for `all-am'.

Making all in src

make all-recursive

Making all in portab

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT strlcpy.o -MD -MP -MF ".deps/strlcpy.Tpo" -c -o strlcpy.o strlcpy.c; \

then mv -f ".deps/strlcpy.Tpo" ".deps/strlcpy.Po"; else rm -f ".deps/strlcpy.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT strdup.o -MD -MP -MF ".deps/strdup.Tpo" -c -o strdup.o strdup.c; \

then mv -f ".deps/strdup.Tpo" ".deps/strdup.Po"; else rm -f ".deps/strdup.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT vsnprintf.o -MD -MP -MF ".deps/vsnprintf.Tpo" -c -o vsnprintf.o vsnprintf.c; \

then mv -f ".deps/vsnprintf.Tpo" ".deps/vsnprintf.Po"; else rm -f ".deps/vsnprintf.Tpo"; exit 1; fi

rm -f libngportab.a

ar cru libngportab.a strlcpy.o strdup.o vsnprintf.o

ranlib libngportab.a

Making all in tool

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT tool.o -MD -MP -MF ".deps/tool.Tpo" -c -o tool.o tool.c; \

then mv -f ".deps/tool.Tpo" ".deps/tool.Po"; else rm -f ".deps/tool.Tpo"; exit 1; fi

rm -f libngtool.a

ar cru libngtool.a tool.o

ranlib libngtool.a

Making all in ngircd

grep VERSION ../config.h | grep "CVS" \

&& echo "#define CVSDATE \"$( grep "\$Id" ./*.c | awk "{ print \$9 }" | sort | tail -1 | sed -e "s/\//-/g" )\"" > cvs-version.new \

|| echo "" > cvs-version.new

diff cvs-version.h cvs-version.new 2>/dev/null \

|| cp cvs-version.new cvs-version.h

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT ngircd.o -MD -MP -MF ".deps/ngircd.Tpo" -c -o ngircd.o ngircd.c; \

then mv -f ".deps/ngircd.Tpo" ".deps/ngircd.Po"; else rm -f ".deps/ngircd.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT array.o -MD -MP -MF ".deps/array.Tpo" -c -o array.o array.c; \

then mv -f ".deps/array.Tpo" ".deps/array.Po"; else rm -f ".deps/array.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT channel.o -MD -MP -MF ".deps/channel.Tpo" -c -o channel.o channel.c; \

then mv -f ".deps/channel.Tpo" ".deps/channel.Po"; else rm -f ".deps/channel.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT client.o -MD -MP -MF ".deps/client.Tpo" -c -o client.o client.c; \

then mv -f ".deps/client.Tpo" ".deps/client.Po"; else rm -f ".deps/client.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT conf.o -MD -MP -MF ".deps/conf.Tpo" -c -o conf.o conf.c; \

then mv -f ".deps/conf.Tpo" ".deps/conf.Po"; else rm -f ".deps/conf.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT conn.o -MD -MP -MF ".deps/conn.Tpo" -c -o conn.o conn.c; \

then mv -f ".deps/conn.Tpo" ".deps/conn.Po"; else rm -f ".deps/conn.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT conn-func.o -MD -MP -MF ".deps/conn-func.Tpo" -c -o conn-func.o conn-func.c; \

then mv -f ".deps/conn-func.Tpo" ".deps/conn-func.Po"; else rm -f ".deps/conn-func.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT conn-zip.o -MD -MP -MF ".deps/conn-zip.Tpo" -c -o conn-zip.o conn-zip.c; \

then mv -f ".deps/conn-zip.Tpo" ".deps/conn-zip.Po"; else rm -f ".deps/conn-zip.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT hash.o -MD -MP -MF ".deps/hash.Tpo" -c -o hash.o hash.c; \

then mv -f ".deps/hash.Tpo" ".deps/hash.Po"; else rm -f ".deps/hash.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT io.o -MD -MP -MF ".deps/io.Tpo" -c -o io.o io.c; \

then mv -f ".deps/io.Tpo" ".deps/io.Po"; else rm -f ".deps/io.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT irc.o -MD -MP -MF ".deps/irc.Tpo" -c -o irc.o irc.c; \

then mv -f ".deps/irc.Tpo" ".deps/irc.Po"; else rm -f ".deps/irc.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT irc-channel.o -MD -MP -MF ".deps/irc-channel.Tpo" -c -o irc-channel.o irc-channel.c; \

then mv -f ".deps/irc-channel.Tpo" ".deps/irc-channel.Po"; else rm -f ".deps/irc-channel.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT irc-info.o -MD -MP -MF ".deps/irc-info.Tpo" -c -o irc-info.o irc-info.c; \

then mv -f ".deps/irc-info.Tpo" ".deps/irc-info.Po"; else rm -f ".deps/irc-info.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT irc-login.o -MD -MP -MF ".deps/irc-login.Tpo" -c -o irc-login.o irc-login.c; \

then mv -f ".deps/irc-login.Tpo" ".deps/irc-login.Po"; else rm -f ".deps/irc-login.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT irc-mode.o -MD -MP -MF ".deps/irc-mode.Tpo" -c -o irc-mode.o irc-mode.c; \

then mv -f ".deps/irc-mode.Tpo" ".deps/irc-mode.Po"; else rm -f ".deps/irc-mode.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT irc-op.o -MD -MP -MF ".deps/irc-op.Tpo" -c -o irc-op.o irc-op.c; \

then mv -f ".deps/irc-op.Tpo" ".deps/irc-op.Po"; else rm -f ".deps/irc-op.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT irc-oper.o -MD -MP -MF ".deps/irc-oper.Tpo" -c -o irc-oper.o irc-oper.c; \

then mv -f ".deps/irc-oper.Tpo" ".deps/irc-oper.Po"; else rm -f ".deps/irc-oper.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT irc-server.o -MD -MP -MF ".deps/irc-server.Tpo" -c -o irc-server.o irc-server.c; \

then mv -f ".deps/irc-server.Tpo" ".deps/irc-server.Po"; else rm -f ".deps/irc-server.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT irc-write.o -MD -MP -MF ".deps/irc-write.Tpo" -c -o irc-write.o irc-write.c; \

then mv -f ".deps/irc-write.Tpo" ".deps/irc-write.Po"; else rm -f ".deps/irc-write.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT lists.o -MD -MP -MF ".deps/lists.Tpo" -c -o lists.o lists.c; \

then mv -f ".deps/lists.Tpo" ".deps/lists.Po"; else rm -f ".deps/lists.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT log.o -MD -MP -MF ".deps/log.Tpo" -c -o log.o log.c; \

then mv -f ".deps/log.Tpo" ".deps/log.Po"; else rm -f ".deps/log.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT match.o -MD -MP -MF ".deps/match.Tpo" -c -o match.o match.c; \

then mv -f ".deps/match.Tpo" ".deps/match.Po"; else rm -f ".deps/match.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT parse.o -MD -MP -MF ".deps/parse.Tpo" -c -o parse.o parse.c; \

then mv -f ".deps/parse.Tpo" ".deps/parse.Po"; else rm -f ".deps/parse.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT rendezvous.o -MD -MP -MF ".deps/rendezvous.Tpo" -c -o rendezvous.o rendezvous.c; \

then mv -f ".deps/rendezvous.Tpo" ".deps/rendezvous.Po"; else rm -f ".deps/rendezvous.Tpo"; exit 1; fi

if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I./../portab -I./../tool -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -MT resolve.o -MD -MP -MF ".deps/resolve.Tpo" -c -o resolve.o resolve.c; \

then mv -f ".deps/resolve.Tpo" ".deps/resolve.Po"; else rm -f ".deps/resolve.Tpo"; exit 1; fi

gcc -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"/usr/local/etc"' -o ngircd -L../portab -L../tool ngircd.o array.o channel.o client.o conf.o conn.o conn-func.o conn-zip.o hash.o io.o irc.o irc-channel.o irc-info.o irc-login.o irc-mode.o irc-op.o irc-oper.o irc-server.o irc-write.o lists.o log.o match.o parse.o rendezvous.o resolve.o -lngportab -lngtool -lz

Making all in testsuite

make[3]: Nothing to be done for `all'.

make[3]: Nothing to be done for `all-am'.

Making all in man

make[1]: Nothing to be done for `all'.

Making all in contrib

Making all in Debian

make[2]: Nothing to be done for `all'.

Making all in MacOSX

make[2]: Nothing to be done for `all'.

make[2]: Nothing to be done for `all-am'.

make[1]: Nothing to be done for `all-am'.

zeus:/users/seigi/desktop/ngircd-0.10.3 seigi$

zeus:/users/seigi/desktop/ngircd-0.10.3 seigi$ sudo make install

Making install in doc

Making install in src

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Nothing to be done for `install-exec-am'.

make install-data-hook

/users/seigi/desktop/ngircd-0.10.3/install-sh -d /usr/local/etc

if [ ! -f /usr/local/etc/ngircd.conf ]; then \

/usr/bin/install -c -m 600 -c ./sample-ngircd.conf /usr/local/etc/ngircd.conf; \

fi

/users/seigi/desktop/ngircd-0.10.3/install-sh -d /usr/local/share/doc/ngircd

for f in CVS.txt FAQ.txt Protocol.txt Platforms.txt README-AUX.txt README-BeOS.txt RFC.txt Zeroconf.txt sample-ngircd.conf ../AUTHORS ../COPYING ../ChangeLog ../INSTALL ../NEWS ../README; do \

/usr/bin/install -c -m 644 -c ./$f /usr/local/share/doc/ngircd/; \

done

Making install in src

Making install in portab

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

Making install in tool

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

Making install in ngircd

grep VERSION ../config.h | grep "CVS" \

&& echo "#define CVSDATE \"$( grep "\$Id" ./*.c | awk "{ print \$9 }" | sort | tail -1 | sed -e "s/\//-/g" )\"" > cvs-version.new \

|| echo "" > cvs-version.new

diff cvs-version.h cvs-version.new 2>/dev/null \

|| cp cvs-version.new cvs-version.h

grep VERSION ../config.h | grep "CVS" \

&& echo "#define CVSDATE \"$( grep "\$Id" ./*.c | awk "{ print \$9 }" | sort | tail -1 | sed -e "s/\//-/g" )\"" > cvs-version.new \

|| echo "" > cvs-version.new

diff cvs-version.h cvs-version.new 2>/dev/null \

|| cp cvs-version.new cvs-version.h

test -z "/usr/local/sbin" || /users/seigi/desktop/ngircd-0.10.3/install-sh -d "/usr/local/sbin"

/usr/bin/install -c 'ngircd' '/usr/local/sbin/ngircd'

make[3]: Nothing to be done for `install-data-am'.

Making install in testsuite

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

Making install in man

make[2]: Nothing to be done for `install-exec-am'.

test -z "/usr/local/man/man5" || /users/seigi/desktop/ngircd-0.10.3/install-sh -d "/usr/local/man/man5"

/usr/bin/install -c -m 644 './ngircd.conf.5' '/usr/local/man/man5/ngircd.conf.5'

test -z "/usr/local/man/man8" || /users/seigi/desktop/ngircd-0.10.3/install-sh -d "/usr/local/man/man8"

/usr/bin/install -c -m 644 './ngircd.8' '/usr/local/man/man8/ngircd.8'

Making install in contrib

Making install in Debian

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

Making install in MacOSX

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[2]: Nothing to be done for `install-exec-am'.

make[2]: Nothing to be done for `install-data-am'.

zeus:/users/seigi/desktop/ngircd-0.10.3 seigi$