ecasound.el has default value for mlang (Re: [ecasound] Debian ecasound2.2)

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: ecasound.el has default value for mlang (Re: [ecasound] Debian ecasound2.2)
From: Junichi Uekawa (dancer_AT_netfort.gr.jp)
Date: Wed Jan 08 2003 - 12:31:18 EET


I've noticed that

ecasound.el has:

(defcustom ecasound-program "/home/mlang/bin/ecasound"
  "*Ecasound's executable.
This program is executed when the user invokes \\[ecasound]."
  :group 'ecasound
  :type 'file)

I guess that part should be autogenerated using

(defcustom ecasound-program "@bindir@/ecasound"
  "*Ecasound's executable.
This program is executed when the user invokes \\[ecasound]."
  :group 'ecasound
  :type 'file)

kind of notation, and in the build scripts:

build/ecasound.el: ecasound.el
        sed -e 's,[@]bindir[@],${bindir},' < $< > $@

But I guess it's not really useful, considering it is not installed anywhere.

It might be better if it was installed as one of pkgdata scripts, so that:

pkgdata_SCRIPTS=build/ecasound.el
CLEANFILES=build/ecasound.el
EXTRA_DIST=build/ecasound.el


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Wed Jan 08 2003 - 12:25:58 EET