Thread: unix version won't configure
Hi, I get the following error when trying to configure on linux autoconf configure.ac:4: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.ac:6: error: possibly undefined macro: AM_CONFIG_HEADER configure.ac:7: error: possibly undefined macro: AM_MAINTAINER_MODE configure.ac:10: error: possibly undefined macro: AC_DEFINE configure.ac:27: error: possibly undefined macro: AM_CONDITIONAL configure.ac:37: error: possibly undefined macro: AC_CHECK_LIB configure.ac:39: error: possibly undefined macro: AC_CHECK_FUNCS configure.ac:41: error: possibly undefined macro: AC_TRY_COMPILE configure.ac:61: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL configure.ac:62: error: possibly undefined macro: AC_DISABLE_STATIC configure.ac:63: error: possibly undefined macro: AC_LIBTOOL_DLOPEN configure.ac:64: error: possibly undefined macro: AC_PROG_LIBTOOL then when I run ./configure I get the following /configure: line 1195: AM_INIT_AUTOMAKE: command not found ./configure: line 1197: syntax error near unexpected token `config.h' ./configure: line 1197: `AM_CONFIG_HEADER(config.h)' -- Dave Cramer <dave@fastcrypt.com> Cramer Consulting
Do you have the software versions required in the README.unix file? Regards, Dave. > -----Original Message----- > From: Dave Cramer [mailto:dave@fastcrypt.com] > Sent: 26 January 2003 20:37 > To: pgsql-odbc@postgresql.org > Subject: [ODBC] unix version won't configure > > > Hi, > > I get the following error when trying to configure on linux > > autoconf > configure.ac:4: error: possibly undefined macro: AM_INIT_AUTOMAKE > configure.ac:6: error: possibly undefined macro: AM_CONFIG_HEADER > configure.ac:7: error: possibly undefined macro: AM_MAINTAINER_MODE > configure.ac:10: error: possibly undefined macro: AC_DEFINE > configure.ac:27: error: possibly undefined macro: AM_CONDITIONAL > configure.ac:37: error: possibly undefined macro: AC_CHECK_LIB > configure.ac:39: error: possibly undefined macro: AC_CHECK_FUNCS > configure.ac:41: error: possibly undefined macro: AC_TRY_COMPILE > configure.ac:61: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL > configure.ac:62: error: possibly undefined macro: AC_DISABLE_STATIC > configure.ac:63: error: possibly undefined macro: AC_LIBTOOL_DLOPEN > configure.ac:64: error: possibly undefined macro: AC_PROG_LIBTOOL > > then when I run ./configure I get the following > > /configure: line 1195: AM_INIT_AUTOMAKE: command not found > ./configure: line 1197: syntax error near unexpected token `config.h' > ./configure: line 1197: `AM_CONFIG_HEADER(config.h)' > -- > Dave Cramer <dave@fastcrypt.com> > Cramer Consulting > > > ---------------------------(end of > broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to > majordomo@postgresql.org >
Dave, Are you configuring in a 7.3 sourcetree (good), or from a CVS tree (bad)? Also, make sure you have ./configure'd the PostgreSQL source before playing with psqlODBC. Regards, Dave. > -----Original Message----- > From: Dave Cramer [mailto:dave@fastcrypt.com] > Sent: 28 January 2003 12:28 > To: Dave Page > Subject: RE: [ODBC] unix version won't configure > > > Dave, > > Here are the software versions > > autoconf (GNU Autoconf) 2.53 > automake (GNU automake) 1.6.3 > ltmain.sh (GNU libtool) 1.4.2 > > Bruce is aware that this is broken. > > Dave > On Tue, 2003-01-28 at 03:42, Dave Page wrote: > > Do you have the software versions required in the README.unix file? > > > > Regards, Dave. > > > > > -----Original Message----- > > > From: Dave Cramer [mailto:dave@fastcrypt.com] > > > Sent: 26 January 2003 20:37 > > > To: pgsql-odbc@postgresql.org > > > Subject: [ODBC] unix version won't configure > > > > > > > > > Hi, > > > > > > I get the following error when trying to configure on linux > > > > > > autoconf > > > configure.ac:4: error: possibly undefined macro: AM_INIT_AUTOMAKE > > > configure.ac:6: error: possibly undefined macro: AM_CONFIG_HEADER > > > configure.ac:7: error: possibly undefined macro: > AM_MAINTAINER_MODE > > > configure.ac:10: error: possibly undefined macro: AC_DEFINE > > > configure.ac:27: error: possibly undefined macro: AM_CONDITIONAL > > > configure.ac:37: error: possibly undefined macro: AC_CHECK_LIB > > > configure.ac:39: error: possibly undefined macro: AC_CHECK_FUNCS > > > configure.ac:41: error: possibly undefined macro: AC_TRY_COMPILE > > > configure.ac:61: error: possibly undefined macro: > > > AC_LIBTOOL_WIN32_DLL > > > configure.ac:62: error: possibly undefined macro: > AC_DISABLE_STATIC > > > configure.ac:63: error: possibly undefined macro: > AC_LIBTOOL_DLOPEN > > > configure.ac:64: error: possibly undefined macro: AC_PROG_LIBTOOL > > > > > > then when I run ./configure I get the following > > > > > > /configure: line 1195: AM_INIT_AUTOMAKE: command not found > > > ./configure: line 1197: syntax error near unexpected token > > > `config.h' > > > ./configure: line 1197: `AM_CONFIG_HEADER(config.h)' > > > -- > > > Dave Cramer <dave@fastcrypt.com> > > > Cramer Consulting > > > > > > > > > ---------------------------(end of > > > broadcast)--------------------------- > > > TIP 1: subscribe and unsubscribe commands go to > > > majordomo@postgresql.org > > > > -- > Dave Cramer <dave@fastcrypt.com> > Cramer Consulting > >