|
I have autoconf in my /home/username/bin/bin directory, I have that directory in my PATH, when I echo $PHP_AUTOCONF in the shell I get /home/username/bin/bin/autoconf, so I'm just not sure what's wrong. Is there another place I'm supposed to set $PHP_AUTOCONF besides the UNIX environment variable? Is there a separate PHP environment variable I should set? If so how?
Here's the entire output from the script, again I only modified that one line of code:
Source directory already exists! Cleaning it...
Distribution directory already exists! Clean it?
Yes! Cleaning now...
lib/php/extensions folder already exists! Doing nothing... Got autoconf-2.61.tar.gz Got automake-1.10.tar.bz2 Got zip-1.8.10.tgz Extracting autoconf-2.61... Done. Extracting automake-1.10... Done. Extracting zip-1.8.10... Done. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether /bin/sh -n is known to work... yes checking for expr... /usr/bin/expr checking for gm4... no checking for gnum4... no checking for m4... /usr/bin/m4 checking whether m4 supports frozen files... yes checking how m4 supports trace files... --error-output checking for perl... /usr/local/bin/perl checking for emacs... emacs checking whether emacs is sufficiently recent... yes checking for emacs... emacs checking where .elc files should go... ${datarootdir}/emacs/site-lisp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed configure: creating ./config.status config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating man/Makefile config.status: creating lib/emacs/Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating lib/Autom4te/Makefile config.status: creating lib/autoscan/Makefile config.status: creating lib/m4sugar/Makefile config.status: creating lib/autoconf/Makefile config.status: creating lib/autotest/Makefile config.status: creating bin/Makefile config.status: executing tests/atconfig commands Making all in bin make[1]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/bin' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' rm -f autom4te autom4te.tmp sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/local/bin/perl|g' -e 's|@bindir[@]|/home/ampac/source/bin|g' -e 's|@datadir[@]|/home/ampac/source/share/autoconf|g' -e 's|@prefix[@]|/home/ampac/source|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.61|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autom4te.in; do not edit by hand.|g' `test -f ./autom4te.in || echo ./`autom4te.in >autom4te.tmp chmod +x autom4te.tmp chmod a-w autom4te.tmp mv autom4te.tmp autom4te cd ../lib && make autom4te.cfg make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' rm -f autom4te.cfg autom4te.tmp sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/local/bin/perl|g' -e 's|@bindir[@]|/home/ampac/source/bin|g' -e 's|@datadir[@]|/home/ampac/source/share/autoconf|g' -e 's|@prefix[@]|/home/ampac/source|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.61|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' ./autom4te.in >autom4te.tmp chmod a-w autom4te.tmp mv autom4te.tmp autom4te.cfg make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib' cd ../lib/m4sugar && make version.m4 make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/m4sugar' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' { \ echo '# This file is part of -*- Autoconf -*-.'; \ echo '# Version of Autoconf.'; \ echo '# Copyright (C) 1999, 2000, 2001, 2002'; \ echo '# Free Software Foundation, Inc.'; \ echo ;\ echo 'm4_define([m4_PACKAGE_NAME], [GNU Autoconf])'; \ echo 'm4_define([m4_PACKAGE_TARNAME], [autoconf])'; \ echo 'm4_define([m4_PACKAGE_VERSION], [2.61])'; \ echo 'm4_define([m4_PACKAGE_STRING], [GNU Autoconf 2.61])'; \ echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])'; \ } >version.m4 make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/m4sugar' autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language M4sh --cache '' --melt ./autoconf.as -o autoconf.in rm -f autoconf autoconf.tmp sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/local/bin/perl|g' -e 's|@bindir[@]|/home/ampac/source/bin|g' -e 's|@datadir[@]|/home/ampac/source/share/autoconf|g' -e 's|@prefix[@]|/home/ampac/source|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.61|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoconf.in; do not edit by hand.|g' `test -f ./autoconf.in || echo ./`autoconf.in >autoconf.tmp chmod +x autoconf.tmp chmod a-w autoconf.tmp mv autoconf.tmp autoconf rm -f autoheader autoheader.tmp sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/local/bin/perl|g' -e 's|@bindir[@]|/home/ampac/source/bin|g' -e 's|@datadir[@]|/home/ampac/source/share/autoconf|g' -e 's|@prefix[@]|/home/ampac/source|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.61|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoheader.in; do not edit by hand.|g' `test -f ./autoheader.in || echo ./`autoheader.in >autoheader.tmp chmod +x autoheader.tmp chmod a-w autoheader.tmp mv autoheader.tmp autoheader rm -f autoreconf autoreconf.tmp sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/local/bin/perl|g' -e 's|@bindir[@]|/home/ampac/source/bin|g' -e 's|@datadir[@]|/home/ampac/source/share/autoconf|g' -e 's|@prefix[@]|/home/ampac/source|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.61|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoreconf.in; do not edit by hand.|g' `test -f ./autoreconf.in || echo ./`autoreconf.in >autoreconf.tmp chmod +x autoreconf.tmp chmod a-w autoreconf.tmp mv autoreconf.tmp autoreconf rm -f ifnames ifnames.tmp sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/local/bin/perl|g' -e 's|@bindir[@]|/home/ampac/source/bin|g' -e 's|@datadir[@]|/home/ampac/source/share/autoconf|g' -e 's|@prefix[@]|/home/ampac/source|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.61|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from ifnames.in; do not edit by hand.|g' `test -f ./ifnames.in || echo ./`ifnames.in >ifnames.tmp chmod +x ifnames.tmp chmod a-w ifnames.tmp mv ifnames.tmp ifnames rm -f autoscan autoscan.tmp sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/local/bin/perl|g' -e 's|@bindir[@]|/home/ampac/source/bin|g' -e 's|@datadir[@]|/home/ampac/source/share/autoconf|g' -e 's|@prefix[@]|/home/ampac/source|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.61|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoscan.in; do not edit by hand.|g' `test -f ./autoscan.in || echo ./`autoscan.in >autoscan.tmp chmod +x autoscan.tmp chmod a-w autoscan.tmp mv autoscan.tmp autoscan rm -f autoupdate autoupdate.tmp sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/local/bin/perl|g' -e 's|@bindir[@]|/home/ampac/source/bin|g' -e 's|@datadir[@]|/home/ampac/source/share/autoconf|g' -e 's|@prefix[@]|/home/ampac/source|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.61|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoupdate.in; do not edit by hand.|g' `test -f ./autoupdate.in || echo ./`autoupdate.in >autoupdate.tmp chmod +x autoupdate.tmp chmod a-w autoupdate.tmp mv autoupdate.tmp autoupdate make[1]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/bin' Making all in . make[1]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' Making all in lib make[1]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' Making all in Autom4te make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/Autom4te' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/Autom4te' Making all in m4sugar make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/m4sugar' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \ --language=m4sugar \ --freeze \ --output=m4sugar.m4f autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \ --language=m4sh \ --freeze \ --output=m4sh.m4f make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/m4sugar' Making all in autoconf make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autoconf' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \ --language=autoconf \ --freeze \ --output=autoconf.m4f make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autoconf' Making all in autotest make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autotest' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \ --language=autotest \ --freeze \ --output=autotest.m4f make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autotest' Making all in autoscan make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autoscan' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' echo '# Automatically Generated: do not edit this file' >autoscan.list sed '/^[#]/!q' ./autoscan.pre >>autoscan.list ( \ sed -n '/^[^#]/p' ./autoscan.pre; \ autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib --cache '' -M -l autoconf -t'AN_OUTPUT:$1: $2 $3' \ ) | LC_ALL=C sort >>autoscan.list make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autoscan' Making all in emacs make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/emacs' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' WARNING: Warnings can be ignored. :-) if test "emacs" != no; then \ set x; \ list='autoconf-mode.el autotest-mode.el'; for p in $list; do \ if test -f "$p"; then d=; else d="./"; fi; \ set x "$@" "$d$p"; shift; \ done; \ shift; \ EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \ else : ; fi make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/emacs' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib' make[1]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib' Making all in man make[1]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/man' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/man' Making all in doc make[1]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/doc' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/doc' Making all in tests make[1]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/tests' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/tests' Making install in bin make[1]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/bin' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/bin' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' test -z "/home/ampac/source/bin" || /bin/mkdir -p "/home/ampac/source/bin" /usr/bin/install -c 'autom4te' '/home/ampac/source/bin/autom4te' /usr/bin/install -c 'autoconf' '/home/ampac/source/bin/autoconf' /usr/bin/install -c 'autoheader' '/home/ampac/source/bin/autoheader' /usr/bin/install -c 'autoreconf' '/home/ampac/source/bin/autoreconf' /usr/bin/install -c 'ifnames' '/home/ampac/source/bin/ifnames' /usr/bin/install -c 'autoscan' '/home/ampac/source/bin/autoscan' /usr/bin/install -c 'autoupdate' '/home/ampac/source/bin/autoupdate' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/bin' make[1]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/bin' Making install in . make[1]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/autoconf" || /bin/mkdir -p "/home/ampac/source/share/autoconf" /usr/bin/install -c -m 644 './INSTALL' '/home/ampac/source/share/autoconf/INSTALL' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[1]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' Making install in lib make[1]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' Making install in Autom4te make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/Autom4te' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/Autom4te' make[4]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[4]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/autoconf/Autom4te" || /bin/mkdir -p "/home/ampac/source/share/autoconf/Autom4te" /usr/bin/install -c -m 644 'C4che.pm' '/home/ampac/source/share/autoconf/Autom4te/C4che.pm' /usr/bin/install -c -m 644 'ChannelDefs.pm' '/home/ampac/source/share/autoconf/Autom4te/ChannelDefs.pm' /usr/bin/install -c -m 644 'Channels.pm' '/home/ampac/source/share/autoconf/Autom4te/Channels.pm' /usr/bin/install -c -m 644 'Configure_ac.pm' '/home/ampac/source/share/autoconf/Autom4te/Configure_ac.pm' /usr/bin/install -c -m 644 'FileUtils.pm' '/home/ampac/source/share/autoconf/Autom4te/FileUtils.pm' /usr/bin/install -c -m 644 'General.pm' '/home/ampac/source/share/autoconf/Autom4te/General.pm' /usr/bin/install -c -m 644 'Request.pm' '/home/ampac/source/share/autoconf/Autom4te/Request.pm' /usr/bin/install -c -m 644 'Struct.pm' '/home/ampac/source/share/autoconf/Autom4te/Struct.pm' /usr/bin/install -c -m 644 'XFile.pm' '/home/ampac/source/share/autoconf/Autom4te/XFile.pm' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/Autom4te' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/Autom4te' Making install in m4sugar make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/m4sugar' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/m4sugar' make[4]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[4]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/autoconf/m4sugar" || /bin/mkdir -p "/home/ampac/source/share/autoconf/m4sugar" /usr/bin/install -c -m 644 'm4sugar.m4' '/home/ampac/source/share/autoconf/m4sugar/m4sugar.m4' /usr/bin/install -c -m 644 'm4sh.m4' '/home/ampac/source/share/autoconf/m4sugar/m4sh.m4' test -z "/home/ampac/source/share/autoconf/m4sugar" || /bin/mkdir -p "/home/ampac/source/share/autoconf/m4sugar" /usr/bin/install -c -m 644 'version.m4' '/home/ampac/source/share/autoconf/m4sugar/version.m4' /usr/bin/install -c -m 644 'm4sugar.m4f' '/home/ampac/source/share/autoconf/m4sugar/m4sugar.m4f' /usr/bin/install -c -m 644 'm4sh.m4f' '/home/ampac/source/share/autoconf/m4sugar/m4sh.m4f' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/m4sugar' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/m4sugar' Making install in autoconf make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autoconf' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autoconf' make[4]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[4]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/autoconf/autoconf" || /bin/mkdir -p "/home/ampac/source/share/autoconf/autoconf" /usr/bin/install -c -m 644 'autoconf.m4' '/home/ampac/source/share/autoconf/autoconf/autoconf.m4' /usr/bin/install -c -m 644 'general.m4' '/home/ampac/source/share/autoconf/autoconf/general.m4' /usr/bin/install -c -m 644 'status.m4' '/home/ampac/source/share/autoconf/autoconf/status.m4' /usr/bin/install -c -m 644 'oldnames.m4' '/home/ampac/source/share/autoconf/autoconf/oldnames.m4' /usr/bin/install -c -m 644 'specific.m4' '/home/ampac/source/share/autoconf/autoconf/specific.m4' /usr/bin/install -c -m 644 'autoheader.m4' '/home/ampac/source/share/autoconf/autoconf/autoheader.m4' /usr/bin/install -c -m 644 'autoupdate.m4' '/home/ampac/source/share/autoconf/autoconf/autoupdate.m4' /usr/bin/install -c -m 644 'autotest.m4' '/home/ampac/source/share/autoconf/autoconf/autotest.m4' /usr/bin/install -c -m 644 'autoscan.m4' '/home/ampac/source/share/autoconf/autoconf/autoscan.m4' /usr/bin/install -c -m 644 'lang.m4' '/home/ampac/source/share/autoconf/autoconf/lang.m4' /usr/bin/install -c -m 644 'c.m4' '/home/ampac/source/share/autoconf/autoconf/c.m4' /usr/bin/install -c -m 644 'erlang.m4' '/home/ampac/source/share/autoconf/autoconf/erlang.m4' /usr/bin/install -c -m 644 'fortran.m4' '/home/ampac/source/share/autoconf/autoconf/fortran.m4' /usr/bin/install -c -m 644 'functions.m4' '/home/ampac/source/share/autoconf/autoconf/functions.m4' /usr/bin/install -c -m 644 'headers.m4' '/home/ampac/source/share/autoconf/autoconf/headers.m4' /usr/bin/install -c -m 644 'types.m4' '/home/ampac/source/share/autoconf/autoconf/types.m4' /usr/bin/install -c -m 644 'libs.m4' '/home/ampac/source/share/autoconf/autoconf/libs.m4' /usr/bin/install -c -m 644 'programs.m4' '/home/ampac/source/share/autoconf/autoconf/programs.m4' test -z "/home/ampac/source/share/autoconf/autoconf" || /bin/mkdir -p "/home/ampac/source/share/autoconf/autoconf" /usr/bin/install -c -m 644 'autoconf.m4f' '/home/ampac/source/share/autoconf/autoconf/autoconf.m4f' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autoconf' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autoconf' Making install in autotest make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autotest' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autotest' make[4]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[4]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/autoconf/autotest" || /bin/mkdir -p "/home/ampac/source/share/autoconf/autotest" /usr/bin/install -c -m 644 'autotest.m4' '/home/ampac/source/share/autoconf/autotest/autotest.m4' /usr/bin/install -c -m 644 'general.m4' '/home/ampac/source/share/autoconf/autotest/general.m4' test -z "/home/ampac/source/share/autoconf/autotest" || /bin/mkdir -p "/home/ampac/source/share/autoconf/autotest" /usr/bin/install -c -m 644 'autotest.m4f' '/home/ampac/source/share/autoconf/autotest/autotest.m4f' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autotest' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autotest' Making install in autoscan make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autoscan' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autoscan' make[4]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[4]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/autoconf/autoscan" || /bin/mkdir -p "/home/ampac/source/share/autoconf/autoscan" /usr/bin/install -c -m 644 'autoscan.list' '/home/ampac/source/share/autoconf/autoscan/autoscan.list' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autoscan' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/autoscan' Making install in emacs make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/emacs' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/emacs' make[4]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[4]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/install -c -m 644 'autoconf-mode.el' '/home/ampac/source/share/emacs/site-lisp/autoconf-mode.el' /usr/bin/install -c -m 644 'autoconf-mode.elc' '/home/ampac/source/share/emacs/site-lisp/autoconf-mode.elc' /usr/bin/install -c -m 644 'autotest-mode.el' '/home/ampac/source/share/emacs/site-lisp/autotest-mode.el' /usr/bin/install -c -m 644 'autotest-mode.elc' '/home/ampac/source/share/emacs/site-lisp/autotest-mode.elc' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/emacs' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib/emacs' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib' make[4]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[4]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/autoconf" || /bin/mkdir -p "/home/ampac/source/share/autoconf" /usr/bin/install -c -m 644 'autom4te.cfg' '/home/ampac/source/share/autoconf/autom4te.cfg' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib' make[1]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/lib' Making install in man make[1]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/man' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/man' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/man/man1" || /bin/mkdir -p "/home/ampac/source/share/man/man1" /usr/bin/install -c -m 644 '././autoconf.1' '/home/ampac/source/share/man/man1/autoconf.1' /usr/bin/install -c -m 644 '././autoheader.1' '/home/ampac/source/share/man/man1/autoheader.1' /usr/bin/install -c -m 644 '././autom4te.1' '/home/ampac/source/share/man/man1/autom4te.1' /usr/bin/install -c -m 644 '././autoreconf.1' '/home/ampac/source/share/man/man1/autoreconf.1' /usr/bin/install -c -m 644 '././autoscan.1' '/home/ampac/source/share/man/man1/autoscan.1' /usr/bin/install -c -m 644 '././autoupdate.1' '/home/ampac/source/share/man/man1/autoupdate.1' /usr/bin/install -c -m 644 '././ifnames.1' '/home/ampac/source/share/man/man1/ifnames.1' /usr/bin/install -c -m 644 '././config.guess.1' '/home/ampac/source/share/man/man1/config.guess.1' /usr/bin/install -c -m 644 '././config.sub.1' '/home/ampac/source/share/man/man1/config.sub.1' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/man' make[1]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/man' Making install in doc make[1]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/doc' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/doc' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/info" || /bin/mkdir -p "/home/ampac/source/share/info" /usr/bin/install -c -m 644 './autoconf.info' '/home/ampac/source/share/info/autoconf.info' /usr/bin/install -c -m 644 './standards.info' '/home/ampac/source/share/info/standards.info' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/doc' make[1]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/doc' Making install in tests make[1]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/tests' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61/tests' make[3]: Entering directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[3]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/tests' make[1]: Leaving directory `/home/.mogadishu/ampac/source/autoconf-2.61/tests' checking build system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for perl... /usr/local/bin/perl checking for tex... tex 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... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /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.10 config.status: creating tests/automake-1.10 Making all in lib make[1]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib' Making all in Automake make[2]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake' Making all in tests make[3]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake/tests' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake/tests' make[3]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake' rm -f Config.tmp Config.pm in=`echo Config.pm | sed 's/\.[^.]*$//'`; sed -e 's,[@]APIVERSION[@],1.10,g' -e 's,[@]PACKAGE[@],automake,g' -e 's,[@]PERL[@],/usr/local/bin/perl,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]VERSION[@],1.10,g' -e "s,[@]configure_input[@],Generated from $in.in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/ampac/source/share,g' ./Config.in >Config.tmp chmod +x Config.tmp chmod a-w Config.tmp mv -f Config.tmp Config.pm make[3]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake' make[2]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake' Making all in am make[2]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib/am' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib/am' make[2]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib' make[1]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib' Making all in . make[1]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10' rm -f automake automake.tmp sed -e 's,[@]APIVERSION[@],1.10,g' -e 's,[@]PACKAGE[@],automake,g' -e 's,[@]PATH_SEPARATOR[@],:,g' -e 's,[@]PERL[@],/usr/local/bin/perl,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]VERSION[@],1.10,g' -e 's,[@]configure_input[@],Generated from automake.in; do not edit by hand.,g' -e 's,[@]datadir[@],/home/ampac/source/share,g' ./automake.in >automake.tmp chmod +x automake.tmp chmod a-w automake.tmp mv -f automake.tmp automake rm -f aclocal aclocal.tmp sed -e 's,[@]APIVERSION[@],1.10,g' -e 's,[@]PACKAGE[@],automake,g' -e 's,[@]PATH_SEPARATOR[@],:,g' -e 's,[@]PERL[@],/usr/local/bin/perl,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]VERSION[@],1.10,g' -e 's,[@]configure_input[@],Generated from aclocal.in; do not edit by hand.,g' -e 's,[@]datadir[@],/home/ampac/source/share,g' ./aclocal.in >aclocal.tmp chmod +x aclocal.tmp chmod a-w aclocal.tmp mv -f aclocal.tmp aclocal make[1]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10' Making all in doc make[1]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/doc' Making all in m4 make[1]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/m4' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/m4' Making all in tests make[1]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/tests' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/tests' Making install in lib make[1]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib' Making install in Automake make[2]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake' Making install in tests make[3]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake/tests' make[4]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake/tests' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake/tests' make[3]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake/tests' make[3]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake' make[4]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake' make[4]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/automake-1.10/Automake" || /bin/mkdir -p "/home/ampac/source/share/automake-1.10/Automake" /usr/bin/install -c -m 644 'ChannelDefs.pm' '/home/ampac/source/share/automake-1.10/Automake/ChannelDefs.pm' /usr/bin/install -c -m 644 'Channels.pm' '/home/ampac/source/share/automake-1.10/Automake/Channels.pm' /usr/bin/install -c -m 644 'Condition.pm' '/home/ampac/source/share/automake-1.10/Automake/Condition.pm' /usr/bin/install -c -m 644 'Configure_ac.pm' '/home/ampac/source/share/automake-1.10/Automake/Configure_ac.pm' /usr/bin/install -c -m 644 'DisjConditions.pm' '/home/ampac/source/share/automake-1.10/Automake/DisjConditions.pm' /usr/bin/install -c -m 644 'FileUtils.pm' '/home/ampac/source/share/automake-1.10/Automake/FileUtils.pm' /usr/bin/install -c -m 644 'General.pm' '/home/ampac/source/share/automake-1.10/Automake/General.pm' /usr/bin/install -c -m 644 'Item.pm' '/home/ampac/source/share/automake-1.10/Automake/Item.pm' /usr/bin/install -c -m 644 'ItemDef.pm' '/home/ampac/source/share/automake-1.10/Automake/ItemDef.pm' /usr/bin/install -c -m 644 'Location.pm' '/home/ampac/source/share/automake-1.10/Automake/Location.pm' /usr/bin/install -c -m 644 'Options.pm' '/home/ampac/source/share/automake-1.10/Automake/Options.pm' /usr/bin/install -c -m 644 'Rule.pm' '/home/ampac/source/share/automake-1.10/Automake/Rule.pm' /usr/bin/install -c -m 644 'RuleDef.pm' '/home/ampac/source/share/automake-1.10/Automake/RuleDef.pm' /usr/bin/install -c -m 644 'Struct.pm' '/home/ampac/source/share/automake-1.10/Automake/Struct.pm' /usr/bin/install -c -m 644 'Variable.pm' '/home/ampac/source/share/automake-1.10/Automake/Variable.pm' /usr/bin/install -c -m 644 'VarDef.pm' '/home/ampac/source/share/automake-1.10/Automake/VarDef.pm' /usr/bin/install -c -m 644 'Version.pm' '/home/ampac/source/share/automake-1.10/Automake/Version.pm' /usr/bin/install -c -m 644 'XFile.pm' '/home/ampac/source/share/automake-1.10/Automake/XFile.pm' /usr/bin/install -c -m 644 'Wrap.pm' '/home/ampac/source/share/automake-1.10/Automake/Wrap.pm' test -z "/home/ampac/source/share/automake-1.10/Automake" || /bin/mkdir -p "/home/ampac/source/share/automake-1.10/Automake" /usr/bin/install -c -m 644 'Config.pm' '/home/ampac/source/share/automake-1.10/Automake/Config.pm' make[4]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake' make[3]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake' make[2]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib/Automake' Making install in am make[2]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib/am' make[3]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib/am' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/automake-1.10/am" || /bin/mkdir -p "/home/ampac/source/share/automake-1.10/am" /usr/bin/install -c -m 644 'ansi2knr.am' '/home/ampac/source/share/automake-1.10/am/ansi2knr.am' /usr/bin/install -c -m 644 'check.am' '/home/ampac/source/share/automake-1.10/am/check.am' /usr/bin/install -c -m 644 'clean-hdr.am' '/home/ampac/source/share/automake-1.10/am/clean-hdr.am' /usr/bin/install -c -m 644 'clean.am' '/home/ampac/source/share/automake-1.10/am/clean.am' /usr/bin/install -c -m 644 'compile.am' '/home/ampac/source/share/automake-1.10/am/compile.am' /usr/bin/install -c -m 644 'configure.am' '/home/ampac/source/share/automake-1.10/am/configure.am' /usr/bin/install -c -m 644 'data.am' '/home/ampac/source/share/automake-1.10/am/data.am' /usr/bin/install -c -m 644 'dejagnu.am' '/home/ampac/source/share/automake-1.10/am/dejagnu.am' /usr/bin/install -c -m 644 'depend.am' '/home/ampac/source/share/automake-1.10/am/depend.am' /usr/bin/install -c -m 644 'depend2.am' '/home/ampac/source/share/automake-1.10/am/depend2.am' /usr/bin/install -c -m 644 'distdir.am' '/home/ampac/source/share/automake-1.10/am/distdir.am' /usr/bin/install -c -m 644 'footer.am' '/home/ampac/source/share/automake-1.10/am/footer.am' /usr/bin/install -c -m 644 'header-vars.am' '/home/ampac/source/share/automake-1.10/am/header-vars.am' /usr/bin/install -c -m 644 'header.am' '/home/ampac/source/share/automake-1.10/am/header.am' /usr/bin/install -c -m 644 'install.am' '/home/ampac/source/share/automake-1.10/am/install.am' /usr/bin/install -c -m 644 'inst-vars.am' '/home/ampac/source/share/automake-1.10/am/inst-vars.am' /usr/bin/install -c -m 644 'java.am' '/home/ampac/source/share/automake-1.10/am/java.am' /usr/bin/install -c -m 644 'lang-compile.am' '/home/ampac/source/share/automake-1.10/am/lang-compile.am' /usr/bin/install -c -m 644 'lex.am' '/home/ampac/source/share/automake-1.10/am/lex.am' /usr/bin/install -c -m 644 'library.am' '/home/ampac/source/share/automake-1.10/am/library.am' /usr/bin/install -c -m 644 'libs.am' '/home/ampac/source/share/automake-1.10/am/libs.am' /usr/bin/install -c -m 644 'libtool.am' '/home/ampac/source/share/automake-1.10/am/libtool.am' /usr/bin/install -c -m 644 'lisp.am' '/home/ampac/source/share/automake-1.10/am/lisp.am' /usr/bin/install -c -m 644 'ltlib.am' '/home/ampac/source/share/automake-1.10/am/ltlib.am' /usr/bin/install -c -m 644 'ltlibrary.am' '/home/ampac/source/share/automake-1.10/am/ltlibrary.am' /usr/bin/install -c -m 644 'mans-vars.am' '/home/ampac/source/share/automake-1.10/am/mans-vars.am' /usr/bin/install -c -m 644 'mans.am' '/home/ampac/source/share/automake-1.10/am/mans.am' /usr/bin/install -c -m 644 'multilib.am' '/home/ampac/source/share/automake-1.10/am/multilib.am' /usr/bin/install -c -m 644 'program.am' '/home/ampac/source/share/automake-1.10/am/program.am' /usr/bin/install -c -m 644 'progs.am' '/home/ampac/source/share/automake-1.10/am/progs.am' /usr/bin/install -c -m 644 'python.am' '/home/ampac/source/share/automake-1.10/am/python.am' /usr/bin/install -c -m 644 'remake-hdr.am' '/home/ampac/source/share/automake-1.10/am/remake-hdr.am' /usr/bin/install -c -m 644 'scripts.am' '/home/ampac/source/share/automake-1.10/am/scripts.am' /usr/bin/install -c -m 644 'subdirs.am' '/home/ampac/source/share/automake-1.10/am/subdirs.am' /usr/bin/install -c -m 644 'tags.am' '/home/ampac/source/share/automake-1.10/am/tags.am' /usr/bin/install -c -m 644 'texi-vers.am' '/home/ampac/source/share/automake-1.10/am/texi-vers.am' /usr/bin/install -c -m 644 'texibuild.am' '/home/ampac/source/share/automake-1.10/am/texibuild.am' /usr/bin/install -c -m 644 'texinfos.am' '/home/ampac/source/share/automake-1.10/am/texinfos.am' /usr/bin/install -c -m 644 'yacc.am' '/home/ampac/source/share/automake-1.10/am/yacc.am' make[3]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib/am' make[2]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib/am' make[2]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib' make[3]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/automake-1.10" || /bin/mkdir -p "/home/ampac/source/share/automake-1.10" /usr/bin/install -c -m 644 'COPYING' '/home/ampac/source/share/automake-1.10/COPYING' /usr/bin/install -c -m 644 'INSTALL' '/home/ampac/source/share/automake-1.10/INSTALL' /usr/bin/install -c -m 644 'texinfo.tex' '/home/ampac/source/share/automake-1.10/texinfo.tex' /usr/bin/install -c -m 644 'ansi2knr.c' '/home/ampac/source/share/automake-1.10/ansi2knr.c' /usr/bin/install -c -m 644 'ansi2knr.1' '/home/ampac/source/share/automake-1.10/ansi2knr.1' /usr/bin/install -c -m 644 'config-ml.in' '/home/ampac/source/share/automake-1.10/config-ml.in' test -z "/home/ampac/source/share/automake-1.10" || /bin/mkdir -p "/home/ampac/source/share/automake-1.10" /usr/bin/install -c -m 644 'config.guess' '/home/ampac/source/share/automake-1.10/config.guess' /usr/bin/install -c -m 644 'config.sub' '/home/ampac/source/share/automake-1.10/config.sub' /usr/bin/install -c -m 644 'install-sh' '/home/ampac/source/share/automake-1.10/install-sh' /usr/bin/install -c -m 644 'mdate-sh' '/home/ampac/source/share/automake-1.10/mdate-sh' /usr/bin/install -c -m 644 'missing' '/home/ampac/source/share/automake-1.10/missing' /usr/bin/install -c -m 644 'mkinstalldirs' '/home/ampac/source/share/automake-1.10/mkinstalldirs' /usr/bin/install -c -m 644 'elisp-comp' '/home/ampac/source/share/automake-1.10/elisp-comp' /usr/bin/install -c -m 644 'ylwrap' '/home/ampac/source/share/automake-1.10/ylwrap' /usr/bin/install -c -m 644 'acinstall' '/home/ampac/source/share/automake-1.10/acinstall' /usr/bin/install -c -m 644 'depcomp' '/home/ampac/source/share/automake-1.10/depcomp' /usr/bin/install -c -m 644 'compile' '/home/ampac/source/share/automake-1.10/compile' /usr/bin/install -c -m 644 'py-compile' '/home/ampac/source/share/automake-1.10/py-compile' /usr/bin/install -c -m 644 'symlink-tree' '/home/ampac/source/share/automake-1.10/symlink-tree' make install-data-hook make[4]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/lib' chmod +x /home/ampac/source/share/automake-1.10/config.guess chmod +x /home/ampac/source/share/automake-1.10/config.sub chmod +x /home/ampac/source/share/automake-1.10/install-sh chmod +x /home/ampac/source/share/automake-1.10/mdate-sh chmod +x /home/ampac/source/share/automake-1.10/missing chmod +x /home/ampac/source/share/automake-1.10/mkinstalldirs chmod +x /home/ampac/source/share/automake-1.10/elisp-comp chmod +x /home/ampac/source/share/automake-1.10/ylwrap chmod +x /home/ampac/source/share/automake-1.10/acinstall chmod +x /home/ampac/source/share/automake-1.10/depcomp chmod +x /home/ampac/source/share/automake-1.10/compile chmod +x /home/ampac/source/share/automake-1.10/py-compile chmod +x /home/ampac/source/share/automake-1.10/symlink-tree make[4]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib' make[3]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib' make[2]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib' make[1]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/lib' Making install in . make[1]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10' make[2]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10' test -z "/home/ampac/source/bin" || /bin/mkdir -p "/home/ampac/source/bin" /usr/bin/install -c 'automake' '/home/ampac/source/bin/automake' /usr/bin/install -c 'aclocal' '/home/ampac/source/bin/aclocal' make install-exec-hook make[3]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10' ln /home/ampac/source/bin/automake /home/ampac/source/bin/automake-1.10 ln /home/ampac/source/bin/aclocal /home/ampac/source/bin/aclocal-1.10 make[3]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10' make[1]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10' Making install in doc make[1]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/doc' make[2]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/doc/automake" || /bin/mkdir -p "/home/ampac/source/share/doc/automake" /usr/bin/install -c -m 644 './amhello-1.0.tar.gz' '/home/ampac/source/share/doc/automake/amhello-1.0.tar.gz' test -z "/home/ampac/source/share/info" || /bin/mkdir -p "/home/ampac/source/share/info" /usr/bin/install -c -m 644 './automake.info' '/home/ampac/source/share/info/automake.info' /usr/bin/install -c -m 644 './automake.info-1' '/home/ampac/source/share/info/automake.info-1' /usr/bin/install -c -m 644 './automake.info-2' '/home/ampac/source/share/info/automake.info-2' make[2]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/doc' make[1]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/doc' Making install in m4 make[1]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/m4' make[2]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/m4' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/ampac/source/share/aclocal-1.10" || /bin/mkdir -p "/home/ampac/source/share/aclocal-1.10" /usr/bin/install -c -m 644 '../m4/amversion.m4' '/home/ampac/source/share/aclocal-1.10/amversion.m4' /usr/bin/install -c -m 644 'as.m4' '/home/ampac/source/share/aclocal-1.10/as.m4' /usr/bin/install -c -m 644 'auxdir.m4' '/home/ampac/source/share/aclocal-1.10/auxdir.m4' /usr/bin/install -c -m 644 'ccstdc.m4' '/home/ampac/source/share/aclocal-1.10/ccstdc.m4' /usr/bin/install -c -m 644 'cond.m4' '/home/ampac/source/share/aclocal-1.10/cond.m4' /usr/bin/install -c -m 644 'depend.m4' '/home/ampac/source/share/aclocal-1.10/depend.m4' /usr/bin/install -c -m 644 'depout.m4' '/home/ampac/source/share/aclocal-1.10/depout.m4' /usr/bin/install -c -m 644 'dmalloc.m4' '/home/ampac/source/share/aclocal-1.10/dmalloc.m4' /usr/bin/install -c -m 644 'gcj.m4' '/home/ampac/source/share/aclocal-1.10/gcj.m4' /usr/bin/install -c -m 644 'header.m4' '/home/ampac/source/share/aclocal-1.10/header.m4' /usr/bin/install -c -m 644 'init.m4' '/home/ampac/source/share/aclocal-1.10/init.m4' /usr/bin/install -c -m 644 'install-sh.m4' '/home/ampac/source/share/aclocal-1.10/install-sh.m4' /usr/bin/install -c -m 644 'lead-dot.m4' '/home/ampac/source/share/aclocal-1.10/lead-dot.m4' /usr/bin/install -c -m 644 'lex.m4' '/home/ampac/source/share/aclocal-1.10/lex.m4' /usr/bin/install -c -m 644 'lispdir.m4' '/home/ampac/source/share/aclocal-1.10/lispdir.m4' /usr/bin/install -c -m 644 'maintainer.m4' '/home/ampac/source/share/aclocal-1.10/maintainer.m4' /usr/bin/install -c -m 644 'make.m4' '/home/ampac/source/share/aclocal-1.10/make.m4' /usr/bin/install -c -m 644 'minuso.m4' '/home/ampac/source/share/aclocal-1.10/minuso.m4' /usr/bin/install -c -m 644 'missing.m4' '/home/ampac/source/share/aclocal-1.10/missing.m4' /usr/bin/install -c -m 644 'mkdirp.m4' '/home/ampac/source/share/aclocal-1.10/mkdirp.m4' /usr/bin/install -c -m 644 'multi.m4' '/home/ampac/source/share/aclocal-1.10/multi.m4' /usr/bin/install -c -m 644 'obsol-gt.m4' '/home/ampac/source/share/aclocal-1.10/obsol-gt.m4' /usr/bin/install -c -m 644 'obsol-lt.m4' '/home/ampac/source/share/aclocal-1.10/obsol-lt.m4' /usr/bin/install -c -m 644 'obsolete.m4' '/home/ampac/source/share/aclocal-1.10/obsolete.m4' /usr/bin/install -c -m 644 'options.m4' '/home/ampac/source/share/aclocal-1.10/options.m4' /usr/bin/install -c -m 644 'protos.m4' '/home/ampac/source/share/aclocal-1.10/protos.m4' /usr/bin/install -c -m 644 'python.m4' '/home/ampac/source/share/aclocal-1.10/python.m4' /usr/bin/install -c -m 644 'regex.m4' '/home/ampac/source/share/aclocal-1.10/regex.m4' /usr/bin/install -c -m 644 'runlog.m4' '/home/ampac/source/share/aclocal-1.10/runlog.m4' /usr/bin/install -c -m 644 'sanity.m4' '/home/ampac/source/share/aclocal-1.10/sanity.m4' /usr/bin/install -c -m 644 'strip.m4' '/home/ampac/source/share/aclocal-1.10/strip.m4' /usr/bin/install -c -m 644 'substnot.m4' '/home/ampac/source/share/aclocal-1.10/substnot.m4' /usr/bin/install -c -m 644 'tar.m4' '/home/ampac/source/share/aclocal-1.10/tar.m4' /usr/bin/install -c -m 644 'upc.m4' '/home/ampac/source/share/aclocal-1.10/upc.m4' make[2]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/m4' make[1]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/m4' Making install in tests make[1]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/tests' make[2]: Entering directory `/home/.mogadishu/ampac/source/automake-1.10/tests' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/tests' make[1]: Leaving directory `/home/.mogadishu/ampac/source/automake-1.10/tests' Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable is set correctly and then rerun this script.
|