James Coleman wrote: > After (and before) applying patch I got: > > ~/src/kannel/gateway-cvshead/$ autoconf > configure.in:195: error: do not use LIBOBJS directly, use AC_LIBOBJ (see > section `AC_LIBOBJ vs LIBOBJS' > If this token and others are legitimate, please use > m4_pattern_allow. See the Autoconf documentation. > > :( Humm I said.
heh, don't try to fix things that will be fixed with autoconf/automake stuff... > I read info Autoconf (see section `AC_LIBOBJ vs LIBOBJS' as warning said) > made another change to configure.in > then autoconf ran okay but configure file generated had problems: > ....... > checking for getopt... yes > ./configure: line 6978: syntax error near unexpected token `done' > ./configure: line 6978: `done' > ./configure: eval: line 1: unexpected EOF while looking for matching `"' > ./configure: eval: line 2: syntax error: unexpected end of file > ./configure: eval: line 1: unexpected EOF while looking for matching `"' > ./configure: eval: line 2: syntax error: unexpected end of file > > Now I'm stuck :( > > autoconf --version > autoconf (GNU Autoconf) 2.57 > > on redhat 9.1 > > attached patch with Rene's change & additional AC_LIBOBJ change > > On Mon, Oct 04, 2004 at 01:47:13PM +0200, Rene Kluwen wrote: >> I came up for the same solution for the same problem. Great minds think >> alike, they say. >> >> Attached is a patch for configure.in to solve this problem. >> >> Can somebody patch configure.in for me and run autoconf? >> Unfortunately my autoconf gives me troubles (probably a RedHat thingy >> again), so I would appreciate it if configure and configure.in will be >> commited to CVS after that. >> >> Rene Kluwen >> Chimit >> -- Thanks, Alex
