Function: ede-proj-configure-file

ede-proj-configure-file is a byte-compiled function defined in pconf.el.gz.

Signature

(ede-proj-configure-file ARG &rest ARGS)

Implementations

((this ede-proj-project)) in `ede/pconf.el'.

The configure.ac script used by project THIS.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/pconf.el.gz
;;; Code:
(cl-defmethod ede-proj-configure-file ((this ede-proj-project))
  "The configure.ac script used by project THIS."
  (ede-expand-filename (ede-toplevel this) "configure.ac" t))