diff options
author | dos-reis <gdr@axiomatics.org> | 2007-12-28 16:36:50 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-12-28 16:36:50 +0000 |
commit | 8645652308f05ea1811cb55b674aa36188890159 (patch) | |
tree | 60e03ba9415ca73cf0dc10ba3812cd89b9665b1b | |
parent | 1f4cf76be81c29d2cb22332e53a1cac97296453e (diff) | |
download | open-axiom-8645652308f05ea1811cb55b674aa36188890159.tar.gz |
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | configure.ac.pamphlet | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -20421,7 +20421,7 @@ fi done if test -n "$LATEX"; then \ - axiom_src_all="$axiom_src_all all-book" + : else { echo "$as_me:$LINENO: Documentation is disabled." >&5 echo "$as_me: Documentation is disabled." >&6;} diff --git a/configure.ac b/configure.ac index 25961dd3..6c9b447c 100644 --- a/configure.ac +++ b/configure.ac @@ -102,7 +102,7 @@ AC_CHECK_PROG([AR], [ar], [ar], [AC_MSG_ERROR([program 'ar' is missing])]) AC_PATH_PROG([LATEX], [latex]) AC_CHECK_PROGS([MAKEINDEX], [makeindex]) if test -n "$LATEX"; then \ - axiom_src_all="$axiom_src_all all-book" + : else AC_MSG_NOTICE([Documentation is disabled.]) fi diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index c422b8a1..f50a3c31 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -703,7 +703,7 @@ this works right when one follows the installation instructions. AC_PATH_PROG([LATEX], [latex]) AC_CHECK_PROGS([MAKEINDEX], [makeindex]) if test -n "$LATEX"; then \ - axiom_src_all="$axiom_src_all all-book" + : else AC_MSG_NOTICE([Documentation is disabled.]) fi |