cygwin.
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-04-21 17:31:31 CEST
I'm trying to build subversion under the latest cygwin environment.
When I run ./autogen.sh, the line
aclocal -I ac-helpers
Produces the error:
aclocal: configure.in: 107: macro `AM_PROG_LIBTOOL' not found in library
I do end up with a real ./configure file, but when I run it, I get an
./configure: 552: Syntax error: word unexpected (expecting ")")
Which is actually a blank line, right before the CONFIG_NICE macro:
---- ac_config_guess=$ac_aux_dir/config.guess ac_config_sub=$ac_aux_dir/config.sub ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. MKDIR="$srcdir/apr/build/mkdir.sh" SVN_CONFIG_NICE(config.nice) AM_INIT_AUTOMAKE(subversion, "M2 (pre-alpha)", no-define) AM_CONFIG_HEADER(svn_private_config.h) ----- Any automake/autoconf experts in the house? :)Received on Sat Oct 21 14:36:29 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.