diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-06-27 12:04:41 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-06-27 12:04:41 +0400 |
commit | 6a391f33bb2582f24d91539649a490c899c2565f (patch) | |
tree | f5e2a6986b1c6adffb9f209aed053a076ebfb2c6 | |
parent | 4c9d1f3292e6a6c1b9178c1ded15d8830fc3c10c (diff) | |
download | open-axiom-debian-6a391f33bb2582f24d91539649a490c899c2565f.tar.gz |
Print lisp version before build
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index d717554..a4c0125 100755 --- a/debian/rules +++ b/debian/rules @@ -44,6 +44,7 @@ configure-stamp: dh_testdir # aclocal.m4 is older than configure; rebuilding aclocal.m4 requires aclocal-1.13 touch aclocal.m4 config/*.m4 -r configure.ac + $(LISP) --version </dev/null || true dh_auto_configure -B $(BUILD) -- \ --with-lisp=$(LISP) \ --with-x \ |