RE: [dspam-users] RE: [dspam-dev] 3.6.rc3

From: Herb Martin <HerbM@learnquick.com>
Date: Thu Sep 29 2005 - 13:59:48 EDT

Replying to myself...I added my aclocal.m4 to end
of aclocal.m4 in dspam but still didn't produce a
./configure.

--
Herb
Previous results follow:
> I have autoconf, automake, libtool:
> 
>   autoconf (GNU Autoconf) 2.59
>   automake (GNU automake) 1.4-p6
>   ltmain.sh (GNU libtool) 1.5.20 (1.1220.2.287 2005/08/31 18:54:15)
> 
> Then running autogen.sh produced an error (see below).
> 
> (First thing I see is suggesting to add my aclocal.m4 to the 
> on in the current directory and I am trying to figure out 
> "how" to do that -- just paste it in?  Before or After?
> It looks like structured 'code' so such a naive method is not 
> likely to work...trying anyway...)
> 
> $ ./autogen.sh
> You should add the contents of 
> `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
> configure.ac: 907: `automake requires `AM_CONFIG_HEADER', not 
> `AC_CONFIG_HEADER'
> automake: configure.ac: installing `./install-sh'
> automake: configure.ac: installing `./mkinstalldirs'
> automake: configure.ac: installing `./missing'
> automake: Makefile.am: installing `./INSTALL'
> automake: Makefile.am: required file `./NEWS' not found
> automake: Makefile.am: installing `./COPYING'
> automake: Makefile.am: required file `./AUTHORS' not found
> automake: src/tools/Makefile.am: not supported: source file 
> `../read_config.c' is in subdirectory
> automake: src/tools/Makefile.am: not supported: source file 
> `../config_api.c' is in subdirectory
> automake: src/tools/Makefile.am: not supported: source file 
> `../read_config.c' is in subdirectory
> automake: src/tools/Makefile.am: not supported: source file 
> `../config_api.c' is in subdirectory
> automake: src/tools/Makefile.am: not supported: source file 
> `../read_config.c' is in subdirectory
> automake: src/tools/Makefile.am: not supported: source file 
> `../config_api.c' is in subdirectory
> automake: src/tools/Makefile.am: not supported: source file 
> `../read_config.c' is in subdirectory
> automake: src/tools/Makefile.am: not supported: source file 
> `../config_api.c' is in subdirectory
> automake: src/tools/Makefile.am: not supported: source file 
> `../read_config.c' is in subdirectory
> automake: src/tools/Makefile.am: not supported: source file 
> `../config_api.c' is in subdirectory
> automake: src/tools/Makefile.am: not supported: source file 
> `../read_config.c' is in subdirectory
> automake: src/tools/Makefile.am: not supported: source file 
> `../config_api.c' is in subdirectory
> src/tools.pgsql_drv/Makefile.am:21: DYNAMIC_DRIVER does not 
> appear in AM_CONDITIONAL
> src/tools.pgsql_drv/Makefile.am:22: BUILD_PGSQL_DRV does not 
> appear in AM_CONDITIONAL
> src/tools.pgsql_drv/Makefile.am:20: dspam_pg2int8_LDFLAGS 
> defined both conditionally and unconditionally
> automake: src/tools.pgsql_drv/Makefile.am: not supported: 
> source file `../read_config.c' is in subdirectory
> automake: src/tools.pgsql_drv/Makefile.am: not supported: 
> source file `../config_api.c' is in subdirectory
> src/Makefile.am:40: DYNAMIC_DRIVER does not appear in AM_CONDITIONAL
> src/Makefile.am:41: BUILD_DB4_DRV does not appear in AM_CONDITIONAL
> src/Makefile.am:38: lib_LTLIBRARIES defined both 
> conditionally and unconditionally
> src/Makefile.am:44: BUILD_DB3_DRV does not appear in AM_CONDITIONAL
> src/Makefile.am:47: BUILD_HASH_DRV does not appear in AM_CONDITIONAL
> src/Makefile.am:50: BUILD_ORA_DRV does not appear in AM_CONDITIONAL
> src/Makefile.am:53: BUILD_MYSQL_DRV does not appear in AM_CONDITIONAL
> src/Makefile.am:56: BUILD_PGSQL_DRV does not appear in AM_CONDITIONAL
> src/Makefile.am:59: BUILD_SQLITE_DRV does not appear in AM_CONDITIONAL
> src/Makefile.am:62: BUILD_SQLITE3_DRV does not appear in 
> AM_CONDITIONAL
> src/Makefile.am:95: BUILD_NCORE does not appear in AM_CONDITIONAL
> src/Makefile.am:75: libdspam_la_SOURCES defined both 
> conditionally and unconditionally
> src/Makefile.am:99: DYNAMIC_DRIVER does not appear in AM_CONDITIONAL
> src/Makefile.am:142: STATIC_DRIVER does not appear in AM_CONDITIONAL
> src/Makefile.am:139: libdspam_la_LIBADD defined both 
> conditionally and unconditionally
> src/Makefile.am:141: libdspam_la_DEPENDENCIES defined both 
> conditionally and unconditionally
> src/Makefile.am:150: DYNAMIC_DRIVER does not appear in AM_CONDITIONAL
> automake: src/Makefile.am: warning: automake does not support 
> libdb4_drv_la_LDFLAGS being defined conditionally
> automake: src/Makefile.am: warning: automake does not support 
> libdb3_drv_la_LDFLAGS being defined conditionally
> automake: src/Makefile.am: warning: automake does not support 
> libhash_drv_la_LDFLAGS being defined conditionally
> automake: src/Makefile.am: warning: automake does not support 
> libora_drv_la_LDFLAGS being defined conditionally
> automake: src/Makefile.am: warning: automake does not support 
> libmysql_drv_la_LDFLAGS being defined conditionally
> automake: src/Makefile.am: warning: automake does not support 
> libpgsql_drv_la_LDFLAGS being defined conditionally
> automake: src/Makefile.am: warning: automake does not support 
> libsqlite_drv_la_LDFLAGS being defined conditionally
> automake: src/Makefile.am: warning: automake does not support 
> libsqlite3_drv_la_LDFLAGS being defined conditionally
> src/Makefile.am:202: variable `libsqlite3_drv_libs' not defined
> src/tools.hash_drv/Makefile.am:21: DYNAMIC_DRIVER does not 
> appear in AM_CONDITIONAL
> src/tools.hash_drv/Makefile.am:22: BUILD_HASH_DRV does not 
> appear in AM_CONDITIONAL
> src/tools.hash_drv/Makefile.am:20: cssgrow_LDFLAGS defined 
> both conditionally and unconditionally
> src/tools.hash_drv/Makefile.am:30: DYNAMIC_DRIVER does not 
> appear in AM_CONDITIONAL
> src/tools.hash_drv/Makefile.am:31: BUILD_HASH_DRV does not 
> appear in AM_CONDITIONAL
> src/tools.hash_drv/Makefile.am:29: cssstat_LDFLAGS defined 
> both conditionally and unconditionally
> src/tools.hash_drv/Makefile.am:39: DYNAMIC_DRIVER does not 
> appear in AM_CONDITIONAL
> src/tools.hash_drv/Makefile.am:40: BUILD_HASH_DRV does not 
> appear in AM_CONDITIONAL
> src/tools.hash_drv/Makefile.am:38: cssclean_LDFLAGS defined 
> both conditionally and unconditionally
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../util.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../diction.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../nodetree.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../hash_drv.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../error.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../config_shared.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../util.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../diction.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../nodetree.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../hash_drv.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../error.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../config_shared.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../util.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../diction.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../nodetree.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../hash_drv.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../error.c' is in subdirectory
> automake: src/tools.hash_drv/Makefile.am: not supported: 
> source file `../config_shared.c' is in subdirectory
> autogen.sh: exited by previous error(s), return code was 1
> 
> 
> 
> I am working on aclocal.m4 now....
> (and I appreciate all of your help, thanks.)
> 
> --
> Herb Martin
> 
> 
> 
Received on Thu Sep 29 14:01:20 2005

This archive was generated by hypermail 2.1.8 : Fri Sep 30 2005 - 00:00:01 EDT