Hi, > > git clone git://openocd.git.sourceforge.net/gitroot/openocd/openocd > openocd-git > cd openocd-git > ./bootstrap > > > + aclocal > + libtoolize --automake --copy > + autoconf > configure.ac:228: error: possibly undefined macro: AC_MSG_NOTICE > If this token and others are legitimate, please use > m4_pattern_allow. See the Autoconf documentation. > configure.ac:330: error: possibly undefined macro: AC_DEFINE > configure.ac:516: error: possibly undefined macro: AC_MSG_WARN >
I just found the answer in the git log. We need to install pkg-config. Now the bootstrap works. I got some probleme now with the detection of the libusb1.x I will try to find what change in that too. Jonathan ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel