during the ./autogen.sh there is a few problem: ----------------------------------------- configure.in: installing `./install-sh' configure.in: installing `./mkinstalldirs' configure.in: installing `./missing' Use of uninitialized value in concatenation (.) or string at /usr/bin/automake line 8449. : installing `./config.guess' Use of uninitialized value in concatenation (.) or string at /usr/bin/automake line 8449. : installing `./config.sub' configure.in:3: required file `./config.h.in' not found aclocal.m4:916: required file `./ltmain.sh' not found src/auth/Makefile.am: installing `./depcomp' configure.in:13: warning: AC_ARG_PROGRAM invoked multiple times autoheader: `config.h.in' is created ----------------------------------------- would it be possible to not use your own libtool in the cvs? in this case I can run autogen.sh during the rpm build and doesn't have to run manulay and patch the genereated makefile. ps. this is the patch I use: --- dovecot-1.0/configure.lfarkas 2003-03-20 15:53:04.000000000 +0100 +++ dovecot-1.0/configure 2003-03-20 15:54:37.000000000 +0100 @@ -8205,7 +8205,7 @@ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" # Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' +LIBTOOL='$(SHELL) libtool' # Prevent multiple expansion -- Levente "Si vis pacem para bellum!"
On Thu, 2003-04-17 at 12:49, Farkas Levente wrote:
Only these are actual problems, and they look like automake bugs to me.
Hmm. ltmain.sh is generated by autogen.sh (automake). libtool is generated by configure. But they can also be generated by libtoolize which isn't called in autogen.sh .. I'm not sure I should be calling that. I think newer auto* tools worked a bit differently.
Anyway, libtool isn't included in CVS but it's generated by your system as is the configure script. I can't change them without ugly (and mostly unneeded) kludges.
hi, after I push the delete button on a long mail in mozilla the mail is not deleted and after tha mozilla don't show any other messages in that folder. I have to restart mozilla. but even after the restart I still can't remove the message. this already happend earlier, but now here is the rawlog of the session. from OE6 I can delete the same message.
-- Levente
participants (2)
-
Farkas Levente
-
Timo Sirainen