Displaying 4 results from an estimated 4 matches for "autoconf259".
2007 Jan 03
2
building trunk
I've been wanting to build the trunk since Arjen added the powerpanel
driver... been having a little trouble...
after running these commands:
/usr/local/libexec/automake19/aclocal -I m4
/usr/local/libexec/autoconf259/autoheader
/usr/local/libexec/automake19/automake -ac
/usr/local/libexec/autoconf259/autoconf
./configure --with-cgi --with-user=nutmon
--with-drvpath=/usr/local/libexec/nut\
--with-cgipath=/usr/local/www/cgi-bin/nut
--with-htmlpath=/usr/local/etc/nut\
--with-pidpath=/var/db/nut --with-statepa...
2004 Jul 19
0
Ogg Vorbis CVS (ok,
...ystem has decided to number the
various versions (allowing them to coexist, but not making them
available as simple `automake' as far as I can tell).
In fact, if one has installed a recent `autoconf' on FreeBSD from
the ports collection, there is no `autoconf' in ones path, but
rather `autoconf259'.
So, to work around these issues, I decided to allow the user to
specify a particular path or name, a la AUTOCONF=autoconf259,
and allow autogen.sh to use that instead.
I did this for the autogen.sh scripts in `ogg' and `vorbis' plus
`vorbis-tools' source directories, but haven...
2006 Sep 05
2
dovecot-sieve with FreeBSD
Hello,
I've a test system with postfix (SMTP), dovecot (IMAP only) and covecot-LDA (MDA) under FreeBSD-6.1. Currently everything works fine. But I wasn't able to install dovecot-sieve from the CVS. Does anyone has a small documentation howto install dovecot-sieve on FreeBSD.
Thanks.
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal f?r Modem und ISDN:
2005 Dec 14
2
Patch: ioloop using kqueue/kevent for FreeBSD
...--- old-dovecot-cvs/autogen.sh 2005-12-14 11:35:03.537711451 +0100
+++ new-dovecot-cvs/autogen.sh 2005-12-14 11:35:06.149980951 +0100
@@ -1,5 +1,5 @@
-aclocal
-libtoolize --force
-automake --add-missing
-autoheader
-autoconf
+aclocal15
+libtoolize13 --force
+automake15 --add-missing
+autoheader259
+autoconf259
diff -rN -u old-dovecot-cvs/configure.in new-dovecot-cvs/configure.in
--- old-dovecot-cvs/configure.in 2005-12-14 11:35:03.545823016 +0100
+++ new-dovecot-cvs/configure.in 2005-12-14 11:35:06.150746230 +0100
@@ -1,6 +1,10 @@
AC_INIT(dovecot, 1.0.alpha5, [dovecot@dovecot.org])
AC_CONFIG_SRCDIR([sr...