Date: Tue, 02 Jan 2001 21:14:17 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Tim Van Holder" Message-Id: <8296-Tue02Jan2001211417+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: djgpp-workers AT delorie DOT com In-reply-to: Subject: Re: Robust shell-based test for DJGPP? References: 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: "Tim Van Holder" > Date: Tue, 2 Jan 2001 19:11:13 +0100 > > > > Example: > > > AC_CONFIG_HEADER(foo.h:foo.hin) > > > AC_CONFIG_FILES([po/Makefile.in:po/Make-in foo.spec:foospec.in) > > > > This is a different, even if related, issue. Are you saying that the > > IFS=: etc. is used to parse these specs? > Exactly! And that's why I don't want ot use ac_pathsep for this. It's a pity that a variable which took such an effort to add to Autoconf is not used for the purpose it was intended. > > configure scripts should be called with --srcdir=/dev/d/src form of file > > names, otherwise lots of other places in the configure script will fall > > apart. > Just the snippet discussed above, actually. No, there are complex configure scripts, with several scripts in subdirectories, where this causes more breakage. > > I don't think I understand what does Emacs add to this problem. Can you > > elaborate? > Emacs's configure forces srcdir to be absolute: > > == snippet from emacs 20.7's configure.in Ah, you are talking about the configure script distributed with Emacs. It isn't used for the DJGPP build at all, so you don't need to bother about it too much.