Message-Id: Date: Fri, 23 Oct 98 12:16:45 MET DST From: RJ vd Boon To: djgpp-workers AT delorie DOT com Subject: Re: proposed change to autoconf macro Reply-To: djgpp-workers AT delorie DOT com In Bowman's letter dated Thu, 22 Oct 1998 12:28:33 -0600, he wrote: > Eli Zaretskii wrote: > > Why is it a good idea to change the script, when as far as I > > understand the problem is that the distribution has a wrong file name? > You are right. I pulled down the GNU package, and it is indeed > acoldnames.m4. and to drop in my $0.02, wouldn't it be a good idea to implement other changes Eli incorperated in Sed3.02/djgpp/config.sed That is: - Fix all checks for absolute path-names - Fix TEXINPUTS line And I also have another fix(?) at home (similar to the INSTALL fix), which I needed for ncurses, give me some days and I'll look it up. bye now, Robert ##sed3.02/djgpp/config.sed, reduce # of backslashes when patching directly /\*) srcdir=/s,/\*,/*|[A-z]:/*, /ac_given_INSTALL=/,/^CEOF/ { /^s%@LIBOBJS@/a\ /TEXINPUTS=/s,:,\\\\\\\\\\\\\\;,g } ### you (bowman) did this too: /\$]\*) INSTALL=/s,\[/\$\]\*,&|[A-z]:/*, ### Eli, I (robert) wonder what these are necessary for? Is it ### sed3.02/djgpp/config.bat? /ac_file_inputs=/s,\( -e "s%\^%\$ac_given_srcdir/%"\)\( -e "s%:% $ac_given_srcdir/%g"\),\2\1, / -\*=\*)/ s,\*=,*:,g s,=\*,:*,g s,=\.\*,:.*, s,\( --..*\)=,\1:,