How do I compile the dillo cvs? I've run aclocal, autoconf, (automake fails though). I then run ./configure, which fails configure: error: can not find install-sh or install.sh in . ./.. ./../.. Thanks
On 28 Mar 2003 08:20:58 +1100 thestar <thestar@tpg.com.au> wrote:
How do I compile the dillo cvs?
Simply run the autogen.sh shellscript. It'll check and run autoheader, aclocal, autoconf and automake.
I've run aclocal, autoconf, (automake fails though).
Try to be a bit more specific; include as much information as possible i.e. version of automake & error messages (if any) to begin with.
I then run ./configure, which fails configure: error: can not find install-sh or install.sh in . ./.. ./../..
It suggests there's a problem with autoconf. - Victor
On 28 Mar 2003 08:20:58 +1100 thestar <thestar@tpg.com.au> wrote:
How do I compile the dillo cvs?
I've run aclocal, autoconf, (automake fails though).
I then run ./configure, which fails configure: error: can not find install-sh or install.sh in . ./.. ./../.. Maybe you should try: $ automake -a This command adds install-sh and stuff like that.
-- Isaque Galdino de Araujo C/C++/Java http://sites.uol.com.br/isaque Linux User #274776 since 1997 Slackware User so far
participants (3)
-
Isaque Galdino de Araujo
-
thestar
-
Victor Sahlstedt