J閞鬽e Marant <[EMAIL PROTECTED]> writes: > Quoting Daniel Brockman <[EMAIL PROTECTED]>: > >>> Thanks. I forgot about this one. >> >> I don't know if you want to add the other parameters as well. >> The emacs21 package has this, > ... >> causes those options (prefix, sharedstatedir, libexecdir, and infodir) >> to be passed to `configure' (which will of course put them right into >> the Makefile), and you seem to already have dealt with the `manext' >> issue here: > ... > > That's right. I'll see if I can change that.
What's wrong with the way you are currently doing it? >>> I think we could avoid patching Makefile.in [...] >>> What do you think? (I haven't tested) >> >> Ah, yes, that looks great. I didn't realize that locallisppath is >> only used in that one place in Makefile.in. >> >> I will try building with this change. > > Good. Thanks. I've built it, and it works perfectly! >>>> @@ -467,11 +469,13 @@ >>>> # Emacs must be boostraped at least once in order to >>>> # generate .elc files >>>> CFLAGS="${CFLAGS}" ./configure ${emacs_confflags} >>>> + ${build_cmd} epaths-force >>>> ${build_cmd} bootstrap >>>> ${build_cmd} distclean >>>> >>>> # Build emacs >>>> CFLAGS="${CFLAGS}" ./configure ${emacs_confflags} >>>> + ${build_cmd} epaths-force >>>> ${build_cmd} >>>> # save binary from deletion >>>> mv src/emacs src/x-emacs >>>> @@ -479,6 +483,7 @@ >>>> >>>> # Build emacs-gtk >>>> CFLAGS="${CFLAGS}" ./configure ${emacs_gtk_confflags} >>>> + ${build_cmd} epaths-force >>>> time ${build_cmd} >>>> # save binary from deletion >>>> mv src/emacs src/gtk-emacs >>>> @@ -486,6 +491,7 @@ >>>> >>>> # Build emacs-nox >>>> CFLAGS="${CFLAGS}" ./configure ${emacs_nox_confflags} >>>> + ${build_cmd} epaths-force >>>> time ${build_cmd} >>>> # save binary from deletion >>>> mv src/emacs src/nox-emacs >>> >>> Oh right, I understand now why it is necessary to run it out of >>> configure now. > > BTW, I have a patch for configure.in which eliminates the need for > calling epaths-force after running configure. I'll submit it > to emacs-devel ASAP. That sounds great. Does it add a --locallisppath parameter? -- Daniel Brockman <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]