X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=blobdiff_plain;f=configure.ac;h=49dc6eedd5c76d629f8ab4601459a8463f5ca9d9;hp=2146fb157849111f276acf92daf090212d2f3457;hb=a209742661ba55ef435e1b80c0647fa63bedf321;hpb=ce4fe3550920241f33e597b3a11985924f98a7ca 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'])