First time I have tried Homebrew on new Dev machine. With fink I didn't get an issue but following instructions here:
PATH: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
AUTORECONF: /usr/local/bin/autoreconf
AUTOHEADER: /usr/local/bin/autoheader
AUTOMAKE : /usr/local/bin/automake
ACLOCAL : /usr/local/bin/aclocal
LIBTOOL : /usr/bin/libtool
LIBTOOLIZE:
AUTOCONF : /usr/local/bin/autoconf
running autoreconf
autoreconf: Entering directory `.'
autoreconf: running: aclocal --force -I m4
autoreconf:
configure.ac: adding subdirectory extra to autoreconf
autoreconf: Entering directory `extra'
autoreconf: running: aclocal --force -I ../m4
autoreconf:
configure.ac: adding subdirectory pix_artoolkit to autoreconf
autoreconf: Entering directory `pix_artoolkit'
autoreconf: running: aclocal --force -I ../../m4
autoreconf: running: glibtoolize --copy --force
glibtoolize: putting auxiliary files in `.'.
glibtoolize: copying file `./ltmain.sh'
glibtoolize: putting macros in `../../m4'.
glibtoolize: copying file `../../m4/libtool.m4'
glibtoolize: copying file `../../m4/ltoptions.m4'
glibtoolize: copying file `../../m4/ltsugar.m4'
glibtoolize: copying file `../../m4/ltversion.m4'
glibtoolize: copying file `../../m4/lt~obsolete.m4'
glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to
configure.ac and
glibtoolize: rerunning glibtoolize, to keep the correct libtool macros in-tree.
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force
configure:15430: error: possibly undefined macro: AC_LIB_APPENDTOVAR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1
HOST-OS : Mac OS X 10.9.4 (13E28)
HOST-KERNEL: Darwin megrimms-Mac.local 13.3.0 Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64 x86_64
HOST-#CPU : 1
Ideas? Something with libtoolize/glibtoolize ... I also had a alocal problem earlier (something to the efect of it was not installed?) but it went away after "brew install automake" etc....