diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-26 15:43:45 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-26 15:43:45 -0500 |
commit | 249a46324f4f46a6c8afd11f74c8c73ede152184 (patch) | |
tree | 65ef4e06e7db679f96d29039066ee1ed712fb837 /servers/fpga_server_lin/acinclude.m4 | |
parent | fbfb9b1a49003013f646f81b344d5d3a44255c44 (diff) | |
download | ulab-249a46324f4f46a6c8afd11f74c8c73ede152184.tar.gz ulab-249a46324f4f46a6c8afd11f74c8c73ede152184.zip |
Add skeleton for missing functions in tde kerberos library
Diffstat (limited to 'servers/fpga_server_lin/acinclude.m4')
-rw-r--r-- | servers/fpga_server_lin/acinclude.m4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/servers/fpga_server_lin/acinclude.m4 b/servers/fpga_server_lin/acinclude.m4 index 68a19e6..7424a26 100644 --- a/servers/fpga_server_lin/acinclude.m4 +++ b/servers/fpga_server_lin/acinclude.m4 @@ -244,9 +244,9 @@ AC_DEFUN([KDE_FIND_PATH], AC_DEFUN([KDE_MOC_ERROR_MESSAGE], [ - AC_MSG_ERROR([No Qt meta object compiler (moc) found! + AC_MSG_ERROR([No TQt meta object compiler (tqmoc) found! Please check whether you installed Qt correctly. -You need to have a running moc binary. +You need to have a running tqmoc binary. configure tried to run $ac_cv_path_moc and the test didn't succeed. If configure shouldn't have tried this one, set the environment variable MOC to the right one before running @@ -268,8 +268,8 @@ configure. AC_DEFUN([KDE_UIC_ERROR_MESSAGE], [ - AC_MSG_WARN([No Qt ui compiler (uic) found! -Please check whether you installed Qt correctly. + AC_MSG_WARN([No TQt ui compiler (tquic) found! +Please check whether you installed TQt correctly. You need to have a running uic binary. configure tried to run $ac_cv_path_uic and the test didn't succeed. If configure shouldn't have tried this one, set @@ -334,7 +334,7 @@ AC_DEFUN([AC_PATH_QT_MOC_UIC], qt_bindirs="/usr/share/qt4/bin $qt_bindirs" fi - KDE_FIND_PATH(moc, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE]) + KDE_FIND_PATH(tqmoc, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE]) if test -z "$UIC_NOT_NEEDED"; then if test $kde_qtver = 3; then KDE_FIND_PATH(uic-tqt, UIC_PATH, [$qt_bindirs], [UIC_PATH=""]) |