I use autoconf 2.13, and automake 1.6.3

Furthermore, I forgot to mention, that the debian/rules script is changed when paul starts testing something different. So when using SVN head it is a good thing to skim the top of the file and look
for:

ifneq (,$(findstring devel,$(DEB_BUILD_OPTIONS)))
        export WITH_MYSQL=
        export WITH_SQLITE=
        export WITH_LDAP=

Here previous defines are undone again. Since I use PostgreSQL and a shared build these are my settings.

Best regards,

Marc

Op 7-jul-2006, om 9:30 heeft Jochen Entenmann het volgende geschreven:

Hi Marc,

Sorry for my many questions, perhaps we can make a WikI Page how to compile dbmail from source? I will try it like you from svn . I have downloaded
svn-head to /usr/src :

========================================================
debian:/usr/src/dbmail_snapshot# debian/rules binary
mkdir stamps
test -d debian/patched || install -d debian/patched
dpatch  apply-all
dpatch  cat-all  >>patch-stampT
mv -f patch-stampT patch-stamp
autoreconf -i
Putting files in AC_CONFIG_AUX_DIR, `buildtools'.
automake: configure.in: installing `buildtools/install-sh'
automake: configure.in: installing `buildtools/mkinstalldirs'
automake: configure.in: installing `buildtools/missing'
Makefile.am:104: invalid unused variable name: `AM_LDFLAGS'
modules/Makefile.am:28: invalid unused variable name: `AM_LDFLAGS'
autoreconf: automake failed with exit status: 1
make: *** [stamps/configure] Fehler 1 debian:/usr/src/dbmail_snapshot#
========================================================


Looks like i have a too old autoconf.
Installed autoconf 1.9 now i had this errors:

========================================================
debian:/usr/src/dbmail_snapshot# debian/rules binary
autoreconf -i
aclocal: configure.in: 37: macro `AM_ENABLE_SHARED' not found in library aclocal: configure.in: 38: macro `AM_ENABLE_STATIC' not found in library
autoreconf: aclocal failed with exit status: 1
make: *** [stamps/configure] Fehler 1 debian:/usr/src/dbmail_snapshot#
========================================================

Hmmm... Digging
Can you tell me what I do wrong?

Thanks, Jochen

_______________________________________________
Dbmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail


Reply via email to