[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r6843 - gnunet-gtk
From: |
gnunet |
Subject: |
[GNUnet-SVN] r6843 - gnunet-gtk |
Date: |
Sun, 18 May 2008 18:47:31 -0600 (MDT) |
Author: grothoff
Date: 2008-05-18 18:47:31 -0600 (Sun, 18 May 2008)
New Revision: 6843
Removed:
gnunet-gtk/libltdl/
Modified:
gnunet-gtk/ChangeLog
gnunet-gtk/TODO
gnunet-gtk/bootstrap
gnunet-gtk/configure.ac
gnunet-gtk/ltmain.sh
Log:
no libltdl needed
Modified: gnunet-gtk/ChangeLog
===================================================================
--- gnunet-gtk/ChangeLog 2008-05-18 23:23:23 UTC (rev 6842)
+++ gnunet-gtk/ChangeLog 2008-05-19 00:47:31 UTC (rev 6843)
@@ -1,3 +1,7 @@
+Sun May 18 17:28:43 MDT 2008
+ Removed libltdl tests and directory. We do not need
+ those anymore since we use libgnunetutil anyway.
+
Sun Mar 2 19:13:39 MST 2008
Releasing gnunet-gtk 0.8.0pre0.
Modified: gnunet-gtk/TODO
===================================================================
--- gnunet-gtk/TODO 2008-05-18 23:23:23 UTC (rev 6842)
+++ gnunet-gtk/TODO 2008-05-19 00:47:31 UTC (rev 6843)
@@ -8,6 +8,7 @@
=> need to incorporate into code!
- use new search ranking features
=> need to implement function in search.c and update tree views/model
+- better uritracker support
- pop-up dialogs / context menus (show extra information, in particular full
metadata) [RC]
- much more testing!!!
Modified: gnunet-gtk/bootstrap
===================================================================
--- gnunet-gtk/bootstrap 2008-05-18 23:23:23 UTC (rev 6842)
+++ gnunet-gtk/bootstrap 2008-05-19 00:47:31 UTC (rev 6843)
@@ -1,7 +1,4 @@
#!/bin/sh
export MKDIR_P="mkdir -p"
automake -fi
-cd libltdl
autoreconf -f -i
-cd ..
-autoreconf -f -i
Modified: gnunet-gtk/configure.ac
===================================================================
--- gnunet-gtk/configure.ac 2008-05-18 23:23:23 UTC (rev 6842)
+++ gnunet-gtk/configure.ac 2008-05-19 00:47:31 UTC (rev 6843)
@@ -1,5 +1,5 @@
# This file is part of GNUnet.
-# (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Christian Grothoff (and other
contributing authors)
+# (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Christian Grothoff (and
other contributing authors)
#
# GNUnet is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
@@ -42,18 +42,10 @@
AC_HEADER_STDC
AC_CANONICAL_HOST
-
# dynamic libraries/plugins
-AC_LIBTOOL_DLOPEN
-AC_LIBLTDL_INSTALLABLE
-AC_SUBST(LTDLINCL)
-AC_SUBST(LIBLTDL)
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-AC_LIB_LTDL
-AC_CONFIG_SUBDIRS(libltdl)
-
AC_SYS_LARGEFILE
AC_FUNC_FSEEKO
Modified: gnunet-gtk/ltmain.sh
===================================================================
--- gnunet-gtk/ltmain.sh 2008-05-18 23:23:23 UTC (rev 6842)
+++ gnunet-gtk/ltmain.sh 2008-05-19 00:47:31 UTC (rev 6843)
@@ -43,7 +43,7 @@
PROGRAM=ltmain.sh
PACKAGE=libtool
-VERSION="1.5.26 Debian 1.5.26-2"
+VERSION="1.5.26 Debian 1.5.26-4"
TIMESTAMP=" (1.1220.2.493 2008/02/01 16:58:18)"
# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r6843 - gnunet-gtk,
gnunet <=