Operating System - HP-UX
1847253 Members
3980 Online
110263 Solutions
New Discussion

Problems with the Make Install

 
Mike Button
Occasional Contributor

Problems with the Make Install

Hey all,

I have encountered this error while to run the "make install" for autoconf
and ntpq does anyone know what I am doing wrong???

Any and all help is appreciated...
Mike

make install
/bin/sh ./mkinstalldirs /usr/local/bin /usr/local/info
/usr/local/share/autoconf
if test -f autoconf.info; then for i in *.info*; do ./install-sh -c -m 644 $i /usr/local/info/$i; done; else for i in ./*.info*; do ./install-sh -c -m 644 $i /usr/local/info/`echo $i | sed
's|^./||'`; done; fi
*** Error code 1 (bu21)
current working directory is: = /tmp/autoconf-2.12