From a209742661ba55ef435e1b80c0647fa63bedf321 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Wed, 10 Jul 2013 17:13:25 +0200 Subject: [PATCH] Fixes vlp-14. Added to --with-moc-compiler(...) options, how it arguments should be passed. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2146fb1..49dc6ee 100644 --- a/configure.ac +++ b/configure.ac @@ -22,14 +22,14 @@ PKG_CHECK_MODULES([bin_loghelp], [qt-mt < 4.0]) # Get Qt3 library and include locations AC_ARG_WITH([moc-compiler-name], - [AS_HELP_STRING([--with-moc-compiler-name], + [AS_HELP_STRING([--with-moc-compiler-name=NAME], [filename of MOC compiler, defaults to: moc])], [MOCNAME="$withval"], [MOCNAME='moc']) AC_SUBST([MOCNAME]) AC_ARG_WITH([moc-compiler-dir], - [AS_HELP_STRING([--with-moc-compiler-dir], + [AS_HELP_STRING([--with-moc-compiler-dir=DIR], [location of MOC compiler, defaults to: /usr/bin])], [MOCDIR="$withval"], [MOCDIR='/usr/bin']) -- 2.30.2