From: Yann E. MORIN" Date: Thu, 22 Mar 2012 22:22:47 +0000 (+0100) Subject: configure: advertise the MOC variable X-Git-Tag: v3.4.0-0~39 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ada740b52343cdeea3e8e631c3d09ac735452091;p=kconfig-frontends configure: advertise the MOC variable If the user has moc installed in a weird place, he/she can use the MOC variable to set the path to moc. Advertise this variable in the ./configure help. Signed-off-by: "Yann E. MORIN" --- diff --git a/configure.ac b/configure.ac index e605e86..6ae41e5 100644 --- a/configure.ac +++ b/configure.ac @@ -272,6 +272,7 @@ AS_IF( #---------------------------------------- # Check headers and libs for qconf +AC_ARG_VAR([MOC], [Qt meta object compiler (moc) command]) AS_IF( [test "$need_qt" = "yes" -o "$need_qt" = "auto"], [PKG_CHECK_MODULES(