Hi, I’m trying to build from svn, but having problems with setting up ./configure
Is anyone else compiling svn on OSX ?
If I do..
autoconf ./configure.in >configure
I get
configure.in:5: error: possibly undefined macro: AM_CONFIG_HEADER
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:6: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.in:16: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:28: error: possibly undefined macro: AM_CONDITIONAL
configure.in:494: error: possibly undefined macro: AM_ICONV
I’m not very familiar with setting up automake.