[Gnucash-changes] Mac OSX fix - remove non-portable settings

Derek Atkins warlord at MIT.EDU
Thu Oct 13 13:38:19 EDT 2005


Neil,

Why did you remove this libtool test from autogen.sh?

-derek

Neil Williams <codehelp at cvs.gnucash.org> writes:

> --- macros/autogen.sh
> +++ macros/autogen.sh
> @@ -126,15 +126,15 @@
>  	INTL="--intl --no-changelog";;
>  esac
>  
> -(grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && {
> -  (${LIBTOOL} --version) < /dev/null > /dev/null 2>&1 || {
> -    echo
> -    echo "**Error**: You must have \`libtool' installed to compile GnuCash."
> -    echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.4.2.tar.gz"
> -    echo "(or a newer version if it is available)"
> -    DIE=1
> -  }
> -}
> +# (grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && {
> +#  (${LIBTOOL} --version) < /dev/null > /dev/null 2>&1 || {
> +#    echo
> +#    echo "**Error**: You must have \`libtool' installed to compile GnuCash."
> +#    echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.4.2.tar.gz"
> +#    echo "(or a newer version if it is available)"
> +#    DIE=1
> +#  }
> +#}

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-changes mailing list