| delorie.com/archives/browse.cgi | search |
| From: | "Tim Van Holder" <tim DOT van DOT holder AT pandora DOT be> |
| To: | <djgpp-workers AT delorie DOT com> |
| Cc: | <ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De> |
| Subject: | RE: gettext pretest available |
| Date: | Sat, 3 Mar 2001 20:10:58 +0100 |
| Message-ID: | <CAEGKOHJKAAFPKOCLHDICECPCBAA.tim.van.holder@pandora.be> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) |
| Importance: | Normal |
| In-Reply-To: | <391B0101C7C@HRZ1.hrz.tu-darmstadt.de> |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
| 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 |
> + lispdir = \\$(prefix)/gnu/emacs/site-lisp\
I'm not thrilled with this (nor the default you give for emacs
in config.site). I expect these are the locations used by the
current (outdated) emacs package, so I guess I'll have to live
with it.
I keep emacs in more 'normal' locations (emacs.exe in $DJDIR/bin
and its files in $DJDIR/share/emacs/<version> and
$DJDIR/share/emacs/). I'm not sure if Eli is planning to make a
DJGPP package for 21.1; if so, I hope he will not use a
$DJDIR/gnu/emacs prefix anymore.
+ # The same as above but this time
+ # for configure scripts created with Autoconf 2.14a.
+ /^config_files="\\\\/,/^$/ {
+ s|po/Makefile\.in|&:po/Makefile.in-in|
+ }
+ /^config_headers="\\\\/,/^$/ {
+ s|config\.h|&:config.h-in|
+ }
+ /# Handling of arguments./,/^$/ {
+ s|po/Makefile\.in|&:po/Makefile.in-in|2
+ s|config\.h|&:config.h-in|2
+ }
You'll need to adjust this to see "^ac_config_files"
and "^ac_config_headers" for this to work with
newer versions of autoconf (the 2.49 series and the
upcoming 2.50 release).
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |