From 20bec15fe6bc356b8ed3e8ee8469b5f10f34b04b Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 13 Nov 2008 19:02:54 +0000 Subject: Implement file output redirection. * pies/pies.h (enum retr_type): New constants. (struct retranslator): New type. (struct component): Change type of retr to struct retranslator. All uses updated. * pies/pies.c (_cb_retr): Takes two arguments: redirection type and file name or syslog priority. (make_full_name): New function. (component_verify): Check retr file names. * pies/progman.c (redirect_to_file): New function. (open_retranslator): Handle file redirects. (prog_start): Open /dev/null in wronly mode. * pies/meta1gram.y (create_retr_node): New function. (translate_node_list): Create default "stderr" statement. --- bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 0fa016d..a93ee90 100755 --- a/bootstrap +++ b/bootstrap @@ -560,9 +560,10 @@ find "$m4_base" -name '*.m4' -depth -type l -xtype l -delete > /dev/null 2>&1 # Reconfigure, getting other files. +aclocal_flags=`sed -n 's/ACLOCAL_AMFLAGS *=//p' Makefile.am` for command in \ libtool \ - 'aclocal --force -I m4' \ + "aclocal --force $aclocal_flags" \ 'autoconf --force' \ 'autoheader --force' \ 'automake --add-missing --copy --force-missing'; -- cgit v1.2.1