Hi,
On a system running FreeBSD-4.3 Release, I have retrieved the latest amanda
src from cvs. Ran autoconf on configure.in then configure and it fails.
Unfortunately I known nothing about autoconf, so any enlightment of my
ignorance is welcomed ;-)
------------------->---------------------
[perfzilla - root] /tmp/amanda # cd amanda
[perfzilla - root] /tmp/amanda/amanda # autoconf
configure.in:1718: warning: AC_TRY_RUN called without default to allow
cross compiling
[perfzilla - root] /tmp/amanda/amanda # ./configure
creating cache ./config.cache
checking host system type... i386-unknown-freebsd4.3
checking target system type... i386-unknown-freebsd4.3
checking build system type... i386-unknown-freebsd4.3
checking cached system tuple... ok
./configure: 770: Syntax error: word unexpected (expecting ")")
[perfzilla - root] /tmp/amanda/amanda #
------------------------>----------------
The line that seems to pose a trouble (770) are :
---------------
AM_INIT_AUTOMAKE(amanda, 2.5.0)
AM_CONFIG_HEADER(config/config.h)
---------------
-philippe