Gilbert Harman <[EMAIL PROTECTED]> writes:

>> With Richard's agreement, I've bumped the version number to 22.0.90
>> and rolled a pretest tarball.  The tarball can be found at
>> 
>>   ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-22.0.90.tar.gz
>
> Using Mac (intel) running OS 10.4.8.
>
> This version of emacs does not contain mac/make-package, to make a
> self-contained emacs for a mac.
>
> In the main directory:
>
> configure --without-x --enable-carbon-app
>
> finishes without error, but
>
> make bootstrap does not complete:

It looks as though the file `make-dist' in the CVS emacs source
directory does not package mac/make-package.  I believe this is just a
matter of changing line 525 of make-dist from

  echo "Making links to \`mac'"
  (cd mac
   ln ChangeLog INSTALL README *.xml *.MPW ../${tempdir}/mac)

to

  echo "Making links to \`mac'"
  (cd mac
   ln ChangeLog INSTALL README make-package *.xml *.MPW ../${tempdir}/mac)

Could someone verify that including make-package in the tarball fixes
this problem?

If so, I'll correct this in the next tarball.


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to