Re: Orca AM_PATH_PYTHON macro not found



Sorry: cannot find message-ids on your list archives

Problem encountered by a user was automake unable to find
AM_PATH_PYTHON macro on a Debian system.

Solution is to install automake1.9 on the system,
and change calls to aclocal and automake to:

aclocal-1.9 and automake-1.9

eg:
$ cat autogen.sh
#########################
#!/bin/sh
aclocal-1.9 && automake-1.9 -a && autoconf && ./configure $*
########################

I spent 1 hour on this to install another program :)
-- 
Thomas Harding



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]