From: Bruno Haible Date: Tue, 27 Mar 2001 13:30:39 +0000 (+0000) Subject: Remove combine-sh. Impossible to maintain. X-Git-Tag: v0.10.36~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=192b830491b16f88397e712ba19df302907148fb;p=thirdparty%2Fgettext.git Remove combine-sh. Impossible to maintain. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 2939584c4..4f532162a 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2001-03-25 Bruno Haible + + * combine-sh: Remove file. + * Makefile.am (EXTRA_DIST): Remove it. + 2001-03-22 Bruno Haible * po-mode.el (po-default-file-header): Replace ENCODING with 8-bit. diff --git a/misc/Makefile.am b/misc/Makefile.am index 4a6197a3a..af8bc15bb 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -19,8 +19,7 @@ AUTOMAKE_OPTIONS = 1.2 gnits -EXTRA_DIST = combine-sh gettext.perl gettext-sh tcl_gettext.c \ -README-Tcl po-mode.el +EXTRA_DIST = gettext.perl gettext-sh tcl_gettext.c README-Tcl po-mode.el DISTCLEANFILES = gettextize lisp_LISP = po-mode.el diff --git a/misc/combine-sh b/misc/combine-sh deleted file mode 100755 index b26fb4fa1..000000000 --- a/misc/combine-sh +++ /dev/null @@ -1,141 +0,0 @@ -#!/bin/sh - -TMPDIR=/tmp -TMPNAME=/tmp/combine1.$$.sed - -trap 'rm -fr $TMPNAME combine; exit 1' 1 2 15 - -rm -f $TMPNAME -cat > $TMPNAME < combine/libintl.c < -#endif - -#define USE_COMBINED_HEADER 1 -#include "libintlP.h" - -#if HAVE_CATGETS - -#include - -#ifdef HAVE_LOCALE_H -# include -#endif - -#ifdef HAVE_NL_TYPES_H -# include -#endif - -EOF - -CATCFILES=cat-compat.c -GETCFILES="bindtextdom.c dcgettext.c dgettext.c finddomain.c gettext.c \ -loadmsgcat.c textdomain.c" - -for file in $CATCFILES; do - sed -f $TMPNAME < $file \ - | sed -e '1s/.*/#line & "'$file'"/' >> combine/libintl.c -done -cat >> combine/libintl.c < -#include -#include -#include -#include -#include - -#ifdef HAVE_LOCALE_H -# include -#endif - -#ifdef HAVE_UNISTD_H -# include -#endif - -#ifdef HAVE_MMAP -# include -#endif - -EOF -for file in $GETCFILES; do - sed -f $TMPNAME < $file \ - | sed -e '1s/.*/#line & "'$file'"/' >> combine/libintl.c -done -cat >> combine/libintl.c < combine/libintlP.h <> combine/libintlP.h -done -cat >> combine/libintlP.h <> combine/libintlP.h -done -cat >> combine/libintlP.h <