metajack / libstrophe

The libstrophe repository has moved to https://github.com/strophe/libstrophe
http://strophe.im/libstrophe
Other
135 stars 49 forks source link

Bootstrapping on OS X 10.7 fails #9

Closed rsms closed 12 years ago

rsms commented 13 years ago

Seems a certain specific/newer version of autoconf or similar is needed (which isn't shipped with the latest Mac OS X).

$ ./bootstrap.sh
configure.ac:6: installing `./compile'
configure.ac:2: installing `./missing'
configure.ac:2: installing `./install-sh'
Makefile.am: installing `./depcomp'
configure.ac:8: error: possibly undefined macro: AC_MSG_ERROR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Should probably update the README with instructions.

metajack commented 12 years ago

This is now fixed.