diff options
author | unknown <serg@sergbook.mysql.com> | 2002-08-13 15:18:11 +0200 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2002-08-13 15:18:11 +0200 |
commit | 70798998193e9ede29f7fef6c95b4930499ed2f8 (patch) | |
tree | ba653527f1e095adf435ff26d827d78504b63b2c | |
parent | 5dfb8b7c895b18d1b6f66a1bbdb1e659f7d82ed7 (diff) | |
download | mariadb-git-70798998193e9ede29f7fef6c95b4930499ed2f8.tar.gz |
disable "dvi" target in TeX is not installed
BitKeeper/deleted/.del-stamp-h.in~d3fb1119ddf3630f:
Delete: stamp-h.in
BitKeeper/etc/ignore:
Added stamp-h.in to the ignore list
-rw-r--r-- | .bzrignore | 1 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | stamp-h.in | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/.bzrignore b/.bzrignore index 05b31187d09..9f1e3713226 100644 --- a/.bzrignore +++ b/.bzrignore @@ -307,3 +307,4 @@ bdb/include/db_ext.h bdb/include/mutex_ext.h mit-pthreads/syscall.S mit-pthreads/config.flags +stamp-h.in diff --git a/configure.in b/configure.in index 460c5e73abe..d476f414fb9 100644 --- a/configure.in +++ b/configure.in @@ -172,6 +172,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' # Not critical since the generated file is distributed AC_PROG_YACC AC_CHECK_PROG(PDFMANUAL, pdftex, manual.pdf) +AC_CHECK_PROG(DVIS, tex, manual.dvi) AC_MSG_CHECKING("return type of sprintf") diff --git a/stamp-h.in b/stamp-h.in deleted file mode 100644 index 9788f70238c..00000000000 --- a/stamp-h.in +++ /dev/null @@ -1 +0,0 @@ -timestamp |