diff options
author | Timothy Pearson <[email protected]> | 2013-02-21 13:24:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-21 13:24:06 -0600 |
commit | de2f3e24278c059b5a6ce45041c2b94026e14394 (patch) | |
tree | 53673a401222c1ed4794d97864b436d46fc1b5b3 /aclocal.m4 | |
parent | 699bfb48275f053b03cefe314e8b842b7d3954da (diff) | |
download | tde-systemsettings-de2f3e24278c059b5a6ce45041c2b94026e14394.tar.gz tde-systemsettings-de2f3e24278c059b5a6ce45041c2b94026e14394.zip |
Rename makekdewidgets
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -618,7 +618,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS], KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)]) fi if test -n "$trinity3ornewer"; then - KDE_FIND_PATH(makekdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)]) + KDE_FIND_PATH(maketdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(maketdewidgets)]) AC_SUBST(MAKEKDEWIDGETS) fi KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""]) |