From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/configure.in.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdecore/configure.in.in') diff --git a/kdecore/configure.in.in b/kdecore/configure.in.in index b2fe9bd6e..6d24e15a4 100644 --- a/kdecore/configure.in.in +++ b/kdecore/configure.in.in @@ -1,7 +1,7 @@ -dnl Compile in the exec prefix to help kstddirs in finding dynamic libs +dnl Compile in the exec prefix to help kstddirs in tqfinding dynamic libs AC_DEFINE_UNQUOTED(__KDE_EXECPREFIX, "$exec_prefix", [execprefix or NONE if not set, for libloading]) -dnl Compile in kde_bindir to safely find kdesu_stub. +dnl Compile in kde_bindir to safely tqfind kdesu_stub. if test "$exec_prefix" = "NONE"; then bindir_str="\"$prefix/bin\"" else @@ -97,7 +97,7 @@ AC_CHECK_FUNCS([getaddrinfo], AC_CHECK_FUNCS([freeaddrinfo getnameinfo gai_strerror], : , [ kde_gai_ok=false - AC_DEFINE(HAVE_BROKEN_GETADDRINFO, 1, [Define if getaddrinfo is broken and should be replaced]) + AC_DEFINE(HAVE_BROKEN_GETADDRINFO, 1, [Define if getaddrinfo is broken and should be tqreplaced]) AC_DEFINE(GETADDRINFO_RETURNS_UNIX, 1, [Define if getaddrinfo returns AF_UNIX sockets]) break ]) @@ -134,7 +134,7 @@ AC_CHECK_FUNCS([getaddrinfo], ], [ AC_MSG_RESULT(no) - AC_DEFINE(HAVE_BROKEN_GETADDRINFO, 1, [Define if getaddrinfo is broken and should be replaced]) + AC_DEFINE(HAVE_BROKEN_GETADDRINFO, 1, [Define if getaddrinfo is broken and should be tqreplaced]) ], [ AC_MSG_RESULT(cross compiling. We hope so) @@ -180,7 +180,7 @@ AC_ARG_WITH(libart, if test "x$with_libart" != xno; then KDE_FIND_PATH(libart2-config, LIBART_CONFIG, [${prefix}/bin ${exec_prefix}/bin], [ - AC_MSG_WARN([Could not find libart anywhere, check http://www.levien.com/libart/]) + AC_MSG_WARN([Could not tqfind libart anywhere, check http://www.levien.com/libart/]) ]) if test -n "$LIBART_CONFIG"; then -- cgit v1.2.1