scripts/build/companion_tools/200-autoconf.sh
changeset 2309 2e0f0757289d
parent 2154 250cdcc86441
child 2329 5a9a0515f12a
     1.1 --- a/scripts/build/companion_tools/200-autoconf.sh	Fri Oct 22 22:02:57 2010 +0200
     1.2 +++ b/scripts/build/companion_tools/200-autoconf.sh	Sat Dec 18 22:55:56 2010 +0100
     1.3 @@ -20,11 +20,11 @@
     1.4      # Ensure configure gets run using the CONFIG_SHELL as configure seems to
     1.5      # have trouble when CONFIG_SHELL is set and /bin/sh isn't bash
     1.6      # For reference see:
     1.7 -    # http://www.gnu.org/software/autoconf/manual/autoconf.html#CONFIG_005fSHEL
     1.8 +    # http://www.gnu.org/software/autoconf/manual/autoconf.html#CONFIG_005fSHELL
     1.9      
    1.10      CT_DoExecLog CFG ${CONFIG_SHELL} \
    1.11      "${CT_SRC_DIR}/autoconf-${CT_AUTOCONF_VERSION}/configure" \
    1.12 -        --prefix="${CT_TOOLS_OVERIDE_DIR}"
    1.13 +        --prefix="${CT_BUILDTOOLS_PREFIX_DIR}"
    1.14      CT_DoExecLog ALL make
    1.15      CT_DoExecLog ALL make install
    1.16      CT_Popd