diff options
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in.in b/configure.in.in index 67eb3e7a..0e9fa12a 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,6 +1,6 @@ #MIN_CONFIG(3.3.0) -AM_INIT_AUTOMAKE(kdevelop, 3.5.4) +AM_INIT_AUTOMAKE(tdevelop, 3.5.4) KDEV_CHECK_TDE_VERSION KDE_NEED_FLEX @@ -122,6 +122,6 @@ hpux11*) ;; esac -dnl AC_CHECK_FILE([$qt_includes/qassistantclient.h], [],[AC_MSG_ERROR([The qassistantclient.h header from Qt3 is needed to build kdevelop, on some systems this header is in a separate package called qt3-apps-dev])]) +dnl AC_CHECK_FILE([$qt_includes/qassistantclient.h], [],[AC_MSG_ERROR([The qassistantclient.h header from Qt3 is needed to build tdevelop, on some systems this header is in a separate package called qt3-apps-dev])]) KDE_INIT_DOXYGEN([KDevelop], [Version $VERSION]) |