summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-24 23:58:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-24 23:58:59 +0900
commit1d9a70739784c4d4b6bf7f222783734d191a9e0e (patch)
tree38986521d030d4a257dada22ac495bbb9d3886cf /acinclude.m4
parentd1258710b6f922e2e55b36d0c0fb9bfc9a486158 (diff)
downloadknights-1d9a70739784c4d4b6bf7f222783734d191a9e0e.tar.gz
knights-1d9a70739784c4d4b6bf7f222783734d191a9e0e.zip
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 7120464..253be8b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1040,7 +1040,7 @@ AC_LANG_RESTORE
AC_DEFUN(KDE_PRINT_QT_PROGRAM,
[
-AC_REQUIRE([KDE_USE_QT])
+AC_REQUIRE([KDE_USE_TQT])
cat > conftest.$ac_ext <<EOF
#include "confdefs.h"
#include <qglobal.h>
@@ -1101,7 +1101,7 @@ cat >> conftest.$ac_ext <<EOF
EOF
])
-AC_DEFUN(KDE_USE_QT,
+AC_DEFUN(KDE_USE_TQT,
[
if test -z "$1"; then
# Current default Qt version: 3.1
@@ -1176,7 +1176,7 @@ fi
AC_DEFUN(KDE_CHECK_QT_DIRECT,
[
-AC_REQUIRE([KDE_USE_QT])
+AC_REQUIRE([KDE_USE_TQT])
AC_MSG_CHECKING([if Qt compiles without flags])
AC_CACHE_VAL(kde_cv_qt_direct,
[
@@ -1240,7 +1240,7 @@ dnl
AC_DEFUN(AC_PATH_TQT_1_3,
[
AC_REQUIRE([K_PATH_X])
-AC_REQUIRE([KDE_USE_QT])
+AC_REQUIRE([KDE_USE_TQT])
AC_REQUIRE([KDE_CHECK_LIB64])
dnl ------------------------------------------------------------------------