David Thompson wrote:
> Rob,
> 
> Second, after deleting bison, did your remove your config.cache and then 
> rerun the configure script? If not, try that.

Yes, I've done that too, to no avail.

>  First, are you using the libtool branch or the main branch of cvs?

No, not at that time.
But I've done now a
  cvs -d :pserver:[EMAIL PROTECTED]:/src/master checkout -j libtool dx

It pulls in the whole dx tree, but while doing that there appear many lines
that start with "Merging differences between x.x and y.y into <filename>",
where x.x and y.y are different version numbers.
A few of those mergers also had conflicts!!

Then I run ./CVSMake in the new checkout directory:

---------------------------------------------------
$ ./CVSMake
#!/bin/sh -v
# These are the steps that must be done after a make maintainer-clean
# in order to ./configure this package.

libtoolize --force && \
aclocal && \
autoheader && \
automake -a -i && \
autoconf
Remember to add `AM_PROG_LIBTOOL' to `configure.in'.
Using `AC_PROG_RANLIB' is rendered obsolete by `AM_PROG_LIBTOOL'
You should update your `aclocal.m4' by running aclocal.
configure.in:49: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:927: warning: AC_PROG_LEX invoked multiple times
configure.in:1179: warning: do not use m4_regexp: use regexp or m4_bregexp
autoheader: `include/dxconfig.h.in' is unchanged
8: bad macro name `'
bin/Makefile.am:7: EXTRA_SCRIPTS multiply defined in condition TRUE
  EXTRA_SCRIPTS (User, where = 7) =
  {
    TRUE => mdf2c url_handler.sh dx dxworker
  }
15: bad macro name `'
automake: bin/Makefile.am:  multiply defined in condition TRUE
   (User, where = 8) =
  {
    TRUE => ======
  }
bin/Makefile.am:13: dxbin_SCRIPTS multiply defined in condition TRUE
  dxbin_SCRIPTS (User, where = 13) =
  {
    TRUE => mdf2c url_handler.sh @INSTALL_BIN_SCRIPT@
  }
bin/Makefile.am:14: bin_SCRIPTS multiply defined in condition TRUE
  bin_SCRIPTS (User, where = 14) =
  {
    TRUE => @INSTALL_BIN_SCRIPT@
  }
src/exec/Makefile.am:52: library used but `LIBTOOL' not defined in 
`configure.in'
$
---------------------------------------------------

No configure script is generated. My autotools versions are:

aclocal (GNU automake) 1.5
autoheader (GNU Autoconf) 2.53
automake (GNU automake) 1.5
autoconf (GNU Autoconf) 2.53


Regards,
Rob.

Reply via email to