Script started on Thu Jul 20 18:02:44 1995
root:cfengine-1.1.2# sh -x bin/Configure
+ lookfor uname
+ IFS= 	

+ ac_save_ifs= 	

+ IFS= 	
:
+ test -x /usr/local/sbin/uname
+ test -x /usr/local/bin/uname
+ test -x /usr/sbin/uname
+ test -x /usr/bin/uname
+ test -x /sbin/uname
+ test -x /bin/uname
+ return 0
+ echo 

++ uname -s
+ linux
+ [ ! -f /usr/lib/libfl.a ]
++ nm /usr/lib/libc.a
++ /usr/bin/grep netgr
+ U _endnetgrent U _getnetgrent U _setnetgrent getnetgrent.o 00000050 T _endnetgrent 000000a0 T _getnetgrent 00000130 T _innetgr 00000000 T _setnetgrent U _endnetgrent U _getnetgrent U _setnetgrent U _innetgr U _endnetgrent U _getnetgrent U _setnetgrent
bin/Configure: U: command not found
+ echo libc doesn't contain netgroup support. Compiling without.
libc doesn't contain netgroup support. Compiling without.
+ CFLAGS=-DLINUX -DNO_NETGR -O -w 
+ TYPE=LINUX
+ MAKE=/usr/bin/make
+ LDFLAGS=
+ echo 

+ [ 0 -eq 1 ]
+ prefix=/usr/local
+ execprefix=${prefix}
+ bindir=${prefix}/bin
++ pwd
+ srcdir=/mnt/i/packages/work/0.93/cfengine-1.1.2/cfengine-1.1.2/src
++ pwd
+ docdir=/mnt/i/packages/work/0.93/cfengine-1.1.2/cfengine-1.1.2/doc
+ echo System type is LINUX
System type is LINUX
+ echo Installation root is /usr/local
Installation root is /usr/local
+ echo 

+ LEX=lex
+ YACC=yacc
+ echo Looking for a parser
Looking for a parser
+ lookfor bison
+ IFS= 	
:
+ ac_save_ifs= 	
:
+ IFS= 	
::
+ test -x /usr/local/sbin/bison
+ test -x /usr/local/bin/bison
+ test -x /usr/sbin/bison
+ test -x /usr/bin/bison
+ return 0
+ YACC=bison -y
+ echo -- got bison
-- got bison
+ echo Looking for a lexer
Looking for a lexer
+ lookfor flex
+ IFS= 	
::
+ ac_save_ifs= 	
::
+ IFS= 	
:::
+ test -x /usr/local/sbin/flex
+ test -x /usr/local/bin/flex
+ test -x /usr/sbin/flex
+ test -x /usr/bin/flex
+ return 0
+ LEX=flex
+ echo -- got flex
-- got flex
+ LDFLAGS= -lfl
+ required=ln gcc cc
+ lookfor ln
+ IFS= 	
:::
+ ac_save_ifs= 	
:::
+ IFS= 	
::::
+ test -x /usr/local/sbin/ln
+ test -x /usr/local/bin/ln
+ test -x /usr/sbin/ln
+ test -x /usr/bin/ln
+ test -x /sbin/ln
+ test -x /bin/ln
+ return 0
+ [ ln = cc ]
+ [ ln = gcc ]
+ lookfor gcc
+ IFS= 	
::::
+ ac_save_ifs= 	
::::
+ IFS= 	
:::::
+ test -x /usr/local/sbin/gcc
+ test -x /usr/local/bin/gcc
+ test -x /usr/sbin/gcc
+ test -x /usr/bin/gcc
+ return 0
+ [ gcc = cc ]
+ [ gcc = gcc ]
+ CC=gcc
+ break
+ cat
+ gcc -E conftest.c
+ egrep yes conftest.out
+ GCC=1
+ echo Looks like this is gcc
Looks like this is gcc
+ CFLAGS=-DLINUX -DNO_NETGR -O -w  -w
+ rm -f conftest.c conftest.out
+ echo Compiler is gcc
Compiler is gcc
+ echo checking for alloca
checking for alloca
+ echo 
main() { exit(0); } t() { char *p = (char *) alloca(1); }
+ eval
+ :
+ rm -f conftest.c
+ test -n 
+ echo Building Makefiles
Building Makefiles
+ cat src/Makefile.header
+ cat gnulib/Makefile.header
+ echo 
+ echo CC=gcc
+ echo YACC=bison -y
+ echo LEX=flex
+ echo CC=gcc
+ echo LDFLAGS= -lfl
+ echo CFLAGS=-DLINUX -DNO_NETGR -O -w  -w
+ echo CFLAGS=-DLINUX -DNO_NETGR -O -w  -w
+ echo prefix=/usr/local
+ echo exec-prefix=${prefix}
+ echo srcdir=/mnt/i/packages/work/0.93/cfengine-1.1.2/cfengine-1.1.2/src
+ echo bindir=${prefix}/bin
+ echo VPATH=/mnt/i/packages/work/0.93/cfengine-1.1.2/cfengine-1.1.2/src
+ echo 
+ cat src/Makefile.rules
+ cat gnulib/Makefile.rules
+ echo VPATH=/mnt/i/packages/work/0.93/cfengine-1.1.2/cfengine-1.1.2/src
+ echo srcdir=/mnt/i/packages/work/0.93/cfengine-1.1.2/cfengine-1.1.2/src
+ echo docdir=/mnt/i/packages/work/0.93/cfengine-1.1.2/cfengine-1.1.2/doc
+ cat .Makefile
+ echo Building help scripts
Building help scripts
+ PERL=#!/usr/local/bin/perl
+ [ -x /usr/bin/perl ]
+ PERL=#!/usr/bin/perl
+ echo Taking Perl invocation to be #!/usr/bin/perl
Taking Perl invocation to be #!/usr/bin/perl
+ rm -f bin/cfdaily
+ cat
+ chmod 755 bin/cfdaily
+ echo Building wrapper cfwrap
Building wrapper cfwrap
+ rm -f bin/cfwrap
+ echo #!/usr/bin/perl
+ cat bin/cfwrap.h
+ echo $prefix =  "/usr/local";
+ cat bin/cfwrap.t
+ chmod 755 bin/cfwrap
+ echo #!/usr/bin/perl
+ cat bin/cfmail.t
+ chmod 755 bin/cfmail
+ cfbindir=/usr/local/lib/cfengine/bin
+ echo Building noseyparker
Building noseyparker
+ rm -f bin/noseyparker
+ echo #!/usr/bin/perl
+ cat bin/noseyparker.h
+ echo $cfbindir =  "/usr/local/lib/cfengine/bin";
+ cat bin/noseyparker.t
+ chmod 755 bin/noseyparker
+ echo Configuration done. Run make to build cfengine.
Configuration done. Run make to build cfengine.
root:cfengine-1.1.2# 
Script done on Thu Jul 20 18:03:06 1995
