Hi,

am on this list since some months but found no time for reading so far.
Now I enjoyed the threads very much. Maybe I will give irssi-otr a try
in the near future. I hope I can help with testing while learning in
this fine community.

For finch with otr integration I used [1] some months ago and it
worked pretty well. Now I am stuck with a configure error.

[1] https://gitorious.org/purple-otr

$ autoreconf -s -i                                                              
             
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. # DONE
automake: warnings are treated as errors
/usr/share/automake-1.13/am/ltlibrary.am: warning: 'purple-otr.la': linking 
libtool libraries using a non-POSIX
/usr/share/automake-1.13/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 
'configure.ac' # DONE

Patch is attached for the warnings. Please have a look as I have no
clue what this means exactly.

$ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
/home/kardan/build/purple-otr/missing: Unknown `--is-lightweight' option
Try `/home/kardan/build/purple-otr/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing

--is-lightweight appears anytime aclocal is run again. Don't know,
where aclocal (1.13.3) takes it from but obviously the missing script
needs an update?

scriptversion=2005-06-08.21


Maybe there are chances to get finch with otr integration into jessie
(testing) for the next stable release. In  debian the libotr2->libotr5
transition [2] is queued, without any progress so far. The maintainer
directed me upstream.

[2] http://release.debian.org/transitions/html/libotr5.html

> < http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702359
> >>> libotr2-dev is still available in unstable and it will be there
> >>> until all packages with this dependency migrate to libotr5-dev.
> >>> So psi-plus is currently built fine.
> >> So arches where libotr2-dev didn't build previously (from a
> >> previous version?) are lost, FTBFS.
This is not my concern at the moment. Just wanted to let you know.
I installed libotr-4.0.0 from unstable without problems.

Kardan
>From 186e4f176b305d3abd99b9355a69d2f5eb71f46a Mon Sep 17 00:00:00 2001
From: kardan <[email protected]>
Date: Fri, 28 Jun 2013 19:51:56 +0200
Subject: [PATCH] get rid of libtool warnings

* added AM_PROG_AR to configure.ac
* added ACLOCAL_AMFLAGS=-I m4 to Makefile.am

Signed-off-by: kardan <[email protected]>
---
 Makefile.am  |    1 +
 configure.ac |    2 ++
 2 files changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 93a2e09..9efa359 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,7 @@ AM_CFLAGS=	@LIBGCRYPT_CFLAGS@ @LIBOTR_CFLAGS@ @EXTRA_CFLAGS@
 AM_CFLAGS+=	-DPURPLE_PLUGINS \
 		-DPIDGIN_OTR_VERSION=\"@VERSION@\" \
 		-DLOCALEDIR=\"$(datadir)/locale\"
+ACLOCAL_AMFLAGS=	-I m4
 
 SUBDIRS=	po
 
diff --git a/configure.ac b/configure.ac
index 30b378d..9fab9a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([-Wall -Werror])
 
 AC_PROG_CC
+AM_PROG_AR
 
 dnl We do not want to create a .a for the plugin, so disable by default.
 AM_DISABLE_STATIC
@@ -28,3 +29,4 @@ ALL_LINGUAS="ar de es fr hu nl ru sk"
 AM_GLIB_GNU_GETTEXT
 
 AC_OUTPUT([Makefile po/Makefile.in])
+AC_CONFIG_MACRO_DIR([m4])
-- 
1.7.10.4

_______________________________________________
OTR-dev mailing list
[email protected]
http://lists.cypherpunks.ca/mailman/listinfo/otr-dev

Reply via email to