ptxdist: error 127 while building toolchain

MSR
patching file cortex-strings/sysdeps/arm/eabi/arm/cortex-a8/strchr.S
patching file cortex-strings/sysdeps/arm/eabi/arm/cortex-a8/strcpy.c
patching file cortex-strings/sysdeps/arm/eabi/arm/cortex-a8/strlen.S
applying '0020-revert-sunrpc-removal.patch'
patching file NEWS
while building the toolchain oselas-toolchain-2011.11.1
using the ptxdist 2011.11.0 i get the following error help me fix it!!

patching file include/libc-symbols.h
patching file nis/Makefile
patching file sunrpc/Makefile
applying '0021-fix-libdl-crash.patch'
patching file elf/dl-close.c
patching file elf/dl-deps.c
patching file elf/dl-libc.c
patching file elf/rtld.c
patching file include/link.h
patchin: patch: done

patchin: autogen: running
'/home/mohit/OSELAS.Toolchain-2011.11.1/patches/glibc-2.14.1/autogen.sh'
/home/mohit/OSELAS.Toolchain-2011.11.1/patches/glibc-2.14.1/autogen.sh:
line 7: autoconf: command not found
make: ***
[/home/mohit/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-gnueabi-gcc-4.6.2
-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/state/glibc.extract]
Error 127
mohit@ubuntu:~/OSELAS.Toolchain-2011.11.1$

davef
autoconf: command not found

There are or were some tools that Ubuntu needs to do basic compilation.

I have a note that says:

sudo apt-get install build-essential automake autoconf libtool
libncurses5-dev (to use menuconfig)

I have a line through autoconf.

I would try:

sudo apt-get install build-essential first and see if things improve.

LectricHead
I had this exact problem, and I finally found the answer. You need to
install GNU autotools. On Fedora 16 this was included with automake
package. 

$ yum install automake

Just search GNU autotools your OS for the package to install.