summaryrefslogtreecommitdiff
path: root/sed
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-09-28 18:47:42 +0200
committerPaolo Bonzini <bonzini@gnu.org>2008-09-28 18:47:58 +0200
commit07df2df3c2de5cc55525f5a38788e0c05fb08cce (patch)
tree6840fc4d07c756ceb188737f148c96f06dc810b6 /sed
parentde0346581ab2518f1fc0a1df506f6d0d0e717a62 (diff)
downloadsed-07df2df3c2de5cc55525f5a38788e0c05fb08cce.tar.gz
update gnulib
2008-09-28 Paolo Bonzini <bonzini@gnu.org> * basicdefs.h: Replace alloca cruft with alloca.h. * bootstrap.sh.in: Update for new gnulib. * bootstrap.sh: Update for new gnulib. * configure.ac: Move gnulib macros earlier. * sed/execute.c: Do not include acl.h when bootstrapping.
Diffstat (limited to 'sed')
-rw-r--r--sed/execute.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sed/execute.c b/sed/execute.c
index 8d948e1..c4ff1fd 100644
--- a/sed/execute.c
+++ b/sed/execute.c
@@ -35,7 +35,9 @@ extern int errno;
# include <unistd.h>
#endif
+#ifndef BOOTSTRAP
#include "acl.h"
+#endif
#ifdef __GNUC__
# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__-0 >= 7)