[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:44 UTC 2011


The following commit has been merged in the upstream branch:
commit 614660365840a75a3b5d75e24f1ef60b7e03b4e4
Author: Clint Adams <schizo at debian.org>
Date:   Mon Jan 30 03:45:45 2006 +0000

    Use libtool 1.9+20051221-1 instead of 1.5.22-2.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-96

diff --git a/configure.ac b/configure.ac
index ac012cf..f02f2e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,8 @@ AM_MAINTAINER_MODE
 AC_CONFIG_HEADERS([config.h])
 AC_PROG_MAKE_SET
 AM_PROG_LIBTOOL
-AC_PROG_CC
+LT_INIT
+LT_LANG(C)
 
 AC_ARG_WITH([ipc],
 	    AS_HELP_STRING([--with-ipc@<:@=IPCTYPE@:>@],
diff --git a/debian/changelog b/debian/changelog
index 2205c32..9ba9010 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fakeroot (1.5.7) unstable; urgency=low
+
+  * Use libtool 1.9+20051221-1 instead of 1.5.22-2.
+
+ -- Clint Adams <schizo at debian.org>  Sun, 29 Jan 2006 22:44:47 -0500
+
 fakeroot (1.5.6) unstable; urgency=low
 
   * Patch from Thomas Huriaux to put translated manpages

-- 
fakeroot



More information about the Fakeroot-commits mailing list