In preparation for adding a feature to omega, I need to rerun aclocal,
however I encountered a problem, I didn't see where my local
modification would have affected it at all, so I attempted to run
aclocal on a clean copy.
Here are the results:
tar xzf ~/omega-0.9.6.tar.gz
jwl@walnut:/tmp$ cd omega-0.9.6/
jwl@walnut:/tmp/omega-0.9.6$ aclocal
configure.ac:15: error: defn: undefined macro: AM_PROG_LIBTOOL
/usr/local/share/aclocal/xapian.m4:67: XO_LIB_XAPIAN is expanded from...
configure.ac:15: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal-1.9: autom4te failed with exit status: 1
jwl@walnut:/tmp/omega-0.9.6$ aclocal --version
aclocal (GNU automake) 1.9.6
I guess I'm missing a step somewhere, can anyone give me a bit of guidance?
Thanks,
Jim.