Hi, My machine runs NetBSD-current. I have installed cvs-current versions of autoconf, gmake, gm4 and perl in /usr/local.
I am trying to build automake from cvs. I observe: $ pwd /var/worksrc/automake $ SHELL=/bin/sh M4=/usr/local/bin/gm4 CFLAGS="-O3 -funroll-loops -ffast-math -march=pentium2" ./configure --build=i686-intel-netbsdelf checking build system type... i686-intel-netbsdelf 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 perl... /usr/local/perl/bin/perl checking for tex... no checking whether autoconf is installed... yes checking whether autoconf works... yes checking whether autoconf is recent enough... yes checking whether ln works... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating lib/Automake/Makefile config.status: creating lib/Automake/tests/Makefile config.status: creating lib/Makefile config.status: creating lib/am/Makefile config.status: creating m4/Makefile config.status: creating tests/Makefile config.status: creating tests/defs config.status: creating tests/aclocal-1.8c config.status: creating tests/automake-1.8c $ gmake cd . && perllibdir=/var/worksrc/automake"/lib:./lib" /var/worksrc/automake/aclocal --acdir=m4 /bin/ksh: /var/worksrc/automake/aclocal: not found gmake: *** [aclocal.m4] Error 127 What am I doing wrong?
