Fixes vlp-14. Added to --with-moc-compiler(...) options, how it arguments should... vlp-14
authorRafał Długołęcki <kontakt@dlugolecki.net.pl>
Wed, 10 Jul 2013 15:13:25 +0000 (17:13 +0200)
committerRafał Długołęcki <kontakt@dlugolecki.net.pl>
Wed, 10 Jul 2013 15:13:25 +0000 (17:13 +0200)
configure.ac

index 2146fb157849111f276acf92daf090212d2f3457..49dc6eedd5c76d629f8ab4601459a8463f5ca9d9 100644 (file)
@@ -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'])