diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-10-15 15:32:16 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-10-15 15:32:16 (GMT) |
commit | 868208ab61ca3aa6f506076f60de2745eaa8a6be (patch) | |
tree | 7824ba2a5c9f1fe6ddc8633a13cc7d1e7a6c79a3 /configure | |
parent | 499475795ed160e3a1e9cb571adc1ad86dc6a8ba (diff) | |
download | Doxygen-868208ab61ca3aa6f506076f60de2745eaa8a6be.zip Doxygen-868208ab61ca3aa6f506076f60de2745eaa8a6be.tar.gz Doxygen-868208ab61ca3aa6f506076f60de2745eaa8a6be.tar.bz2 |
Release-1.2.2-20001015
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 48 |
1 files changed, 24 insertions, 24 deletions
@@ -218,27 +218,27 @@ if test "$f_plf_auto" = NO; then fi #- check for qt -------------------------------------------------------------- - -echo -n " Checking for Qt..." -if test -z "$QTDIR"; then - echo "QTDIR not set!" - echo - echo "tmake requires the QTDIR environment variable to be set." - echo "check your Qt installation!" - exit 2 -else - if test ! -d "$QTDIR/lib"; then - echo "QTDIR is set, but library directory does not exist!" - exit 2 - fi - if test ! -d "$QTDIR/include"; then - echo "QTDIR is set, but include directory does not exist!" - exit 2 - fi - echo " headers $QTDIR/include," - echo " libraries $QTDIR/lib" -fi - +# +# echo -n " Checking for Qt..." +# if test -z "$QTDIR"; then +# echo "QTDIR not set!" +# echo +# echo "tmake requires the QTDIR environment variable to be set." +# echo "check your Qt installation!" +# exit 2 +# else +# if test ! -d "$QTDIR/lib"; then +# echo "QTDIR is set, but library directory does not exist!" +# exit 2 +# fi +# if test ! -d "$QTDIR/include"; then +# echo "QTDIR is set, but include directory does not exist!" +# exit 2 +# fi +# echo " headers $QTDIR/include," +# echo " libraries $QTDIR/lib" +# fi +# # - check for make ------------------------------------------------------------ echo -n " Checking for GNU make tool... " @@ -268,7 +268,7 @@ echo "using $f_make" # - check for dot ------------------------------------------------------------ -echo -n " Checking for dot... " +echo -n " Checking for dot (part of GraphViz)... " if test "$f_dot" = NO; then dot_dirs="$bin_dirs" dot_prog=NO @@ -374,7 +374,7 @@ TMAKE_CXXFLAGS = -DENGLISH_ONLY EOF fi -f_inmakefiles="Makefile.in src/Makefile.in examples/Makefile.in doc/Makefile.in addon/configgen/Makefile.in addon/doxywizard/Makefile.in addon/xmlread/Makefile.in" +f_inmakefiles="Makefile.in qtools/Makefile.in src/Makefile.in examples/Makefile.in doc/Makefile.in addon/configgen/Makefile.in addon/doxywizard/Makefile.in addon/xmlread/Makefile.in" for i in $f_inmakefiles ; do SRC=$i @@ -404,7 +404,7 @@ EOF echo " Created $DST from $SRC..." done -f_inprofiles="src/doxygen.pro.in src/doxytag.pro.in src/doxysearch.pro.in addon/configgen/configgen.pro.in addon/doxywizard/doxywizard.pro.in addon/xmlread/xmlread.pro.in" +f_inprofiles="qtools/qtools.pro.in src/doxygen.pro.in src/doxytag.pro.in src/doxysearch.pro.in addon/configgen/configgen.pro.in addon/doxywizard/doxywizard.pro.in addon/xmlread/xmlread.pro.in" for i in $f_inprofiles ; do SRC=$i |