Hi all,

While there was no 'configure' already made in the callweaver trunk i  
co'ed, there is a configure.ac. So i ran autoconf and here is the  
output:

# autoconf
configure.ac:25: error: possibly undefined macro: AM_INIT_AUTOMAKE
       If this token and others are legitimate, please use  
m4_pattern_allow.
       See the Autoconf documentation.
configure.ac:52: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:54: error: possibly undefined macro: AM_PROG_LEX
configure.ac:78: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.ac:79: error: possibly undefined macro: AC_LIBLTDL_CONVENIENCE
configure.ac:81: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.ac:83: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:84: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:559: error: possibly undefined macro:  
AC_CHECK_SQLITE3_THREADSAFE
configure.ac:569: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:882: error: possibly undefined macro: AC_MSG_WARN
configure.ac:2375: error: possibly undefined macro: AM_CONFIG_HEADER
#

When i try to run configure this is what i get:

# ./configure --prefix=/usr/local/callweaver
./configure: line 1523: syntax error near unexpected token  
`CallWeaver.org,svn-trunk'
./configure: line 1523: `AM_INIT_AUTOMAKE(CallWeaver.org,svn-trunk)'
#

Perhaps i am using am using an older version of automake on Mac OS X  
10.4.8. That would explain the m4 macros from the errors in autoconf  
being dropped into the output file configure. My version of autoconf is:
        
# autoconf -V
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There  
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR  
PURPOSE.
#

Well looks like i have minimum version level as required in  
configure.ac:

        AC_PREREQ(2.59)

Any thoughts? Should i be posting to the developer's list?

Peace,
Dan


_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to