Date: Sat, 10 Mar 2001 20:35:50 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De Message-Id: <3028-Sat10Mar2001203549+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: haible AT ilog DOT fr, djgpp-workers AT delorie DOT com In-reply-to: <439E9106868@HRZ1.hrz.tu-darmstadt.de> (ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De) Subject: Re: gettext pretest available References: <343878750F9 AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> <439E9106868 AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Juan Manuel Guerrero" > Date: Sat, 10 Mar 2001 19:14:49 +0200 > > > > *** gettext-2001-02-05.orig/Makefile.am Mon Feb 5 18:38:02 2001 > > > --- gettext-2001-02-05/Makefile.am Sat Mar 3 18:23:24 2001 > > > *************** gettextsrcdir = $(datadir)/gettext > > > *** 26,32 **** > > > gettextsrc_DATA = ABOUT-NLS > > > > > > EXTRA_DIST = BUGS DISCLAIM README.gemtext aclocal.sh > > > ! SUBDIRS = doc intl lib src po m4 misc tests > > > > > > ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi > > > rm -f $(srcdir)/ABOUT-NLS \ > > > --- 26,32 ---- > > > gettextsrc_DATA = ABOUT-NLS > > > > > > EXTRA_DIST = BUGS DISCLAIM README.gemtext aclocal.sh > > > ! SUBDIRS = doc intl lib src po m4 misc tests djgpp > > > > > > ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi > > > rm -f $(srcdir)/ABOUT-NLS \ > > > > I didn't take this patch, because I don't like the idea that on all > > Unix platforms the build descends into the djgpp/ subdirectory. (That > > could become dangerous if this directory is not maintained regularly.) > > Instead I put a simple Makefile without autoconf machinery into djgpp/. > My implementation of djgpp/Makefile.am was identical to the implementations > used in the GNU distributions of grep, sed, textutils, fileutils, shellutils, > texinfo and may be some others more. All the mentioned packages offer out-of- > the-box DJGPP support and use a djgpp/Makefile.am to update the djgpp > specific files. I can confirm that many GNU packages which support DJGPP in the official distributions have a Makefile.in file in the djgpp subdirectory, and I never heard any complaints from the respective maintainers.