> Is there a way to compile 1.3.4 without autoconf. I'm trying
> to compile on a Solaris system that has GNOME and after I do:
> 
>   make SHELL=bash gnome
> 
> ( I need the SHELL=bash there or else it won't compile.
>   Probably because it was written on Linux and the /bin/ksh
>   on Linux is actually bash).
> 
> I get an error:
> 
>   bash: autoconf: command not found
> 
> Thanks.

make isn't supposed to run autoconf unless configure.in
is newer than configure. Try running 'touch configure'
before running make.

dave

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to