rm -f autoconf autoconf.tmp sed -e 's,@''datadir''@,/usr/local/share/autoconf,g' -e 's,@''M4''@,/usr/ccs/bin/m4,g' -e 's,@''AWK''@,nawk,g' -e 's,@''SHELL''@,/bin/sh,g' autoconf.sh > autoconf.tmp && chmod +x autoconf.tmp && mv autoconf.tmp autoconf rm -f autoheader autoheader.tmp sed -e 's,@''datadir''@,/usr/local/share/autoconf,g' -e 's,@''M4''@,/usr/ccs/bin/m4,g' -e 's,@''AWK''@,nawk,g' -e 's,@''SHELL''@,/bin/sh,g' autoheader.sh > autoheader.tmp && chmod +x autoheader.tmp && mv autoheader.tmp autoheader rm -f autoreconf autoreconf.tmp sed -e 's,@''datadir''@,/usr/local/share/autoconf,g' -e 's,@''M4''@,/usr/ccs/bin/m4,g' -e 's,@''AWK''@,nawk,g' -e 's,@''SHELL''@,/bin/sh,g' autoreconf.sh > autoreconf.tmp && chmod +x autoreconf.tmp && mv autoreconf.tmp autoreconf rm -f autoupdate autoupdate.tmp sed -e 's,@''datadir''@,/usr/local/share/autoconf,g' -e 's,@''M4''@,/usr/ccs/bin/m4,g' -e 's,@''AWK''@,nawk,g' -e 's,@''SHELL''@,/bin/sh,g' autoupdate.sh > autoupdate.tmp && chmod +x autoupdate.tmp && mv autoupdate.tmp autoupdate rm -f ifnames ifnames.tmp sed -e 's,@''datadir''@,/usr/local/share/autoconf,g' -e 's,@''M4''@,/usr/ccs/bin/m4,g' -e 's,@''AWK''@,nawk,g' -e 's,@''SHELL''@,/bin/sh,g' ifnames.sh > ifnames.tmp && chmod +x ifnames.tmp && mv ifnames.tmp ifnames rm -f autoscan autoscan.tmp sed -e 's,@''datadir''@,/usr/local/share/autoconf,g' -e 's,@''PERL''@,/opt/portal/6.1/bin/perl,g' autoscan.pl > autoscan.tmp && chmod +x autoscan.tmp && mv autoscan.tmp autoscan *** Error code 1