Improve usage of AC_INIT
authorGlenn Morris <rgm@gnu.org>
Fri, 28 Mar 2014 23:11:39 +0000 (19:11 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 28 Mar 2014 23:11:39 +0000 (19:11 -0400)
commit7b207d6d4f2de3ee07ffc8b02464c2b186372970
tree2959adcd53ac15407d309e96af64c124b1949083
parent32544aa4133c3446f0b83e5b58a5ad7213534c55
Improve usage of AC_INIT

* configure.ac (AC_INIT): Add "GNU" in package, add bug address.
(PACKAGE_BUGREPORT): Use it.

* src/emacs.c (emacs_version): Use PACKAGE_VERSION rather than VERSION.
(emacs_bugreport): New variable.
(usage_message): Use PACKAGE_BUGREPORT.
(syms_of_emacs) <report-emacs-bug-address>: New variable.

* lisp/cus-start.el (report-emacs-bug-address): Set custom properties.

* lisp/mail/emacsbug.el (report-emacs-bug-address):
Variable is now defined in emacs.c.
ChangeLog
configure.ac
lisp/ChangeLog
lisp/cus-start.el
lisp/mail/emacsbug.el
src/ChangeLog
src/emacs.c