From: Rafał Długołęcki Date: Wed, 10 Jul 2013 15:13:25 +0000 (+0200) Subject: Fixes vlp-14. Added to --with-moc-compiler(...) options, how it arguments should... X-Git-Tag: 3.1~61 X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=commitdiff_plain;h=a209742661ba55ef435e1b80c0647fa63bedf321 Fixes vlp-14. Added to --with-moc-compiler(...) options, how it arguments should be passed. --- 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'])