[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:17:23 UTC 2009
The following commit has been merged in the upstream branch:
commit 7cf74eaff0002040826dfefe19f79fef7218d5f4
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