diff --git a/bootstrap b/bootstrap
index ec68966..01876fa 100755
a
|
b
|
END
|
220 | 220 | mv qtools/qglobal.hT qtools/qglobal.h |
221 | 221 | fi |
222 | 222 | |
223 | | if test -n "$AUTOCONF" ; then |
| 223 | if test -f "CMakeLists.txt" ; then |
| 224 | cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX:PATH="$instdir" . |
| 225 | elif test -n "$AUTOCONF" ; then |
224 | 226 | ./configure --prefix "$instdir" AUTOCONF="$AUTOCONF" |
225 | 227 | else |
226 | 228 | ./configure --prefix "$instdir" |
… |
… |
else
|
360 | 362 | cd BUILD |
361 | 363 | |
362 | 364 | # The last field is the SHA1 checksum of the tarball. |
363 | | lazy_build doxygen 1.8.8 \ |
364 | | src.tar.gz cd511c73e7669dde5ac3e14a5d1abae093aaf1d9 |
| 365 | lazy_build doxygen 1.8.11 \ |
| 366 | src.tar.gz c0841007cf8a7910ccf0d8e4f7a5dd8fd2d9fc18 |
365 | 367 | lazy_build autoconf 2.68 \ |
366 | 368 | tar.xz 63a3b495400c1c053f2f6b62efb7a5c0ad4156c9 \ |
367 | 369 | tar.bz2 b534c293b22048c022b1ff3a372b9c03f26170b4 \ |