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

Clint Adams schizo at debian.org
Tue Aug 23 13:06:03 UTC 2011


The following commit has been merged in the upstream branch:
commit 4c2501962b1e14cd98221064d615c5b8ae5e7628
Author: Clint Adams <schizo at debian.org>
Date:   Wed Nov 21 15:09:35 2007 +0000

    make automake happy since unsetenv.c doesn't exist
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-144

diff --git a/Makefile.am b/Makefile.am
index af395ac..66e21e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,8 @@ DISTCLEANFILES = fakerootconfig.h
 EXTRA_DIST=wrapawk wrapfunc.inp                        \
            debian/rules debian/changelog debian/control  \
 	   message.h \
-	   DEBUG BUGS
+	   DEBUG BUGS \
+	   setenv.c
 
 CLEAN_FILES=fakerootconfig.h
 
diff --git a/configure.ac b/configure.ac
index 67a5ca3..9611003 100644
--- a/configure.ac
+++ b/configure.ac
@@ -409,7 +409,7 @@ dnl Checks for library functions.
 AC_CHECK_FUNCS(strdup strstr getresuid setresuid getresgid setresgid setfsuid setfsgid)
 
 AC_CHECK_DECLS([setenv, unsetenv])
-AC_REPLACE_FUNCS([setenv unsetenv])
+AC_REPLACE_FUNCS([setenv])
 
 dnl kludge
 AH_VERBATIM([WRAP_STAT],

-- 
fakeroot



More information about the Fakeroot-commits mailing list