Wireshark-commits: [Wireshark-commits] rev 47475: /trunk/ /trunk/: configure.ac

Date: Mon, 04 Feb 2013 20:03:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47475

User: guy
Date: 2013/02/04 12:03 PM

Log:
 "make dist" uses uic and moc, so we have to try to find them no matter
 what.  If we don't find them, and the user specified --with-qt, fail (if
 we haven't already failed to find Qt at all); if we don't find them, and
 the user *didn't* specify --with-qt, just set UIC and MOC to "uic" and
 "moc", which will fail on "make dist" but will at least allow the user
 to build.

Directory: /trunk/
  Changes    Path            Action
  +61 -29    configure.ac    Modified