unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: Using autoconf to release elisp package
Date: Sun, 10 Oct 2004 22:15:18 +0200	[thread overview]
Message-ID: <m31xg65nzd.fsf@defun.localdomain> (raw)
In-Reply-To: m31xg6ejip.fsf@localhost.localdomain

"Alexandre Russel" <scandrou@hpo.net> writes:

> Any link to tutorial or tips on how to make elisp package very
> welcome.

You're right that documentation for using autoconf for non-C projects
is rather inadequate.  This is what I came up with:

,----[ Makefile.am ]
| EXTRA_DIST = imaxima.el
| lisp_LISP = imaxima.el
| ELCFILES = imaxima.elc
| info_TEXINFOS = imaxima.texi
`----

,----[ configure.in ]
| AC_INIT(imaxima.el)
| AM_INIT_AUTOMAKE(imaxima,0.9)
| AC_PROG_INSTALL
| AM_PATH_LISPDIR
| AC_OUTPUT(Makefile)
`----

-- 
Jesper Harder                                <http://purl.org/harder/>

      parent reply	other threads:[~2004-10-10 20:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-10 14:26 Using autoconf to release elisp package Alexandre Russel
2004-10-10 19:36 ` Xavier Maillard
2004-10-10 20:15 ` Jesper Harder [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m31xg65nzd.fsf@defun.localdomain \
    --to=harder@myrealbox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).