I am upgrading FreeBSD from 8.1. Currently installing apr1, had to make several changes to Makefile and something else along the lines, but now really stuck on this:
The 9360 line of /usr/ports/devel/apr1/work/apr-1.4.2/configure is:
The whole part of the script is:
I don't see, where I should not use a word and which, or where to add a bracket, tried to comment out both 9360 as well as 9359 to no avail. And even more after running
Yes, tried to run it through several shells, just in case - result is the same.
Code:
performing libtool configuration...
./configure: 9360: Syntax error: word unexpected (expecting ")")
*** Error code 2
The 9360 line of /usr/ports/devel/apr1/work/apr-1.4.2/configure is:
Code:
_LT_DECL(, AS, 1, Assembler program)
The whole part of the script is:
Code:
test -z "$AS" && AS=as
_LT_DECL(, AS, 1, Assembler program)
test -z "$DLLTOOL" && DLLTOOL=dlltool
_LT_DECL(, DLLTOOL, 1, DLL creation program)
test -z "$OBJDUMP" && OBJDUMP=objdump
_LT_DECL(, OBJDUMP, 1, Object dumper program)
make install
(just to check what debug would tell me then) those lines become uncommented again?Yes, tried to run it through several shells, just in case - result is the same.