[dovecot] a few small bug

Farkas Levente lfarkas at bnap.hu
Thu Apr 17 12:49:57 EEST 2003


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!"





More information about the dovecot mailing list