# 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'])